“BOLD TAG w HTML” Kod odpowiedzi

CSS BOLD Text

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

jak odważny tekst CSS w linii

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

HTML BOLD Text

<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

BOLD FONT HTML

h1{
font-weight: bold;
}
Tense Thrush

BOLD TAG w HTML

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

Odpowiedzi podobne do “BOLD TAG w HTML”

Pytania podobne do “BOLD TAG w HTML”

Więcej pokrewnych odpowiedzi na “BOLD TAG w HTML” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu