Which of the following is a newline tag?
C< br > This is a newline
body is the body and font is the text
P is paragraph
HTML stands for Hypertext Markup Language and is a markup language. It includes a series of tags. These tags can unify the document format on the network and connect scattered Internet resources into a logical whole. HTML text is descriptive text composed of HTML commands. HTML commands can describe text, graphics, animations, sounds, tables, links, etc. ?
Hypertext is a way of organizing information that associates text and graphics in the text with other information media through hyperlinks. These interrelated information media may be in the same text, may be other files, or may be files on a computer that are geographically distant.
This way of organizing information connects information resources distributed in different locations in a random manner, making it easier for people to find and retrieve information.
Origin
The full English name of HTML is Hyper Text Markup Language, which is Hypertext Markup Language. HTML is a markup language created in 1990 by Tim Berners-Lee, the inventor of the Web, and his colleague Daniel W. Connolly. It is an application of the standard generalized markup language SGML.
Hypertext documents written in HTML are called HTML documents, which can be independent of various operating system platforms (such as UNIX, Windows, etc.).
Use HTML to write the information that needs to be expressed into HTML files according to certain rules, identify them through a dedicated browser, and "translate" these HTML files into identifiable information, that is, what we see to the web page. ?[2]?
Since 1990, HTML has been used as the information representation language of the World Wide Web, and files described using HTML need to be displayed through a web browser. HTML is a language for creating web page files. It uses markup instructions (tags) to display images, sounds, pictures, text animations, movies and other content.
In fact, every HTML document is a static web page file. This file contains HTML instruction codes. These instruction codes are not a programming language, but a typesetting method for displaying information on a web page. The location markup structure language is easy to learn and understand, and is very simple.
The universal application of HTML is the technology that brought about hypertext - jumping from one topic to another, from one page to another, and files on hosts around the world with the click of a mouse. The Hypertext Transfer Protocol specifies the rules that browsers follow and the operations they perform when running HTML documents.
The formulation of HTTP enables browsers to have unified rules and standards when running hypertext.