“Etiqueta en negrita en html” Código de respuesta

texto en negrita CSS

.text {
	font-weight: bold;
}
k-vernooy

Cómo en negrita Texto CSS en línea

<p style="font-weight:bold">Hey there</p>
Neo the Elephant

texto html en negrita

<html>
 <head>
   <title>Bold text</title>
 </head>
 <body>
   <p>Use the strong element to <strong>indicate strongly emphasized</strong> content.</p>
 </body>
</html>
Plain Penguin

html audaz

<!--Emphasized bold text. It's for content that is of greater importance-->
<strong>I'm a content</strong>

<!--Bold text. It's used to draw attention to text without indicating that it's more important-->
<b>I'm another content</b>
Ana

Fuente en negrita html

h1{
font-weight: bold;
}
Tense Thrush

Etiqueta en negrita en html

<b>this tag will make text bold</b>
Coding boy Hasya

Respuestas similares a “Etiqueta en negrita en html”

Preguntas similares a “Etiqueta en negrita en html”

Más respuestas relacionadas con “Etiqueta en negrita en html” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código