“Tag tebal di html” Kode Jawaban

teks tebal CSS

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

cara berani teks css inline

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

HTML Teks tebal

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

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

Tag tebal di html

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

Jawaban yang mirip dengan “Tag tebal di html”

Pertanyaan yang mirip dengan “Tag tebal di html”

Lebih banyak jawaban terkait untuk “Tag tebal di html” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya