随笔分类 - HTML 5
摘要:Skip links are an extremely helpful navigation pattern for keyboard and screen reader users, since they let you skip past sections of content. Learn h
阅读全文
摘要:For example we want to generate the code like this: <a href="#tab1">Tab 1</a><a href="#tab2">Tab 2</a><a href="#tab3">Tab 3</a> <div id="tab1" class="
阅读全文
摘要:Just like create html page, you can create a svg tag by: Inside svg, x,y: control the position of element fill: control the color of element height, w
阅读全文
摘要:HTML5 Input type: Traditionally presentational tags, the i, b, em, and strong tags have been given new semantic meanings: The i tag represents text in
阅读全文
摘要:Modernizris a library for detecting whether the user's browsers have certain features and based on the availability, we developers will trigger certai...
阅读全文
摘要:Use 'pattern' tag in html5:
阅读全文