<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 use both! </I></B><BR> 
            <HR> 
            <TT>...and that's all</TT>
            
            </HTML> 
            It will look similar to this (this
            is an inline frame, if you cannot see it , your browser doesn't support them):