root element
html
<html>
paragraph of text tag
html
<p>
Заголовок 1-го уровня в HTML
html
<h1>
hyperlink tag
html
<a>
The href attribute is the URL the link points to. Attributes are key-value pairs that provide additional information about an element, like href=”https://www.boot.dev”
Тэг для метадаты
html
<head> contains metadata about the document. Anything in the <head> is not rendered visibly in the browser window.
Заголовок документа
html
<title> is the title of the document, which is displayed in the browser tab.