Top 20 HTML MCQ With Answers
1) which of the following is used to create web pages?
2) HTML language is a set markup .....
3) HTML is considered a .... language
4) HTML Document contain
5) html tags are use to describe document
6) page designed in html is called ....
7) write html code using ..... select appropriate option(S).
8) html document is saved using ... extension
9) Basic fundamental block is called ------
10) Which of the following is not difference between HTML and XHTML?
a] Charset in both html and xhtml is “text/html”
b] Tags and attributes are case-insensitive in HTML but not in XHTML
c] Special characters must be escaped using character entities in XHTML unlike
HTML
d] Charset in html is “text/html” where as in xhtml it is
“application/xml+xhtml”
Answer: a] Charset in both html and xhtml is “text/html”
11) What is DOM in HTML?
a] Language dependent application programming
b] Hierarchy of objects in ASP.NET
c] Application programming interface
d] Convention for representing and interacting with objects in html documents
Answer: d]
12) Which of the following tag is use for inserting the largest heading in HTML
a] head
b] <h1>
c] <h6>
d] heading
Answer: b] <h1>
13) which part of HTML metadata is contained
a] head tag
b] title tag
c] html tag
d] body tag
Answer: a] head tag
14) What is DOM in HTML
a] Language dependent application programmingb] Hierarchy of objects in ASP.NET
c] Application programming interface
d] Convention for representing and interacting with objects in html documents
Answer: d] Convention for representing and interacting with objects in html documents
18) Which element is use to get highlighted text in HTML5
a] <u>
b] <mark>
c] <highlight>
Answer: b]
19) Which of the elements in HTML5 defines video or movie conten
a) <video>
b) <movie>
c)<media>
d) <audio>
Answer: a] <video>
20) Which of the following is not a HTML5 tag?
a] <track>b] <video>
c] <slider>
d] <source>
Answer: c] <slider>
No comments:
Post a Comment