1 <HTML>2 <title>3 </title>--page title4 <Head>5 6 </Head>--control information on the Web page7 <Body>8 This is my first page.9 </Body>--content displayed on the pageTen </HTML>
<!--commented-out content-->--html comment syntax
1 Label Category:2 1. Format Control Label:3 <FontColor= "Red" Face=""size=""> content </Font>--Control font4 color= "RGB (255,0,0)" #FFFF005 6 <b></b>--Bold<Strong></Strong>--Bold7 <I></I>--Tilt<em></em>--Tilt8 <u></u>--Underline9 <BR/>--line breakTen --Space One <Center></Center>--Center
2. Content Container Label:<H1></H1>--One title<H2></H2>--Title No. second ...<h6></h6>--Heading No. sixth<P></P>--paragraph labels (with blank lines)<Div></Div>--layer label, one row<span></span>- -is also the layer, occupy how much space with how much space<oltype= "a"> <Li>Hamburger</Li> <Li>Colonel Chicken Nuggets</Li>--Sequential list</ol><ultype= "Square"> <Li> </Li></ul>-Unordered list
2014.9.15HTML