Wednesday, 2 November 2011

How to Move Your text in your HTML?

How to Move Your text in your HTML?
The tags og Moving Html is a Marquee.


It is an Example:


<marquee><h1>Sample</h1></marquee>

This is a result in your browser:

Sample



Its is an Alternate from left to right:

<marquee behavior="alternate"><h1>
Sample</h1>
</marquee>

Sample



Iframes Tags

Its is a Iframe tags:

   <iframe src="url/site" height="auto" width="100%"></iframe>

This tags End Tags is needed..

This is a result:

How To Add image in your HTML

How To Add image in your HTML 

Here are the tags of for image

        <img src="image.jpg" height="100px" width="100px">

there in no End Tags.

Basic CSS tags

CSS
     -which means Cascade Style Sheet, that give a good design for your website.

Here are the three parts of CSS.
1. External Sheet- An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the <link> tag. The <link> tag goes inside the head section:

What is Information Technology?

Information Technology, or IT,
-is the study, design, creation, utilization, support, and management of computer-based information systems, especially software applications and computer hardware.
IT is not limited solely to computers though. With technologies quickly developing in the fields of cell phones, PDAs and other handheld devices, the field of IT is quickly moving from compartmentalized computer-focused areas to other forms of mobile technology.