js位置屬性和h5初步認識

2021-08-19 17:52:39 字數 1023 閱讀 5923

滾動框元素

style.top

style.left

offsetwidth

offsetheight

offsettop

offsetleft

scrolltop

scrollleft

111111111111111111111

222222222222222222222

333333333333333333333

444444444444444444444

555555555555555555555

111111111111111111111

222222222222222222222

333333333333333333333

444444444444444444444

555555555555555555555

111111111111111111111

222222222222222222222

333333333333333333333

444444444444444444444

555555555555555555555

html5

html5擁有新的語義,圖形及多**元素

html5是跨平台的,被設計在不同型別的硬體之上執行

html5的屬性語法

empty	        unquoted	double-quoted	single-quoted
html5 的一些最有趣的新特性:

html5元素定義為塊級元素

html5定義八個新的語義html元素。所有都是塊級元素

html5中標籤的屬性

如果使用 "autoplay",則忽略該屬性。

your browser does not support the video tag.

H5表單屬性

form formaction formmethod placeholder autofocus list autocomplete list 指定文字框提供建議值的datalist元素,其值為datalist元素的id值。maxlength 設定文字框最大字元長度。pattern 用於輸入印證的正...

h5 新增屬性

預設提示內容 placeholder 多輸入,多提交 multiple 支援乙個域中多輸入,逗號隔開,一般配合郵箱和url型別使用 自動獲取焦點,頁面載入,自動獲取焦點游標 autofocus 防止空提交 required 允許輸入的最小字元數和最大字元數 minlength 允許輸入的最小字元長度...

H5新增屬性

doctype html en utf 8 viewport content width device width,initial scale 1.0 document title cursor pointer 出現小手 button 屬性選擇器使用方法 相當於交集選擇器,即表示既有button屬性...