Showing posts with label HTML. Show all posts
Showing posts with label HTML. 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

Tuesday, 1 November 2011

Basic HTML tags

How to make a simple HTML

First open Notepad, Notepad ++
<html>
<head>
<title>Sample Text</title>
</head>
<body>
<p>this is the sample of basic HMTL</p>
</body>
</html>

After you finished that save as with the format of HTML..
example: sample.html

make sure all tags have an a End Tags. like this is a starting tags<html>, this is a End Tags</html>..

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.