What is in HTML, what is the labeling?
Hyper Text Markup Language (HTML) is a code used on a website that determines how this page is displayed. The formatting text is performed by marking, a process that informs the browser what special features are to be used on the text on specific parts of the page. HTML labels are written in English and it is generally not difficult to learn.
To get an idea of how HTML really looks, you can right-click on the website you are currently viewing, and then click the Source source, view the page or hepspect element . The new window or card opens and displays the HTML source code for the page. These brands will look like this:
The mark indicates what the text should look like. For example, if the selected text is to be courageous, it places the
When using tagging, each HTML function requires both the opening and closing brand. The labels are closed in angle brackets. The first set of the holder contains command and the second uses return ships before closing. If the mark is not closed, the required text attribute will not be used.
Every piece of text to appear on the website must be placed between HTML marks. In other words, should be the first text on your page and should be at the end. These commands can be in the lower cases or closures, but not in combination.
Your website may contain a wide range of brands, but probably these commonly used will contain in this order:
-
indicates the beginning of your HTML document. If HTML is not closed, the web browser does not contain content.The header will contain the name and other stylish brand. This brand closes the header brand.This is the name STánky. - title> This brand closes the title sign.
There will be the remaining information for your document, including HTML for Content. - At the end of your page, close the body brand.
Marking can identify text attributes such as titles, lines interruption, color, font, links and more. Header marks are used to determine the size of the text. Many websites are available with complete HTML lists for information. Simply perform HTML Internet search to find some sources.