“Etiqueta de subrayador HTML” Código de respuesta

subrayar el texto en html

<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
Ankur

subrayar html

<!-- The <ins> tag makes a certain part of text underlined, in contrast to
	 the <del> tag which strikes through certain parts of text -->

<h1> My favorite animals are <ins> cats </ins> </h1>
ayaan

Etiqueta de subrayador HTML

Ex. Underline word "parragraph" using 'u' tag:

<p>This is a <u>parragraph</u>.</p>
Lazurite

Respuestas similares a “Etiqueta de subrayador HTML”

Preguntas similares a “Etiqueta de subrayador HTML”

Más respuestas relacionadas con “Etiqueta de subrayador HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código