how can use Quotations tag in html page code
<html><head>
<title>Quotations</title>
</head>
<body>
<blockquote cite="http://en.wikipedia.org/wiki/Winnie-the-Pooh">
<p>Did you ever stop to think, and forget to start again?</p>
</blockquote>
<p>As A.A. Milne said, <q>Some people talk to animals. Not many listen though. That's
the problem.</q></p>
</body>
</html>
1 comments:
html example codes for amateur coders
css html Div with id selector
Post a Comment