久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

HTML5 教程(三) - 塊級(jí)元素

HTML 5 教程(三) - 塊級(jí)元素 HTML 5 還增加了一些純語(yǔ)義性的塊級(jí)元素: aside figure dialog 我在文章和書(shū)中一直使用前兩個(gè)元素。第三個(gè)元素我不經(jīng)常用,它主要用于書(shū)面文本。 aside aside 元素

HTML 5 教程(三) - 塊級(jí)元素 HTML 5 還增加了一些純語(yǔ)義性的塊級(jí)元素:   aside  figure   dialog   我在文章和書(shū)中一直使用前兩個(gè)元素。第三個(gè)元素我不經(jīng)常用,它主要用于書(shū)面文本。 aside   aside 元素代表說(shuō)明、提示、邊欄、引用、附加注釋等,也就是敘述主線之外的內(nèi)容。例如,在 developerWorks 文章中,常常會(huì)看到用表格形式編寫(xiě)的邊欄,見(jiàn)代碼3 用 HTML 4 編寫(xiě)的 developerWorks 邊欄。

.xf-value

The .xf-value selector used here styles the input field value but not its label. This is actually inconsistent with the current CSS3 draft. The example really should use the ::value pseudo-class instead like so:

input::value { width: 20em; } 
#ccnumber::value { width: 18em }
#zip::value { width: 12em }
#state::value { width: 3em}


However, Firefox doesn't yet support this syntax.
 
  在 HTML 5 中,可以按照更有意義的方式編寫(xiě)這個(gè)邊欄,見(jiàn)代碼4 用 HTML 5 編寫(xiě)的 developerWorks 邊欄。
.xf-value
The .xf-value selector used here styles the input field value but not its label. This is actually inconsistent with the current CSS3 draft. The example really should use the ::value pseudo-class instead like so:

input::value { width: 20em; }
#ccnumber::value { width: 18em }
#zip::value { width: 12em }
#state::value { width: 3em}However, Firefox doesn't yet support this syntax.

  瀏覽器可以決定把這個(gè)邊欄放在哪里(可能需要用一點(diǎn)兒 CSS 代碼)。 figure   figure 元素代表一個(gè)塊級(jí)圖像,還可以包含說(shuō)明。例如,在許多 developerWorks 文章中,可以看到代碼5 用 HTML 4 編寫(xiě)的 developerWorks 圖 這樣的標(biāo)記其結(jié)果見(jiàn)圖1。 Figure 2. Install Mozilla XForms dialog
 
下載 (20.95 KB) 2009-6-12 11:43 圖 1. Install Mozilla XForms dialog   在 HTML 5 中,可以按照更有語(yǔ)義性的方式編寫(xiě)這個(gè)圖,見(jiàn)代碼6 用 HTML 5 編寫(xiě)的 developerWorks 圖。 Figure 2. Install Mozilla XForms dialog    最重要的是,瀏覽器(尤其是屏幕閱讀器)可以明確地將圖和說(shuō)明聯(lián)系在一起。   figure 元素不只可以顯示圖片。還可以使用它給 audio、video、iframe、object 和 embed 元素加說(shuō)明。 dialog   dialog 元素表示幾個(gè)人之間的對(duì)話。HTML 5 dt 元素可以表示講話者,HTML 5 dd 元素可以表示講話內(nèi)容。所以,在老式瀏覽器中也可以以合理的方式顯示對(duì)話。代碼7 顯示在 Galileo 的 “Dialogue Concerning the Two Chief World Systems” 上的一段著名對(duì)話。   代碼7. 用 HTML 5 編寫(xiě)的 Galilean 對(duì)話
Simplicius
According to the straight line AF, and not according to the curve, such being already excluded for such a use.
Sagredo
But I should take neither of them, seeing that the straight line AF runs obliquely. I should draw a line perpendicular to CD, for this would seem to me to be the shortest, as well as being unique among the infinite number of longer and unequal ones which may be drawn from the point A to every other point of the opposite line CD.
Salviati
Your choice and the reason you adduce for it seem to me most excellent. So now we have it that the first dimension is determined by a straight line; the second (namely, breadth) by another straight line, and not only straight, but at right angles to that which determines the length. Thus we have defined the two dimensions of a surface; that is, length and breadth.

But suppose you had to determine a height—for example, how high this platform is from the pavement down below there. Seeing that from any point in the platform we may draw infinite lines, curved or straight, and all of different lengths, to the infinite points of the pavement below, which of all these lines would you make use of?

  對(duì)于這個(gè)元素的準(zhǔn)確語(yǔ)法還有爭(zhēng)議。一些人希望在 dialog 元素中嵌入非對(duì)話文本(比如劇本中的舞臺(tái)說(shuō)明),還有人不喜歡擴(kuò)展 dt 和 dd 元素的作用。盡管在具體語(yǔ)法方面有爭(zhēng)議,但是大多數(shù)人都認(rèn)為以這樣的語(yǔ)義性方式表達(dá)對(duì)話是好事情。

【網(wǎng)站聲明】本站除付費(fèi)源碼經(jīng)過(guò)測(cè)試外,其他素材未做測(cè)試,不保證完整性,網(wǎng)站上部分源碼僅限學(xué)習(xí)交流,請(qǐng)勿用于商業(yè)用途。如損害你的權(quán)益請(qǐng)聯(lián)系客服QQ:2655101040 給予處理,謝謝支持。

相關(guān)文檔推薦

這篇文章主要介紹了有關(guān)HTML5頁(yè)面在iPhoneX適配問(wèn)題,需要的朋友可以參考下
本篇文章主要介紹了html5中canvas圖表實(shí)現(xiàn)柱狀圖的示例,本文使用canvas來(lái)實(shí)現(xiàn)一個(gè)圖表,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧
Adobe公司出品的多媒體處理軟件產(chǎn)品線較多,涵蓋了音視頻編輯、圖像處理、平面設(shè)計(jì)、影視后期等領(lǐng)域。這篇文章主要介紹了Adobe Html5 Extension開(kāi)發(fā)初體驗(yàn)圖文教程,非常不錯(cuò),需要的朋
這篇文章主要介紹了基于HTML5的WebGL經(jīng)典3D虛擬機(jī)房漫游動(dòng)畫(huà),需要的朋友可以參考下
這篇文章主要介紹了html5實(shí)現(xiàn)移動(dòng)端適配完美寫(xiě)法,需要的朋友可以參考下
本篇文章主要介紹了HTML5響應(yīng)式(自適應(yīng))網(wǎng)頁(yè)設(shè)計(jì)的實(shí)現(xiàn),小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧
主站蜘蛛池模板: 成人性色生活片 | 日产久久视频 | 欧美片网站yy | 天天爽夜夜操 | 中文字幕免费在线观看 | 欧美精品网 | 免费视频成人 | 午夜精品福利视频 | 午夜美女福利视频 | 中文字幕手机在线观看 | 国产不卡视频 | 一区在线观看视频 | 少妇高潮av久久久久久 | 日韩在线视频播放 | 三级网站在线 | 精品欧美黑人一区二区三区 | 天天干夜夜欢 | 欧美精品区 | 亚洲成人福利 | 99国产精品99久久久久久粉嫩 | 久久99精品久久久久久琪琪 | 91视频精品 | 欧美性猛交99久久久久99按摩 | 日韩欧美国产一区二区三区 | 亚洲精品黄 | 久久精品视频一区 | 在线看日韩 | 亚洲欧美国产精品 | 在线免费观看av网站 | 成人国产综合 | 欧美在线视频一区二区 | 欧美视频亚洲视频 | 国产欧美精品一区二区三区 | 在线观看欧美日韩视频 | 色综合天天综合网天天狠天天 | 成人在线播放视频 | 日本在线天堂 | 高潮毛片7777777毛片 | 法国极品成人h版 | 国产福利在线 | 久久精品视频国产 |