advanced code snippet search
paul0078 on 04/15/12
header nav footer html5
04/15/12 08:11pm
2 people have marked this snippet as a favorite
misterJuanIB
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="wrapper"> <header> <nav> <ul> <li></li> <li></li> <li></li> <li></li> </ul> </nav> </header> <footer> </footer> </div> </body></html>
Report this snippet Tweet
Comment:
You need to login to post a comment.