Horje

How to set Default CSS Settings

Click on the sun or on one of the planets to watch it closer.

index.php
Example: HTML
<style>
map {
  display: inline;
}
</style>
<h1>The map and area elements</h1>

<p>Click on the sun or on one of the planets to watch it closer:</p>

<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.htm">
  <area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.htm">
  <area shape="circle" coords="124,58,8" alt="Venus" href="venus.htm">
</map>

Output should be:

How to set Default CSS Settings




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin