Top 15 HTML MCQ With Answers
1] heading tag should contain most important keywords for seo use?
a) <h1> b) <h7> c) <h5> d) <h6>
Answer a) <h1>
2] how does google treat <h1> tags?
a] primary heading for seo
b] paragraph
c] link
d] goole ignores <h1> tag
Answer a) primary heading for seo
3] can <h1> styled using css?
a) yes
b) no
Answer a) yes
4] what is the purpose of the <q> tag in html language?
a) To display quoted text
b) large text
c) create a blockquote
d) insert images
Answer a) to display quoted text
5] which attribute is commonly use <q> tag?
a) cite
b) src
c) alt
d) href
Answer a) cite
6] which tag is use for long quotations in html language?
a) <blockquote>
b) <q>
c) <em>
d) <quote>
Answer a) <blockquote>
7) <q> tag is a example?
a) Block-level element
d) Semantic element
c) Inline element
d) Both d) & C
Answer d) Both d) & C
8] How can style the <q> tag using css?
a) q{font-style:italic;}
b) q:before {content: "[";} q:after { content: "] ";}
c) All above
d) q {font-weight:bold;}
Answer c) All above
9] HTML tag is use to define a paregraph?
a) <p> b) <para> c) <text> d) <paragraph>
Answer a) <p>
10] <p> tag a block-level or inline element?
a)Block-level b) lnline c) Both d) none
No comments:
Post a Comment