fredag 31 december 2010

Det här med html...

<a href="http://www.w3schools.com">This is a link</a>

Unorded list
<ul>       
  <li>       
  <li>       
</ul>      

Orded list
<ol>
<li>
  <li>
</ol>
<dl>

  <dt>Definition Term</dt>

  <dd>Definition of the term</dd>

  <dt>Definition Term</dt>

  <dd>Definition of the term</dd>
</dl>
 
<hr /> - horizontal rule - streck
 
<img src="Earth.gif" width="41" height="41" border="0" alt="text describing the image" />
 
<menu>

  <li type="disc">List item 1</li>

  <li type="circle">List item 2</li>

  <li type="square">List item 3</li>
</MENU> 


http://www.web-source.net/html_codes_chart.htm
Inte för att det här hjälpte...

Inga kommentarer:

Skicka en kommentar