BASIC STRUCTURE OF HTML.
§HTML stand for HyperText Markup Language, the major language of the internet's World Wide Web.
§Web sites and web pages are written in HTML.
§With HTML and the world wide web, you have ability to bring together text, pictures, sounds and links all in one place.
§HTML files are plain text files, so they can be composed and edited on any type of computer windows, Mac, Unix and whatever.
<html>
<head>
<title>HTML
tutorial by www.geniusideas.biz</title>
</head>
<body>
</body>
</html>
Browser
Display | HTML
Code (Place inbetween <body> and </body>) | Method | ||||
1st Row Of 1st
Paragraph 1st
Row Of 2nd Paragraph | <p>1st Row Of 1st Paragraph <br> 2nd
Row Of 1st Paragraph</p> <p>1st Row Of 2nd Paragraph<br> 2nd
Row Of 1st Paragraph</p> | To go to next paragraph press Enter
at the row end. To
go to next row press Shift + Enter at the row end. | ||||
GENIUSIDEAS | <p><u><i><b><font
size="5" face="Tahoma">GENIUSIDEAS</font></b></i></u></p> | <u> is for underline, <I>
is for italic, <b> is for bold and <font size> size
for the letter. | ||||
| <table border="1"
width="100" bordercolor="#000000"> <tr> <td>1st
Row <p>2nd Row</td> </tr> </table> | border="1"
is for border size width="100"
is for Column width bordercolor="#000000"
is equal black. | ||||
| <table border="1" width="100"
bordercolor="#000000"> <tr> <td>1</td> <td>2</td> </tr> <tr> <td>3</td> <td>4</td> </tr> </table> | No. and cells positioning : 1)Left , Top 2)Right , Top 3)Left , Bottom 4)Right , Bottom <tr> stands for “table rows” <td> stands for "table data," | ||||
<p><a
href="http://www.geniusideas.biz"> geniusideas</a
></p> | "<a>" for “anchor link” "href" for "hypertext reference" geniusideas
– Text to be displayed http://www.geniusideas.biz - URL
reference |
For More pls visit us at www.geniusideas.biz - we teach we create and you earn.
GOOD LUCK.