我的部落格歡迎討論啊,又問必答哦^_^
音訊canvas
web儲存
input型別
表單元素
表單屬性
標籤
>
>
width
="320"
height
="240"
controls
="controls"
>
src=
"g:\\桌面\\1.mp4"
type
="video/mp4"
>
your browser does not support the video tag.
video
>
body
>
html
>
包含寬度和高度屬性也是不錯的主意。
與
之間插入的內容是供不支援 video 元素的瀏覽器顯示的
>
>
width
="320"
height
="240"
controls
="controls"
>
src=
"/i/movie.ogg"
type
="video/ogg"
>
src=
"/i/movie.mp4"
type
="video/mp4"
>
your browser does not support the video tag.
video
>
body
>
html
>
屬性值描述autoplay
autoplay
controls
controls
height
pixels
loop
loop
preload
preload
srcurl
width
pixels
your brwser does not support the video tag
video
>
屬性值描述
autoplay
autoplay
controls
controls
loop
loop
preload
preload
srcurl
autocomplete
autofocus
form
表單重寫屬性
height 和 width
list屬性
min, max 和 step
multiple
novalidata
pattern
placeholder
require
縮寫
定義影象對映中的區域
定義外部內容
使用指定的基本 url 來解 析所有的相對 url。這其中包括、
標籤中的 url
把標籤排在 head 元素中第乙個元素的位置,這樣 head 中其他元素就可以利用
元素中的資訊了
屬性屬性值描述
href
url規定作為基準 url 在頁面中使用的 url
target
_blank \ _parent \ _self \ _top
在何處開啟頁面上的鏈結。該屬性會被每個鏈結中的 target 屬性覆蓋
簡單**
美麗的
a>
body
>
>
body
>
html
>
短語元素
標籤用途呈現為被強調的文字
定義重要的文字
定義乙個定義專案
定義計算機**文字
samp
定義樣本文字
定義鍵盤文字。表示文字是從鍵盤上鍵入的。通常用於與計算機相關的文件或手冊中
定義變數。可以將其與
及
標籤配合使用
定義引用。可以使用該標籤對參考文獻的引用進行定義,不如書籍或雜誌的標題
更新2019-04-22
style
="color
:#00ff00
">
>
this is a headerh3
>
>
this is a paragraph.p
>
div>
>
>
coffeedt
>
>
black hot drinkdd
>
>
milkdt
>
>
white cold drinkdd
>
dl>
HTML5入門學習總結
這兩天了解學習了一下html5的一些特性,做一些簡單的知識總結 還具有其他屬性autoplaycontrolsautobuffer通過source元素來指定多種檔案格式 poster屬性顯示例項影象 text name aaa id aaa list id value a1 value a2 val...
HTML5儲存 學習總結
思維導圖 本地儲存 localstorage sessionstorage indexeddb 和 web sql sessionstorage 5m,重新開啟頁面或者關閉瀏覽器就消失了,關閉tab欄消失 localstorage 每個網域名稱5m,永久儲存,永不失效,除非手動刪除 ie8以上支援 ...
HTML5學習之 HTML 5 拖放
拖放 drag 和 drop 是 html5 標準的組成部分。拖放是一種常見的特性,即抓取物件以後拖到另乙個位置。在 html5 中,拖放是標準的一部分,任何元素都能夠拖放。internet explorer 9 firefox opera 12 chrome 以及 safari 5 支援拖放。注釋...