国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂
Community
Articles
Topics
Q&A
Learn
Course
Programming Dictionary
Tools Library
Development tools
Website Source Code
PHP Libraries
JS special effects
Website Materials
Extension plug-ins
AI Tools
Leisure
Game Download
Game Tutorials
English
簡(jiǎn)體中文
English
繁體中文
日本語(yǔ)
???
Melayu
Fran?ais
Deutsch
Login
singup
首頁(yè)
>
課程
>
HTML Fun Class
>
HTML5 section training
HTML5 section training
目錄列表
HTML Fun Class
Introduction to HTML
What is HTML
Basic structure of H...
Create your first HT...
Create a blog simply
HTML section trainin...
HTML basic learning
HTML paragraph
HTML text formatting...
HTML titles, horizon...
Blog Project "A...
HTML elements
HTML attributes
HTML image
HTML link
Blog Project "M...
HTML list
Creation of HTML tab...
Blog Project "M...
HTML block
HTML form
Blog Project "C...
HTML color
HTML frame
Blog Project "C...
HTML section trainin...
HTML enhanced training
HTML Comprehensive T...
HTML5 basic learning
Introduction to HTML...
HTML5 content model
Page structure in HT...
header, nav & fo...
article, section &am...
HTML5 Audio element
HTML5 Video element
HTML5 Progress eleme...
HTML5 web storage
HTML5 geolocation
HTML5 drag and drop
HTML5 SVG
HTML5 SVG Animations...
HTML5 Canvas
The difference betwe...
HTML5 Canvas convers...
HTML5 form 1
HTML5 Form 2
HTML5 section traini...
以下選項(xiàng)中,哪個(gè)是HTML5 中正確的文檔類型聲明寫法?
<!DOCTYPE html>
<!DOCTYPE html5>
<html>
<meta charset="utf-8">
以下選項(xiàng)中,哪個(gè)是 HTML5 中播放視頻文件的標(biāo)簽?
<media>
<audio>
<movie>
<video>
什么標(biāo)簽定義導(dǎo)航鏈接的部分?
<
>
在 HTML5 中,哪個(gè)方法用于獲得用戶的當(dāng)前位置?
getCurrentPosition()
getLocation()
getUserPosition()
getPosition()
HTML5 中的 <canvas> 元素用于:
創(chuàng)建可拖動(dòng)元素
顯示Excel記錄
操縱數(shù)據(jù)庫(kù)中的數(shù)據(jù)
繪制圖形
在 HTML5 中,能夠直接將 SVG 元素嵌入 HTML 頁(yè)面中?
正確
錯(cuò)誤
在 HTML5 中,哪個(gè)屬性用于規(guī)定輸入字段是必填的?
validate
formvalidate
placeholder
required
在空格處正確填寫,創(chuàng)建關(guān)閉自動(dòng)完成并密碼字段不能為空的表單。
<from
="off"> <input type="text" name="name"> <
type="password" name="pwd"
/> </form>
1
/8
繼續(xù)
正確
錯(cuò)誤