HTML For Beginner
HTML For Beginner
</a>
<button
onclick=”document.location=’www.google.com’”>google</button>
<map name="workmap">
</map>
Or
div{
background-image: url(‘...’);
33. <dl>
</dl>
Description list.
● authorship information
● copyright information
● contact information
● sitemap
● back to top links
● related documents
37. <nav>
</nav>
38. <figure>
</figure>
39. <details>
<p>... </p>
</details>