Creating your first HTML Page

Here is simple HTML code for creating a web page

<HTML>

<TITLE> My first html page </TITLE>

<B>This is my first HTML page!</B><P>

I can write in <I>Italic</I> or <B>Bold</B><BR>

<HR>

<B><I>Or I can write in both</I></B><BR>

<HR>

<TT>...and that's all</TT>

</HTML>