web-students

HTML Basics - Day 1

Some basic tags.

Tags

Tags has opening <tagName> and closing </tagName>

There are sevaral standard Tags,

Tag Purpose
<h1>..<h6> Heading 1 to 6
<h6> Heading 6
<hr> horizontal line
<p> Paragraph
<pre> Pre formatted
<br> line break
<b> bold text
<i> italic text
<u> underline text
<sub> subscript
<sup> superscript

Assignment #1

Open Notepad and save it with .html. After that Open it browser. Keep addind text to the Notepad and refresh your browser by right click or press F5.

Look at the below picture and build an HTML out of it,

Assignment #1

We will discuss it in next class.


Home Page

Next: HTML Day 2 »