HTML refers to Hyper Text Markup Language (Hyper Text Markup Language)
XHTML is a more rigorous and purer version of HTML.
XHTML refers to EXtensible HyperText Markup Language.
XHTML is HTML redefined as an XML application.
XHTML is a W3C standard.
You should immediately write HTML code in lowercase letters, and never get into the bad habit of ignoring tags like
---------------------------------- ----------------------------------
is also used to quote other people’s text. But it is a reference to a long text, such as introducing a large section of a well-known writer's text into an article, in which case this tag is needed.
The browser parses thetag in an indented style.tag, short text quote
Quotation marks
Space
tag, add address information to the web page
Want to add a line of code? Use thetag <code>var i=i+300;
If it is multi-line code, you can use thetag.
ul-li is a list of information in no order. A sequential information list uses ol
to create the four elements of the table:
table, tbody, tr, th, td
…: when the table content Very often, the table will be downloaded and displayed a little, but if the tag is added, the table will not be displayed until all the table contents are downloaded. Such as the code in the code editor on the right.
caption tag, add a title to the table. The display position of the title: above the table.
The content of the summary will not be displayed in the browser. Its function is to increase the readability (semanticization) of the table, enable search engines to better understand the table content, and also enable screen readers to better help special users read the table content.
Use mailto to link email addresses in web pages
What do you think of this movie review?Sendemail me
Use form tags to interact with users