HTML

HTML language, tags, tables

The meta tag in HTML

Применение тега meta HTML

The meaning of the meta tag in HTML The meta element is used to add machine-readable information to an HTML document. Information added with the meta tag is not displayed to website visitors, but is made available for use by browsers and search engine crawlers.The tag is placed in the head section of the page. …

The meta tag in HTML Read More »

The head tag in HTML

Применение тега head HTML

What does the head tag do in HTML? An HTML page consists of head and body elements that contain all of the page elements and data.The head element contains information about the HTML document that is used by browsers and search engine crawlers, but is not displayed to website visitors.The head tag contains elements that …

The head tag in HTML Read More »

The hr tag in HTML

Применение тега hr HTML

The hr tag in HTML The hr element is used for a thematic break between paragraph level elements. It usually appears as a horizontal line. A closing tag is not required. The hr element is a separator, not a border It is very easy to misuse the hr element. If you find it included in …

The hr tag in HTML Read More »

Tag a in HTML

Применение тега a HTML

What does the a tag do in HTML? A tag a or anchor tag is an element used to create a hyperlink to another web page or to a bookmarked location on the same web page. Tag a as an anchor link An anchor hyperlink created by an href anchor attribute can be applied to …

Tag a in HTML Read More »

The blockquote tag in HTML

Применение тега blockquote HTML

What does the blockquote tag do in HTML? The blockquote element defines a piece of text that is a direct quote. At the same time, the quote element should be used when the quote appears embedded in the surrounding text. But when the quote is in a separate paragraph, the blockquote tag is a more …

The blockquote tag in HTML Read More »

The body tag in HTML

Применение тега body HTML

What does the Body tag do in HTML: the most important element in HTML now? The body element contains all the content of a web page. It must be placed inside the html parent element, next to the head element. The most important… and simplest The body element is the most important element in HTML. …

The body tag in HTML Read More »

The strong tag in HTML

Применение тега strong HTML

Using the strong tag in HTML The strong tag in HTML shows that its content is of serious importance, urgency. In browsers, the content highlighted with this element is displayed in bold/semibold type. The strong tag is for content that is of “great importance”: very serious; urgent; warning. It is also possible to apply the …

The strong tag in HTML Read More »

Tag B in HTML

Использование тега в HTML

Using tag b in HTML The b tag in HTML is used to highlight text to draw the reader’s attention to the content of an element that would otherwise not be given much attention. This was formerly called the Boldface element, and most browsers still display text with this tag in bold type. However, using …

Tag B in HTML Read More »

The STRONG and B tags in HTML

Тег или

Boldface text in HTML This article is about logical markup of text in which the meaning and function of the elements are emphasized in favor of visual formatting. The tags considered are elements which are designed to highlight words, word combinations and small phrases in terms of their importance or usual emphasis. An example of …

The STRONG and B tags in HTML Read More »