Web標注的語義化是高效Web編碼、信息架構、通用可用性、搜索引擎可見性以及最大顯示靈活性的核心概念基礎。可以通過Web瀏覽器、各種移動計算設計和屏幕閱讀器來訪問Web內容。也可以通過搜索引擎以及其他能從HTML標注內容的方式中提取含義和上下文的計算系統來閱讀Web內容。
<h1>This is the most important headline</h1>
<p>This is ordinary paragraph text within the body of the document, where certain words and phrases may be<em> emphasized</em> to mark them as <strong>particularly important</strong>.</p >
<h2>This is a headline of secondary importance to the headline above</h2>
<p>Any time you list related things, the items should be marked up in the form of a list:</p > <ul>
<li>A list signals that a group of items are conceptually related to each other</li> <li>Lists may be ordered (numbered or alphabetic) or unordered(bulleted items)</li> <li>Lists may also be menus or lists of links for navigation</1i> <li>Cascading style Sheets can make lists look many different ways</li></ul>
即使在上面這個簡單的實例中,搜索引擎也能區分標題的重要性和優先級別,發覺哪些網站制作關鍵字是重要的,并且識別列表中概念上相關的項。專門針對手機設計的層疊樣式表可以采用適合小屏幕的字體顯示標題和文字,屏幕閱讀軟件知道在哪以及如何通過暫停或變換語音來向盲人讀者傳遞有關內容結構的信息。
本文地址:http://m.murenxiang.com.cn//article/4300.html