李牧轩《JavaWeb程序设计》课程网页
【例2】标题、水平线、段落 (h1-h6; hr; p,pre,code,blockquote,q) (h1-h6_p.html)
【例3】列表、插图 (ul|ol-li,dl-dt-dd,div,figure-figcaption,img,canvas)(list_figure.html)
【例7】文本语义级(内联元素)常用标签之一 (span,a,br,sup,sub,small) (inline1.html)
【例8】html5元素主要全局通用属性 (id,class,title,style,accesskey,tabindex,contenteditable,hidden)(global_attributes.html)
【例9】文本语义级(内联元素)常用标签之二(b,strong,i,em,cite,s,del,int,abbr,mark,time) (inline2.html)
【例14】H5区块(章节)级语义标签 (article,section,nav,main,aside,header,footer,address) (article_section.html)