Home  >  Article  >  Web Front-end  >  html basics(3)

html basics(3)

WBOY
WBOYOriginal
2016-08-08 08:49:541081browse

w3school: http://www.w3school.com.cn/

runoob: http://www.runoob.com/

html tag reference manual: http://www.runoob.com/tags/html-reference.html

html color name: http://www.runoob.com/tags/html-colorname.html

Online tool: http://tool.oschina.net/

ProcessOn: https://www.processon.com/

Commonly used to combine inline elements so that they can be changed via css styles

Commonly used to combine block-level elements in order to change them through css styles

Commonly used to display a line of computer source code, the text within the label will be displayed in a fixed-width font

</span></p>
<p><span style="font-size: 13px;">Commonly used to display multi-line computer source code. The text within the label will be displayed in a fixed-width font, and spaces and line breaks will be retained</span></p>
<p><span style="font-size: 13px;"> </span></p>
<p><span style="font-size: 13px;"><span style="line-height: 20.5263px; background-color: #ffff99;">Global properties</span></span></p>
<p><span style="font-size: 13px;"><span style="background-color: #ffff99;">accesskey</span></span></p>
<p><span style="font-size: 13px;">Set shortcut keys, usage: alt + value</span></p>
<div class="cnblogs_code">
<pre class="brush:php;toolbar:false"><span style="font-size: 13px;"><span style="color: #0000ff;"><</span><span style="color: #800000;">a </span><span style="color: #ff0000;">href</span><span style="color: #0000ff;">="http://www.taobao.com"</span><span style="color: #ff0000;"> accesskey</span><span style="color: #0000ff;">="t"</span><span style="color: #0000ff;">></span>淘宝<span style="color: #0000ff;"></</span><span style="color: #800000;">a</span><span style="color: #0000ff;">></span>
<span style="color: #0000ff;"><</span><span style="color: #800000;">a </span><span style="color: #ff0000;">href</span><span style="color: #0000ff;">="http://www.jd.com"</span><span style="color: #ff0000;"> accesskey</span><span style="color: #0000ff;">="j"</span><span style="color: #0000ff;">></span>京东<span style="color: #0000ff;"></</span><span style="color: #800000;">a</span><span style="color: #0000ff;">></span></span>

Elements that support accesskey attributes: , ,