“Bold Tag dans HTML” Réponses codées

Texte audacieux CSS

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

comment en gras text css en ligne

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

Texte de gras HTML

<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 BOLD

<!--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

Font audacieux HTML

h1{
font-weight: bold;
}
Tense Thrush

Bold Tag dans HTML

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

Réponses similaires à “Bold Tag dans HTML”

Questions similaires à “Bold Tag dans HTML”

Plus de réponses similaires à “Bold Tag dans HTML” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code