Summarize some common sense about HTML
HTML is particularly easy to understand! If you want to learn how to make your own web pages, come and see me!
First of all, let me introduce what HTML is!
HTML is a language used to describe web pages! When combined with CSS styles, it will have a very cool style!
1.HTML Refers to a hypertext markup language. Its full name is: Hyper Text Markup Language
2.HTML is not a programming language but a markup language.
3.HTML uses markup tags to describe web pages
4.Markup language is a set of markup tags
5.HTML documents contain HTML tags and text content
6.HTML documents are also called web pages
What are HTML tags?
HTML tag tags are usually It is called HTML tag
1. HTML tags are keywords surrounded by angle brackets, such as
2. HTML tags usually appear in pairs,
3. The first tag in the tag pair is the start tag, which is the first tag, and the latter tag is the end tag, which is the last tag!
スス:<First tag>Content<Last tag>
Okay! No more nonsense, let’s start with a simple case!
HTML example:
">
My first web page!