What is HTML? HTML is a language used to describe web pages. HTML refers to Hyper Text Markup Language, which is a markup language. A markup language is a set of markup tags. HTML uses markup tags to describe web pages. What is hypertext? The real power of markup languages lies in their ability to collect documents, combine them into a complete repository, and link the repository with other document collections in the world. In this way, readers can not only fully control the display of the document on the screen, but also control the order in which they browse information through hyperlinks. That's the "HT" in HTML and XHTML - hypertext, and it's what holds the entire Web together. What is a hyperlink? A hyperlink, or anchor as it is called in the standard, is marked with the <a> tag and can be expressed in two ways. Another type of anchor creates a marker in the document that can be referenced by a hyperlink. What are HTML tags? HTML markup tags are often referred to as HTML tags. HTML tags are keywords enclosed in angle brackets, such as <html>. HTML tags usually appear in pairs, such as <b> and </b>. The first tag in the tag pair is the start tag and the second tag is the end tag. The start and end tags are also called opening and closing tags. What is an HTML document? An HTML document contains HTML tags and plain text. An HTML document is also called a web page. .htm or .html file extension? When you save an HTML file, you can use either the .htm or .html file extension. Because many software in the past (such as DOS) only allowed three-letter file extensions, today there is no problem using .html. Features of HTML: HTML is a loose language that is not case sensitive. Although double tags are required to appear in pairs, it will not report an error if they do not appear in a pair; it will not report an error if a single tag is not closed; it will not report an error if single quotes, double quotes, or no quotes are used in attributes. But in order to be more standardized, we generally strictly enforce the following rules:
The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. |
<<: Docker deployment nginx implementation process graphic and text detailed explanation
>>: MySQL 8.0.22 installation and configuration method graphic tutorial under Windows 10
Effect html <body> <div class="cont...
Building web pages that comply with Web standards ...
Preface: Last Sunday, a senior asked me to help m...
MySQL CURDATE Function Introduction If used in a ...
COALESCE is a function that refers to each parame...
Table of contents Using slots in Vue: slot Scoped...
When programmers do TypeScript/JavaScript develop...
Source code preview: https://github.com/jdf2e/nut...
Preface As you all know, we have encountered many...
1. Mathematical Functions ABS(x) returns the abso...
Table of contents 1. What is Set 2. Set Construct...
The communication modes of vue3 components are as...
1. There are many Python version management tools...
Both methods can be used to execute a piece of ja...
In MySQL, create a new table with three fields, i...