Tuesday, June 26, 2012

HTML5 figure and figcaption

HTML5 figure and figcaption


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mobile-Web-App: HTML5 figure and figcaption</title>

</head>
<body>
<h1>Mobile-Web-App: HTML5 figure and figcaption</h1>
 
<figure>
 <img src="http://goo.gl/BlQEX"/>
 <figcaption>
  <p>http://mobile-web-app.blogspot.com/</p> 
 </figcaption>
</figure>

</body>
</html>


No comments:

Post a Comment