HTML
What does SEO stands for?
Search Engine Optimization
Which of the following are not the character entities?
&nbps; $ldque;
How will you specify a comment in an HTML document?
<!--Here is a comment...-->
What is depreciated elements in X/HTML?
Applet, basefont, center, dir, font, isindex, menu, s, strike, and u.
Which of the following statement is correct about obsolete element?
It should not use and that browsers should not support
What is not a link types included in HTML5?
chapter, copyright, section, appendix
hich are the document metadatas?
head element, title element, base element link element , meta element
What is the not Content Type (MIME Types)?
html/text , pdf/image
What is the correct URL for W3C working Draft?
http://www.w3.org/TR/html5
Which of the following event attribute is/are added to HTML5?
onwaiting, onshow
Which is the correct URL for W3C recommended HTML5 validator?
validator.w3.org
What is the not version of XHTML - Frameset?
1.2
Which of the following differences are correct between HTML4 and XHTML?
Difference on termination of empty elements Difference on providing attribute value (even Booleans)
What is not code formatting syntax recommendation?
Do not use HTML5 syntax.
What does HTML stand for?
Hyper-text Markup Language
Why Content Type is used for?
Content type specifies the nature of a link or embedded resource.
Which is the final version of HTML?
HTML 5 is the last version of HTML
Which of the following group of html attributes is included to Global in HTML5?
X/HTML core. X/HTML l18n. X/HTML event
Nearly how many new elements are included to HTML5?
30
Which is the latest version of XHTML?
5.0
Which is/are correct statement(s) for XHTML syntax?
All elements and attribute names must appear in lower case. , All attribute values must be quoted., Non-Empty Elements require a closing tag.,No attribute minimization is allowed., In strict XHTML, all inline elements must be contained in a block element
Is it true that global attributes may be applied to nearly every element?
May be always True
Which of the following purposes are correct of evolution of HTML4 to HTML5?
Rapid growth of media Rich online experiences Sophisticated web application development
Who is making the Web standards?
The World Wide Web Consortium
Which of the following statement is/are correct about deprecated element or attribute?
It should not use but browsers still support for backward-compatibility reasons. It is replace by CSS.
A <!DOCTYPE> defines the document type of any HTML document. It can be of three types:
Strict,Transitional, or Frameset