home

HTML TUTORIAL

html head title cpanel title link href sys cpanel css

BASIC STRUCTURE OF HTML.

Introduction

§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.

Basic Structure

<html>

<head>

<title>HTML tutorial by www.geniusideas.biz</title>

</head>

<body>

"REPLACE This with YOUR HTML Code"

</body>

</html>

Browser Display

1st Row Of 1st Paragraph

2nd Row Of 1st Paragraph

1st Row Of 2nd Paragraph

2nd Row Of 1st Paragraph

GENIUSIDEAS

HTML Code (Place inbetween <body> and </body>)

<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>

<p><u><i><b><font size="5" face="Tahoma">GENIUSIDEAS</font></b></i></u></p>

<table border="1" width="100" bordercolor="#000000">

<tr>

<td>1st Row <p>2nd Row</td>

</tr>

</table>

<table border="1" width="100" bordercolor="#000000">

<tr>

<td>1</td>

<td>2</td>

</tr>

<tr>

<td>3</td>

<td>4</td>

</tr>

</table>

<p><a href="http://www.geniusideas.biz">

geniusideas</a ></p>

Method

To go to next paragraph press Enter at the row end.

To go to next row press Shift + Enter at the row end.

<u> is for underline, <I> is for italic, <b> is for bold and <font size> size for the letter.

border="1" is for border size

width="100" is for Column width

bordercolor="#000000" is equal black.

"#FF0000" = Red,

"#008000" = Green and etc.

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,"

"<a>" for “anchor link”

"href" for "hypertext reference"

geniusideas – Text to be displayed

http://www.geniusideas.biz - URL reference

1st Row

2nd Row

1

3

2

4

Now open your NotePad copy paste the above HTML Code then save as xxxxx.html. (xxxxx is your file name & which directory? Up to you).Then open your Internet Explorer Click File – Open – Browse to open your xxxxx.html file. The Internet explorer will display as per column 1(Browser Display). Now! You know what Code commonly use for internet to transfer all the data, the answer is HTML (Hyper Text Mark-up Language).

For More pls visit us atVisual Basic for Application - we teach we create and you earn.

GOOD LUCK.

For More pls visit us at www.geniusideas.biz - we teach we create and you earn.