Today I read a manual and learned a lot of attributes in HTML5. The summary now is as follows
<body BGCOLOR = BED1A2 Text = FFFFFFF LINK = YELLOW Alink = Red Vlink = Blue>
Background is used to set the background of the page, followed by the address of the picture
BGCOROR is used to set the background color of the page. Later is color or hexadecimal number
Text is used to set font color without hyperlink
LINK is used to set the font color of the hyperlink
Alink is used to set the color when the hyperlink clicks
VLINK is used to set the super link to click the font color after clicking
<a href = www.vevb.com> vevb Wulin.com </a>
<a name = www.vevb.com> Page jumping place </a>
<nav> It is used to divide the links with navigation nature together
<nav>
<A href = #> VEVB Wulin.com </a>
<A href = #> VEVB Wulin.com </a>
<A href = #> VEVB Wulin.com </a>
</nav>
H <sub> 2 </sub> so <sub> 4 </sub>
<sub> is the label used for bidding </sub>
<sup> is a label used for bidding </sub>
From the title 1 to Title Six, respectively. The font gradually shrinks, and automatically changes the line
<h1> </h1>
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>
<IMG SRC = 1.jpeg Width = 500 Height = Auto>
IMG is the label of the picture, width is the width of the picture. Height can fill in the value for the height of the picture, or you can fill in the address and suffix name of the picture in AUTO (zoomed in proportion) SRC
<font size = 5px font color = red> This is a website about VEVB Wulin.com </font>
SIZE defines the size of the font, followed by PX (pixel)
Color defines the color of the fontChange <br/>
Horizontal segmentation <hr>
<!-Horizontal line with red color->
<hr color = red/>
<!--the width of the alignment style (left/center/right) and the horizontal line is used->
<hr align = left/eter/right/>
<!-Horizontal line with a width of 50 %->
<hr width = 50%/>
<!-Horizontal line with a height of 50 pixels->
<hr size = 50/>
<! -On the horizontal line of shadow->
<hr noShade = noShade>
Attached code XML/HTML code Copy content to the clipboard