A Simple HTML Document : EM « HTML « JavaScript DHTML






A Simple HTML Document

<HTML> 
    <HEAD> 
        <TITLE> 
            A Simple Page 
        </TITLE> 
    </HEAD> 
    <BODY> 
        <P ID="paragraph1"> 
            This is the 
            <EM ID="emphasis1"> 
                one and only 
            </EM> 
            paragraph on the page. 
        </P> 
    </BODY> 
</HTML>



           
       








Related examples in the same category