HTML document structure (for beginners)

A typical HTML  document will have the following structure
<!—Document declaration tag-->
<html>
                <head>
                                Document header related tags
                </head>
                <body>
                                Document body related tags
                </body>
</html>


Prepared by IBRAHIM MCHUCHURI.
HTML document structure (for beginners) HTML document structure (for beginners) Reviewed by Unknown on May 11, 2017 Rating: 5

No comments

Random Posts

3/random/post-list