iphone html site
html4strict
posted: Dec, 30th 2010 | jump to bottom
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- SITE REQUIRES THE FOLLOWING ZIP FILE, PLEASE DOWNLOAD: http://www.filedropper.com/files4iphonesite INSIDE YOU WILL FIND THE IMAGES FOLDER AND THE STYLE.CSS FILE PLEASE PLACE INDEX.HTML, STYLE.CSS, AND THE IMAGES FOLDER IN THE SAME DIRECTORY. --> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" /> <link href="style.css" rel="stylesheet" type="text/css" /> <title>Webpage Title</title> <meta content="YOUR KEYWORDS" name="Keywords" /> <meta content="YOUR DESCRIPTION" name="description" /> </head> <body> <!--HERE STARTS THE TOP HEADER. THE BLUE/GREY BAR--> <div class="topbar"> <div id="header"> <div class="title">Title</div> </div> </div> <!--HERE STOPS THE TOP HEADER. THE BLUE/GREY BAR.--> <!--HERE STARTS THE PAGE CONTENT.--> <div id="content"> <div class="graytitlediv"> <div class="graytitle"> Another Title Spot </div> </div> <ul class="textbox"> <li class="txt"> <div class="writehere"> <span class="header">Welcome</span> Detailed info can be placed here </div> </li> </ul> <ul class="menu"> <li><a href="http://apple.com"><span class="menuname">Apple.com</span><span class="itemarrow"></span></a></li> <li class="break"></li> <li><a href="http://google.com/"><span class="menuname">Google.com</span><span class="itemarrow"></span></a></li> <sup> <sup> </ul> </div> <!--HERE STOPS THE PAGE CONTENT.--> <!--HERE STARTS THE FOOTER.--> <div id="footer"> <!--HERE STOPS THE FOOTER.--> </body> </html>
73 views




