<! DOCTYPEHTML><HTMLlang="en"><Head> <Metacharset="UTF-8"> <title>HTML5 Study Notes</title></Head><Bodybgcolor="#90ee90">Elements of the 1.HTML5<BR/><BR/>element refers to all code from the start tag to the end tag<BR/><BR/>The h tag determines the size of the content font in the label, the smaller the font the larger the 1~6<H1>Title H1</H1> <H2>Title H2</H2> <H3>Title H3</H3> <h4>Title H4</h4> <h5>Title H5</h5> <h6>Title H6</h6>P tags represent paragraphs and act as line breaks<BR/>The BR tag is also a newline, but the No line spacing after the BR wraps, the P tag has<BR/>2.HTML5 element syntax<BR/><BR/>Element Tag properties: Written at the beginning of the label<H1align="Center">Center Display</H1> <P>BgColor set background color in body, background is set background picture</P> <P>target = "..." In... Open the Label _blank New window _self The original page opens</P> <ahref="Linktest.html"target="_blank">Click here to go to the link test</a> <P></P> <imgsrc="Source/img_20150528_100001.jpg"></Body></HTML>
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
HTML5 Learning Note 1 element tag properties