This article is a simple introduction to HTML, and other content in the following articles .... 1. What is HTML? HTML is a language used to describe a Web page; HTML: Hypertext Markup Language (Hyper Text Markup Language); 2.HTML tag HTML tag tags are often referred to as HTML tags, and HTML tags consist of a keyword that starts with the tag "<" and the end Tag ">", for example: div tag:<div></div> 3. HTML element HTML element refers to all the code from the HTML start tag to the end tag. For example: div element:<div>123</div> 4.HTML attribute each HTML tag has its own intrinsic properties, and we can add custom properties ourselves, custom attributes start with "data-"; property with ' name = ' value ' form. For example: <input type= "text" value= "button" > 5.HTML comment html comment:<!--comment Content--
Introduction to HTML