a) <i> b) <italic> c) <it> d) <pre> Answer: a Explanation: The <i> (italic tag) tag in ...
View QuestionEach of RGB has its value from-
a) 0 to 256 b) 0 to 254 c) 0 to 255 d) 1 to 256 Answer: c Explanation: ...
View QuestionWhat is the total number of colors that can be represented using HEX system in HTML?
a) 16^3 b) 16^6 c) 2^6 d) 2^16 Answer: b Explanation: Each digit of #rrggbb can have ...
View QuestionWhich of the following is not true regarding to counter?
a) counter(name,style) b) counter(name) c) counter(string) d) counter(name,string,style) Answer: c Explanation: There are two functions for specifying counters, ‘counter()’ ...
View Question
Which of the following color codes of HTML represent the same color?
(i) #00ff00
(ii) hsl(120,100%,50%)
(iii) rgb(255,99,71)
Which of the following color codes of HTML represent the same color? (i) #00ff00 (ii) hsl(120,100%,50%) (iii) rgb(255,99,71)
View Question#ffffff is equivqlent to which color in rgb color representation?
a) rgb(0,0,0) b) rgb(100,100,100) c) rgb(90,90,90) d) rgb(255,255,255) Answer: d Explanation: Both #ffffff and rgb(255,255,255) represents white color.
View QuestionWhich one of the following colors will be darkest?
a) rgba(255,99,71,0) b) rgba(255,99,71,0.5) c) rgba(255,99,71,0.8) d) rgba(255,99,71,0.2) Answer: c Explanation: The higher the value of a parameter in ...
View QuestionAn HTML program is saved by using the ____ extension.
a) .ht b) .html c) .hml d) None of the above Answer: b Explanation: The .html or .htm extension ...
View QuestionWhich of the following is the correct way to create a list using the lowercase letters?
a) <ol alpha = "a" > b) <ol type = "a"> c) <ol letter = "a"> d) None ...
View QuestionFor defining bookmarks in a page we use __________
a) href b) id c) target d) <a> Answer: b Explanation: id attribute is used for defining bookmarks in ...
View Question