“Cómo agregar una línea horizontal en HTML sin CSS” Código de respuesta

Estilo de línea 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

línea horizontal html

<!-- code -->

<hr>

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

Cómo agregar una línea horizontal en HTML sin CSS

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

Respuestas similares a “Cómo agregar una línea horizontal en HTML sin CSS”

Preguntas similares a “Cómo agregar una línea horizontal en HTML sin CSS”

Más respuestas relacionadas con “Cómo agregar una línea horizontal en HTML sin CSS” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código