1. What is an HTML markup language represents the symbolic markup language of Web Information 1. You can format text, such as title, font size, text color, paragraph, and so on 2. You can create a list of 3. You can insert images and media 4. You can create a table of 5 hyperlinks,
You can use the mouse to click the hyperlink to achieve the jump between the page 2.HTML tag and his properties mark the save format of the 1.HTML document. html. htm. XHTML 2. Markup and tagged content build HTML Document Format < tags > content </tags > 3. The attribute of the marked attribute tag, which is used to control the display format of our content (images, text, etc.) < Tag Property 1 = Property Value Property 2 = property value ... > Content </tags > For example <body bgcolor= "Red" > Content </body> above attributes are used to control the background color of our web page, bgcolor is the property of the body, and his value is red (red) 3. Syntax does not distinguish between uppercase and lowercase <HTML>, <Html>,