(Q1) HTML5 is currently used BECAUSE it supports______________technology
Answer:-
mobile
(Q2) __________ is used to identify the html element uniquely through the document object model.
Answer:-
id
(Q3) ___________ used to APPLY CSS style to the iNDIVIDUAL input element.
Answer:-
CLASS
(Q4) _______________ is A TAG in html THAT describes some ASPECTS of contents of A WEBPAGE.
Answer:-
META TAG
(Q5) The HTML TAG is used by ______________ to SEARCH INFORMATION THAT is provided with the WEBPAGE.
Answer:-
SEARCH engines
(Q6) The TAG is PLACED between the _______________ TAGS.
Answer:-
AND
(Q7) ____________ INDICATES the HTML element you WANT to style.
Answer:-
Selector
(Q8) ______________ CAN CONTAIN one or more DECLARATIONS SEPARATED by A SEMICOLON.
Answer:-
DECLARATION block
(Q9) There are _________ number of methods to implementing styling INFORMATION to AN HTML document.
Answer:-
three
(Q10) ____________ uses the style ATTRIBUTE in the HTML START TAG.
Answer:-
Inline Stylesheet
(Q11) __________ is used to APPLY CSS on A single line or element.
Answer:-
Inline CSS
(Q12) ______________ is used to APPLY CSS on A SINGLE document or PAGE.
Answer:-
INTERNAL CSS
(Q13) ______________ is written inside the style TAG within HEAD section of html.
Answer:-
INTERNAL CSS
(Q14) _____________________ style sheet is GENERALLY used when you WANT to MAKE CHANGES on multiple PAGES.
Answer:-
External
(Q15) __________ stylesheet uses the TAG on every PAGE AND the TAG should be put inside the HEAD section.
Answer:-
External
(Q16) _________ css file should not CONTAIN ANY HTML TAGS.
Answer:-
EXTERNAL
(Q17) __________ selector selects the id ATTRIBUTE of AN HTML element to select A SPECIFIC element.
Answer:-
ID
(Q18) ______________ Selector is written with the HASH CHARACTER(#), followed by the id NAME.
Answer:-
Id
(Q19) _____________ SELECTOR selects HTML elements with A SPECIFIC CLASS ATTRIBUTE.
Answer:-
Class
(Q20) _____________ is used with A period CHARACTER '.' (full stop symbol) followed by the CLASS NAME.
Answer:-
Class
(Q21) The ___________ SELECTOR is used when you WANT to CHANGE A group of elements within your HTML PAGE.
Answer:-
CLASS
(Q22) ___________ NAME should not START with number.
Answer:-
Class
(Q23) The _________________ selector is used AS A WILDCARD CHARACTER.
Answer:-
UNIVERSAL
(Q24) The ____________ selector is used to select ALL the elements with the SAME style definitions.
Answer:-
grouping
(Q25) ______________ helps to position the HTML elements.
Answer:-
CSS
(Q26) The property is used to set position for AN element
Answer:-
position
(Q27) _________________ Positioning is A by- DEFAULT position for HTML elements.
Answer:-
Static
(Q28) ______________ property helps to put the text fixed on the browser.
Answer:-
Fixed
(Q29) ___________ element will not move, even when the PAGE is scrolled.
Answer:-
The fixed
(Q30) ______________ positioning property is used to set the element RELATIVE to its NORMAL position.
Answer:-
RELATIVE
(Q31) ________________property sets AN element in A SPECIFIC LOCATION AND it is not AFFECTED by the flow of the PAGE.
Answer:-
Absolute
(Q32) _____________ is A CSS property written in CSS file or directly in the style of AN element.
Answer:-
FLOAT
(Q33) The ___________ property defines the flow of content.
Answer:-
FLOAT
(Q34) The _____________ property in CSS defines how the components (div, hyperlink, HEADING, etc) ARE going to be PLACED on the web PAGE. It specifies how the element is DISPLAYED.
Answer:-
DISPLAY
(Q35) ____________ is used to DISPLAY AN element AS AN inline element.
Answer:-
Inline
(Q36) _____________ is used to DISPLAY AN element AS AN block element.
Answer:-
Block
(Q37) __________ TAG defines AN ordered list.
Answer:-
(Q38) An ___________ list CAN be NUMERICAL or ALPHABETICAL.
Answer:-
ordered
(Q39) ____________ list CREATED using the
TAG, AND EACH list item STARTS with the
TAG
Answer:-
unordered
(Q40) The list items in ____________ lists ARE MARKED with bullets (SMALL BLACK circles), by DEFAULT.
Answer:-
unordered
(Q41) To define A definition list ___________ TAG is used.
Answer:-
(Q42) MPEG Stands for _______________
Answer:-
Moving / Motion Pictures Experts Group
(Q43) AAC Stands for _________________
Answer:-
ADVANCED Audio Coding
(Q44) The __________ element ENABLES you to embed(or ADD) AUDIO files on WEBPAGES.
Answer:-
(Q45) The ___________ TAG is used to specify multiple MEDIA resources for MEDIA elements.
Answer:-
(Q46) _________ TAG is used to embed video into your web PAGE, it HAS SEVERAL video sources.
Answer:-
(Q47) An IMAGE with multiple hyperlinks is CALLED AN ______________________.
Answer:-
IMAGE MAP
(Q48) ______________ is used to connect links to different regions on the WEBPAGE
Answer:-
IMAGE MAP
(Q49) An IMAGE MAP is CREATED by MARKING CERTAIN regions on AN IMAGE CLICKABLE. These CLICKABLE regions ARE CALLED AS ___________.
Answer:-
hotspots
(Q50) _______________ is used to insert AN IMAGE on A web PAGE
Answer:-
(Q51) The _______________ ATTRIBUTE ACTS AS A pointer which INDICATES THAT the IMAGE is A CLIENT side IMAGE MAP
Answer:-
USEMAP
(Q52) _______________ defines specific CLICKABLE regions.
Answer:-
(Q53) HTML5 is currently used BECAUSE it supports______________technology
Answer:-
mobile
(Q54) __________ is used to identify the html element uniquely through the document object model.
Answer:-
id
(Q55) ___________ used to APPLY CSS style to the iNDIVIDUAL input element.
Answer:-
CLASS
(Q56) _______________ is A TAG in html THAT describes some ASPECTS of contents of A WEBPAGE.
Answer:-
META TAG
(Q57) The HTML TAG is used by ______________ to SEARCH INFORMATION THAT is provided with the WEBPAGE.
Answer:-
SEARCH engines
(Q58) The TAG is PLACED between the _______________ TAGS.
Answer:-
AND
(Q59) ____________ INDICATES the HTML element you WANT to style.
Answer:-
Selector
(Q60) ______________ CAN CONTAIN one or more DECLARATIONS SEPARATED by A SEMICOLON.
Answer:-
DECLARATION block
(Q61) There are _________ number of methods to implementing styling INFORMATION to AN HTML document.
Answer:-
three
(Q62) ____________ uses the style ATTRIBUTE in the HTML START TAG.
Answer:-
Inline Stylesheet
(Q63) __________ is used to APPLY CSS on A single line or element.
Answer:-
Inline CSS
(Q64) ______________ is used to APPLY CSS on A SINGLE document or PAGE.
Answer:-
INTERNAL CSS
(Q65) ______________ is written inside the style TAG within HEAD section of html.
Answer:-
INTERNAL CSS
(Q66) _____________________ style sheet is GENERALLY used when you WANT to MAKE CHANGES on multiple PAGES.
Answer:-
External
(Q67) __________ stylesheet uses the TAG on every PAGE AND the TAG should be put inside the HEAD section.
Answer:-
External
(Q68) _________ css file should not CONTAIN ANY HTML TAGS.
Answer:-
EXTERNAL
(Q69) __________ selector selects the id ATTRIBUTE of AN HTML element to select A SPECIFIC element.
Answer:-
ID
(Q70) ______________ Selector is written with the HASH CHARACTER(#), followed by the id NAME.
Answer:-
Id
(Q71) _____________ SELECTOR selects HTML elements with A SPECIFIC CLASS ATTRIBUTE.
Answer:-
Class
(Q72) _____________ is used with A period CHARACTER '.' (full stop symbol) followed by the CLASS NAME.
Answer:-
Class
(Q73) The ___________ SELECTOR is used when you WANT to CHANGE A group of elements within your HTML PAGE.
Answer:-
CLASS
(Q74) ___________ NAME should not START with number.
Answer:-
Class
(Q75) The _________________ selector is used AS A WILDCARD CHARACTER.
Answer:-
UNIVERSAL
(Q76) The ____________ selector is used to select ALL the elements with the SAME style definitions.
Answer:-
grouping
(Q77) ______________ helps to position the HTML elements.
Answer:-
CSS
(Q78) The property is used to set position for AN element
Answer:-
position
(Q79) _________________ Positioning is A by- DEFAULT position for HTML elements.
Answer:-
Static
(Q80) ______________ property helps to put the text fixed on the browser.
Answer:-
Fixed
(Q81) ___________ element will not move, even when the PAGE is scrolled.
Answer:-
The fixed
(Q82) ______________ positioning property is used to set the element RELATIVE to its NORMAL position.
Answer:-
RELATIVE
(Q83) ________________property sets AN element in A SPECIFIC LOCATION AND it is not AFFECTED by the flow of the PAGE.
Answer:-
Absolute
(Q84) _____________ is A CSS property written in CSS file or directly in the style of AN element.
Answer:-
FLOAT
(Q85) The ___________ property defines the flow of content.
Answer:-
FLOAT
(Q86) The _____________ property in CSS defines how the components (div, hyperlink, HEADING, etc) ARE going to be PLACED on the web PAGE. It specifies how the element is DISPLAYED.
Answer:-
DISPLAY
(Q87) ____________ is used to DISPLAY AN element AS AN inline element.
Answer:-
Inline
(Q88) _____________ is used to DISPLAY AN element AS AN block element.
Answer:-
Block
(Q89) __________ TAG defines AN ordered list.
Answer:-
(Q90) An ___________ list CAN be NUMERICAL or ALPHABETICAL.
Answer:-
ordered
(Q91) ____________ list CREATED using the
TAG, AND EACH list item STARTS with the
TAG
Answer:-
unordered
(Q92) The list items in ____________ lists ARE MARKED with bullets (SMALL BLACK circles), by DEFAULT.
Answer:-
unordered
(Q93) To define A definition list ___________ TAG is used.
Answer:-
(Q94) MPEG Stands for _______________
Answer:-
Moving / Motion Pictures Experts Group
(Q95) AAC Stands for _________________
Answer:-
ADVANCED Audio Coding
(Q96) The __________ element ENABLES you to embed(or ADD) AUDIO files on WEBPAGES.
Answer:-
(Q97) The ___________ TAG is used to specify multiple MEDIA resources for MEDIA elements.
Answer:-
(Q98) _________ TAG is used to embed video into your web PAGE, it HAS SEVERAL video sources.
Answer:-
(Q99) An IMAGE with multiple hyperlinks is CALLED AN ______________________.
Answer:-
IMAGE MAP
(Q100) ______________ is used to connect links to different regions on the WEBPAGE
Answer:-
IMAGE MAP
(Q101) An IMAGE MAP is CREATED by MARKING CERTAIN regions on AN IMAGE CLICKABLE. These CLICKABLE regions ARE CALLED AS ___________.
Answer:-
hotspots
(Q102) _______________ is used to insert AN IMAGE on A web PAGE
Answer:-
(Q103) The _______________ ATTRIBUTE ACTS AS A pointer which INDICATES THAT the IMAGE is A CLIENT side IMAGE MAP
Answer:-
USEMAP
(Q104) _______________ defines specific CLICKABLE regions.