Posts

Showing posts with the label html5 website stucture

HTML5 website basic structure

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <!--Css start here--> <!--Css start here--> <!--js start here--> <!--js end here--> </head> <body> <!--main block--> <section id="main_block"> <!--header block--> <header> <nav> <ul> <li><a href="#">CSS Zilla</a></li> </ul> </nav> </header> <!--header block end here--> <article> <header> <h2>Article title</h2> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's stand...