Files
2018-10-16 21:32:40 +05:30

28 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Headline with the h2 Element
localeTitle: Заголовок с элементом h2
---
## Заголовок с элементом h2
На первом уроке вы узнали, что такое HTML-элемент, и вы его модифицировали.
Теперь вас попросят написать свой собственный! Первый элемент HTML, уже присутствующий в редакторе кода ( `<h1>Hello World</h1>` ), использует тег h1, проверьте остальные:
Код | Последствия ----- | ------- `<h2> This is how an h2 heading looks like</h2>` |
## Вот как выглядит заголовок h2
`<h3> Followed by this h3 tag </h3>` |
### Вслед за этим тегом h3
`<h4> Look at the h4, the middle </h4>` |
#### Посмотрите на h4, средний
`<h5> Here is a tiny h5 </h5>` |
##### Вот крошечный h5
`<h6> The last - h6 </h6>` |
###### Последний - h6