“Cómo editar la longitud de la línea horizontal HTML” 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

Cómo editar la longitud de la línea horizontal HTML

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

Respuestas similares a “Cómo editar la longitud de la línea horizontal HTML”

Preguntas similares a “Cómo editar la longitud de la línea horizontal HTML”

Más respuestas relacionadas con “Cómo editar la longitud de la línea horizontal HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código