Html miscellaneous
- Which of the following is not used with text-decoration property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
overline, underline, line-through properties are used to decorate the text.
Syntax:
h1{text-decoration: line-through; },
h2 {text-decoration: overline ;},
h3{text-decoration: underline;}
it will produce headings h1 with text having line-through, h2 with text having overline and h3 with text having underline.
- Which of the following is not set with font-style property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Text-transform: capitalize, capitalizes the first letter of each word whereas font-style set font as normal, italic, oblique. We use text-transform: uppercase and text-transform: lowercase to change the text from lowercase to uppercase and from uppercase to lowercase respectively.
- How many standard color names does HTML supports?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
In HTML one can use a color name to specify a color e.g. Tomato, Orange, DodgerBlue, MediumSeaGreen, Gray, SlateBlue, Violet, LightGray etc. For colored fonts, we used text-decoration property to set the color of the text.
- For upward double arrow which entity is used?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
& uArr is used for an upwards double arrow, & uarr is for upwards arrow, & rarr for rightwards arrow, & darr for downwards arrow.
- For latin letter u with acute which entity is used?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
& uacute defines latin letter u with acute, & ucirc is for u with circumflex, & ugrave is for u with a grave.