a) parsing the markup content (HTML) b) parsing style information (CSS, XSL, and so on) c) generating a visual presentation of ...
View QuestionThe plug-in DLL can’t contain ______________
a) Language b) ProductName c) FileDescription d) DirectoryName Answer: d Explanation: The plug-in DLL should contain FileExtents which specifies ...
View QuestionWhich one of the following options is correct?
a) Both block element and inline element start in the new line. b) Both block element and inline ...
View QuestionWhat is the prefix of all the browser-specific functions?
a) NPP b) UPP c) NPN d) GPN Answer: c Explanation: It is a convention that all of the ...
View QuestionWhich will specify placement of controls on map?
a) ControlPosition b) StreetViewControlOptions c) ScaleControlStyle d) ScaleControlOptions Answer: a Explanation: ControlPosition specifies placement of controls on map, StreetViewControlOptions ...
View QuestionWhich object will represent a Marker icon?
a) Marker b) MarkerShape c) MarkerImage d) Markers Answer: c Explanation: MarkerImage will represent a structure of a Marker ...
View QuestionWhich attribute defines the file-select field?
a) file b) checkbox c) button d) text Answer: a Explanation: file input type defines a file-select field, also ...
View QuestionWhich one of the following is not correct regarding l parameter of hsl in HTML?
a) value of l is used determining the lightness of the color b) 0% means completely dark and ...
View QuestionWhich attribute is not used on new forms?
a) size b) text c) name d) maxlength Answer: a Explanation: size attribute denotes the width of ...
View QuestionFor displaying a list horizontally, we can use ______________
a) type b) display:inline c) <dt> d) <dd> Answer: b Explanation: If we want to display the list horizontally ...
View Question