A Simple HTML Document : EM : HTML : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  HTML   » [  EM  ]   
 



A Simple HTML Document

Please note that some example is only working under IE or Firefox.

/*
JavaScript Bible, Fourth Edition
by Danny Goodman 

Publisher: John Wiley & Sons CopyRight 2001
ISBN: 0764533428

*/



<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








Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.