Sharpen your HTML5 skills with our "HTML5 Training Practice Paper Quiz." Tailored for aspiring web developers and enthusiasts, this quiz offers a hands-on approach to reinforce your understanding of HTML5 essentials. Delve into questions covering semantic elements, multimedia integration, form enhancements, and advanced features of HTML5. Whether you're a beginner looking to solidify your foundation or a seasoned developer aiming See moreto stay updated, this quiz provides an interactive platform to test and improve your HTML5 proficiency. Navigate through real-world scenarios, assess your coding prowess, and elevate your web development capabilities. Take a deep dive into HTML5 intricacies, enhance your coding finesse, and prepare yourself for the dynamic landscape of modern web development with this insightful and practical training quiz.
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"
DOCTYPE html5
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"
DOCTYPE html
Rate this question:
In HTML5 no need to do external plugin like Flash player or other library
HTML5 is an upgraded version of HTML
All are correct.
In HTML5 lot of new future like Video and Audio/mp3, placeholder , Canvas, 2D/3D Graphics, Local Storage were added.
Rate this question:
It's an instruction to recognize you are creating an XML file.
It's an instruction to the web browser about what version of HTML the page is written in.
It's an instruction to finish an HTML page.
Rate this question:
Article, footer, section, audio, track
Object, article, br, table, input
Input, frame, body, table, form
All of them
Rate this question:
Text, textarea, multiplebox, list
Email, month, number, color, search
Month, date, table, email, textarea
Rate this question:
Video width="320" height="240" src="myVideo.mp4"
< video width="320″ height="240″ controls="controls" > < source src="myVideo.mp4″ type="video/mp4" / >
< object id="MediaPlayer" width="434" height="300" classid="clsid:22D6F312-B0F6-11D0-94AB… type="application/x-oleobject" > < param name="Filename" value="myVideo.mp4" >
Object width="320" height="240" src="myVideo.mp4"
Embed src="video.avi" width="352" height="240"
Rate this question:
It doesn't exist for HTML5
It stores the data for one session.
It stores data with no expiration date.
Rate this question:
It doesn't exist for HTML5
It stores the data for one session.
It stores data with no expiration date.
It stores data until cache is cleaned.
Rate this question:
IE, Opera, Chrome, Firefox.
All.
The major browsers, but only some features.
Mobiles, Opera, Chrome.
The major browsers.
Rate this question:
Cleaner markup.
Additional semantics of new elements
Reduce the need for external plugins
Better error handling
All of above
Rate this question:
Maps.getCurrentPosition();
Navigator.location.getCurrentPosition();
Navigator.geolocation.getCurrentPosition();
Navigator.maps.getCurrentPosition();
Rate this question:
Because it's a new technology.
Because it's changing the world.
It's still not recommended.
Because all navigators use it.
There's no difference.
The scope we can use them.
The time they store data.
The object they implement.
Rate this question:
Onplay, ondrag, onmousewheel, onstorage, onbeforeprint
Onblur, onpause, onoffline, onload, ondrop
Ondrop, onkeypress, onmouseover, onplaying, onclick
Rate this question:
With the dataTransfer object
With the event ondragstart, ondragover and ondrop
Setting the draggable attribute
It's needed to make the other three options
Offline browsing.
All above.
Reduce the page size.
Spent less time filling in forms.
Rate this question:
It's a StyleSheet that runs in the background, independently of other sheets.
It's a JavaScript that runs in the background, independently of other scripts.
It's a new page that runs in the background, independently of other pages.
Rate this question:
With the object paint.canvas
With the element "canvas"
With the attribute "body canvas='true' "
That doesn't exists in HTML5
Rate this question:
Quiz Review Timeline (Updated): Dec 13, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.