How to draw the structure of web page.
<HTML>
        <HEAD>
            <TITLE>
                        Create my first simple web page
            </TITLE>
        </HEAD>
   <BODY>
        Body:all tag,attributes,and information that you want on a visitors browser
   </BODY>
</HTML>
 
Comments