a) 6 b) 3 c) 7 d) 2 Answer: a Explanation: ...
View QuestionWhat does semantic markup not define?
a) provides extra information b) where an emphasis is placed in a sentence c) meaning of an ...
View QuestionWhich of the following is not example of block element?
a) <h1> b) <ul> c) <p> d) <a> Answer: d Explanation: The elements which ...
View QuestionWhich one is correct syntax?
a) <p id=”1td”> b) <p id=”td”> c) <p id=”%td”> d) <p id=”#td”> Answer: b Explanation: <p id=”td”> ...
View QuestionWhich of the following defines a group of related options in a drop-down list?
a) <form> b) <optgroup> c) <output> d) <option> Answer: b Explanation: HTML form element is used in ...
View QuestionWhich element specifies a list of pre-defined options for an input element?
a) <datalist> b) <keygen> c) <output> d) <password> Answer: a Explanation: The datalist tag is used to ...
View QuestionWhich of the following is not a HTML5 added form element?
a) <datalist> b) <keygen> c) <output> d) <password> Answer: d Explanation: <datalist>, <keygen> and <output> are HTML5 added form ...
View Question_________ allows the iframe to pull in content from elsewhere in the same domain.
a) allow-same-origin b) allow-forms c) allow-scripts d) allow-pointer-lock Answer: a Explanation: Scripts are re-enabled by allow-scripts. Allow-forms re-enables from ...
View QuestionWhich of the following allows the sandboxed iframe to run scripts from the same domain?
a) allow-same-origin b) allow-forms c) allow-scripts d) allow-pointer-lock Answer: c Explanation: Scripts are re-enabled by ...
View QuestionThe __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe.
a) allow-forms b) seamless c) embed d) allow-scripts Answer: b Explanation: Embed attribute attach external ...
View Question