A Example of Book Publication to show detail in html page
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="description" content="Telephone, email and directions for The Art Bookshop, London, UK" />
<title>Contact The Art Bookshop, London UK</title>
</head>
<body>
<div id="header">
<h1>The Art Book Shop</h1>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="index.html">new publications</a></li>
<li class="current-page"><a href="index.html">contact</a></li>
</ul>
</div><!-- end header -->
<div id="content">
<p>Charing Cross Road, London, WC2, UK</p>
<p><span class="contact">Telephone</span> 02507 946 50946</p>
<p><span class="contact">Email</span> <a href="mailto:books@example.com">books@example.com</a></p>
<iframe width="425" height="275" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=charing+cross+road+london&output=embed">
</iframe>
</div><!-- end content -->
<p>© The my Bookshop</p>
</body>
</html>
output:
copy all code and paste in notepade and save as html file to run and find out put
1 comments:
html noscript examples
Noscript tag noscript element
Post a Comment