Riga in html

Esempi di codice

15
0

linea orizzontale html

<!-- code -->

<hr>

<!-- code -->
4
0

nuova linea in formato html

<br>
4
0

riga in html

<hr>
2
0

come disegnare una linea orizzontale in javascript

var elem = document.createElement("hr");
elem.setAttribute("width", "100px");
document.body.appendChild(elem);
1
0

come faccio a fare una linea in html

<hr ...>

In altre lingue

Questa pagina è in altre lingue

Русский
..................................................................................................................
English
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................