“Как добавить текст в HTML” Ответ

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> This is h1 </h1> <!-- Biggest font-->
<h2> This is h2 </h2>
<h3> This is h3 </h3>
<h4> This is h4 </h4>
<h5> This is h5 </h5>
<h6> This is h6 </h6> <!--Smallest font-->
Trojan Horse

Вставьте текст HTML

<object height=20 width=75 type='text/plain' border=0 data="URL/filename.txt"></object>
Pancake Antwaan

Ответы похожие на “Как добавить текст в HTML”

Вопросы похожие на “Как добавить текст в HTML”

Больше похожих ответов на “Как добавить текст в HTML” по HTML

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

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