Showing posts with label HTML tags. Show all posts
Showing posts with label HTML tags. Show all posts

Tuesday, 8 November 2011

Table tags

Table tags

<table>
<tr>- it is Table Row
<td>-it is Table Data
It is a Code:
Its is a One Row with Border
<table border="1"><tbody>
<tr> <td>Sample Text</td> </tr>
</tbody></table>


It is Row with no Border
<table border="0"><tbody>
<tr> <td>Sample Text</td> </tr>
</tbody></table>
It is a column with no border

<table border="0"><tbody>
<tr> <td>Table 1</td> <td>table 2</td> </tr>
</tbody></table>

It is Called Column with border
<table border="1"><tbody>
<tr> <td>Table 1</td> <td>table 2</td> </tr>
</tbody></table>


This is The Result:

Sample Text
Its is a One Row with Border

Table 1
Table 2
It is Two row

Table 1 table 2
It is Called Column with border
Table 1 table 2
It is a column with no border

Sample text2
Sample Text
It is Row with no Border

Thursday, 3 November 2011

Tags For HEADING tags and there function.

Tags For HEADING tags and there function.
HEADING TAGS:
                *First Heading <h1></h1>
                *Second Heading <h2></h2>
                *Third Heading <h3></h3>
                *Fourth Heading <h4></h4>
                *Fifth Heading <h5></h5>
                *Six Heading <h6></h6>

This The Result:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

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:

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.