<figure id="fig2"> <legend>figure 2. install mozilla xforms dialog</legend> <img alt="a web site is requesting permission to install the ollowing item: mozilla xforms 0.7 unsigned" src="installdialog.jpg" /> </figure>
xhtml的圖片結構
<div class="figure"> <h4 class="legend">figure 2. install mozilla xforms dialog</h4> <img alt="a web site is requesting permission to install the ollowing item: mozilla xforms 0.7 unsigned" src="installdialog.jpg" /> </div>
html5的加上標記
m 元素表示文本被 “加上標志”,但是不一定要強調。可以把它想像成書中突出顯示的一節。 google 的緩存頁面就是典型的用例。如果鏈接到一個緩存的副本,搜索詞就被加上標志。例如,如果搜索 “egret”,那么緩存的 google 頁面可能像下面這樣:
the great <m>egret</m> (also known as the american <m>egret</m>) is a large white wading bird found worldwide.the great <m>egret</m> flies with slow wing beats. the scientific name of the great <m>egret</m> iscasmerodius albus.xhtml的加上標記the great <span class="m">egret</span> (also known as the american <span class="m">egret</span>) is a large white wading bird found worldwide.the great <span class="m">egret</span> flies with slow wing beats. the scientific name of the great <span class="m">egret</span> iscasmerodius albus.