“tag sublinhada HTML” Respostas de código

Sublinhe o texto em HTML

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

sublinhe 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

tag sublinhada HTML

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

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

Respostas semelhantes a “tag sublinhada HTML”

Perguntas semelhantes a “tag sublinhada HTML”

Mais respostas relacionadas para “tag sublinhada HTML” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código