1. What is HTML
HTML is a language used to describe a Web page, referring to Hypertext Markup Language : Hypertext Marlup Language
Hypertext is not only the text on the Web page, but also the picture music video and other markup language is a set of tag tags (markuo tag);
HTML uses tag tags to describe a Web page HTML document that contains HTML tags and text content HTML documents also called Web pages, end of HTML file
The main purpose of HTML , through a series of markers, to show different effects, different parts.
Core mark of 2.HTML
Document Structure of 2.1HTML
1 <HTML>//html Code2 <Head>//How to display coding keywords, etc.3 </Head>4 <Body>//Body part5 6 </Body>7 </HTML>HTML End
View Code
2.2HTML Annotations
<!--Write comments--
Write code must be indented
2.3tag classification for HTML
Single mark: Mark only one, not adornment content but display a function, picture set code, set off several times, etc.
Syntax:< tag Name attribute = ' Value ' Property 2 = ' Property 2 '/>/end slash optional must be on request
Double mark: Is the markup of the modified content, has the beginning has the end, the middle writes decorates the content
Syntax:< tag Name attribute = ' value ' > content to be decorated < tag name/>
2.4 Specification of code
HTML overall structure
HTML code format
HTML content semantics
Step Into HTML