“Como adicionar linha horizontal em HTML sem CSS” Respostas de código

estilo de linha horizontal HTML

<!-- HTML -->

<!-- You can change the style of the horizontal line like this: --> 

<hr style="width:50%", size="3", color=black>  


<!-- Or like this: -->

<hr style="height:2px; width:50%; border-width:0; color:red; background-color:red">

Ana

linha horizontal html

<!-- code -->

<hr>

<!-- code -->
Abbot Of Boolean Zen

Como adicionar linha horizontal em HTML sem CSS

<hr style="width:25%", size="20", color="white">
Inexpensive Ibex

Respostas semelhantes a “Como adicionar linha horizontal em HTML sem CSS”

Perguntas semelhantes a “Como adicionar linha horizontal em HTML sem CSS”

Mais respostas relacionadas para “Como adicionar linha horizontal em HTML sem CSS” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código