Baimendutako HTML markak: <br> <p class="text-align-left text-align-center text-align-right text-align-justify"> <h2 class="text-align-left text-align-center text-align-right text-align-justify"> <h3 class="text-align-left text-align-center text-align-right text-align-justify"> <h4 class="text-align-left text-align-center text-align-right text-align-justify"> <h5 class="text-align-left text-align-center text-align-right text-align-justify"> <h6 class="text-align-left text-align-center text-align-right text-align-justify"> <strong> <em> <u> <s> <blockquote> <a href> <ul> <ol reversed> <li> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <iframe src height width name tabindex title allowfullscreen>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see the HTML Living Standard or use your favorite search engine to find other sites that explain HTML.
Tag-aren deskribapena | Idazten duzuna | Lortzen duzuna | ||
---|---|---|---|---|
By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility | Text with <br />line break |
Text with line break |
||
By default paragraph tags are automatically added, so use this tag to add additional ones. | <p>Lehenengo paragrafoa.</p> <p>Bigarren paragrafoa.</p> |
Lehenengo paragrafoa. Bigarren paragrafoa. |
||
Heading | <h2>Azpi-izenburua</h2> |
Azpi-izenburua |
||
Heading | <h3>Hirugarren mailako azpi-izenburua</h3> |
Hirugarren mailako azpi-izenburua |
||
Heading | <h4>Laugarren mailako azpi-izenburua</h4> |
Laugarren mailako azpi-izenburua |
||
Heading | <h5>Bostgarren mailako azpi-izenburua</h5> |
Bostgarren mailako azpi-izenburua |
||
Heading | <h6>Seigarren mailako azpi-izenburua</h6> |
Seigarren mailako azpi-izenburua |
||
Strong | <strong>Strong</strong> |
Strong | ||
Emphasized | <em>Emphasized</em> |
Emphasized | ||
Azpimarratuta | <u>Azpimarratuta</u> |
Azpimarratuta | ||
No help provided for tag s. | ||||
Bloke iruzkindua | <blockquote>Bloke iruzkindua</blockquote> |
Bloke iruzkindua |
||
Anchors are used to make links to other pages. | <a href="https://algoritmosverdes.gob.es">PNAV</a> |
PNAV | ||
Ordenatu gabeko zerrenda - <li> erabili zerrendako elementu bakoitza hasteko | <ul> <li>Lehen item-a</li> <li>Bigarren item-a</li> </ul> |
|
||
Ordenatutako zerrenda - <li> erabili zerrendako elementu bakoitza hasteko | <ol> <li>Lehen item-a</li> <li>Bigarren item-a</li> </ol> |
|
||
No help provided for tag li. | ||||
Tabla | <table> <tr><th>Taularen goiburua</th></tr> <tr><td>Taularen gelaxka</td></tr> </table> |
|
||
No help provided for tag tr. | ||||
No help provided for tag td. | ||||
No help provided for tag th. | ||||
No help provided for tag thead. | ||||
No help provided for tag tbody. | ||||
No help provided for tag tfoot. | ||||
No help provided for tag caption. | ||||
No help provided for tag iframe. |
Most unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
Karakterearen deskribapena | Idazten duzuna | Lortzen duzuna |
---|---|---|
Ampersand | & |
& |
Greater than | > |
> |
Less than | < |
< |
Quotation mark | " |
" |