HTML Guid
HTML-Hyper Text Markup Language
HTML is the main language of construction website / web page production.
HTML is a markup language that is easy to learn.
HTML uses tags like <p> angle brackets to define the content of a web page:
HTML instance
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
HTML uses the start and end tags to mark a page element: in the above example, the <p> tag marks the beginning of a paragraph and < / p > marks the end of the paragraph.
By using simple HTML tags, web designers can add headings, paragraphs, text,tables, pictures, lists, programming code, etc., to a web page (HTML document).
Web browsers (IE browsers, Firefox, Chrome, etc.) read HTML documents, interpret HTML tags, and display correct user-readable content (no HTML tags):
According to the HTML standard, HTML can be used to define the content of a web page.
To define visual styles (color, size, appearance, layout, etc.), use CSS (cascading style sheets) (see the next chapter).
How to learn HTML?
The rookie tutorial provides a complete HTML tutorial, and you can learn allabout HTML.
HTML is easy to learn-you’ll love it.
Follow our complete HTML tutorial
Learn our complete HTML reference manual