“Жирный тег в HTML” Ответ

CSS смелый текст

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

Как смелый текст встроенный CSS

<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

Смелый шрифт html

h1{
font-weight: bold;
}
Tense Thrush

Жирный тег в HTML

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

Ответы похожие на “Жирный тег в HTML”

Вопросы похожие на “Жирный тег в HTML”

Больше похожих ответов на “Жирный тег в HTML” по HTML

Смотреть популярные ответы по языку

Смотреть другие языки программирования