Introduction to HTML


What really happens when we view the Web page http://dailynews.yahoo.com/topstory.html ?

Hypertext Markup Language (HTML)


Sample HTML File


<HTML>

<HEAD>
<TITLE>My First Page</TITLE>
</HEAD>

<BODY>
<P>This is my <I>very first</I> Web page.  How <B>exciting</B>!</P>
</BODY>

</HTML>


This is my very first Web page.  How exciting!


Common HTML Tags

Tag Attributes

Images