➤ In HTML, colors can be specified using HSL value, which means
:: hue, saturation, and lightness
➤ What is the tag for an inline frame?
:: <iframe>
➤ In which part of the HTML metadata is contained?
:: head tag
➤ In HTML, which of these would add a background color?
:: <marquee background-color = 'red'>
➤ Which of the following element is used for making the text italic in HTML?
:: <i>
➤ Which element is used to get highlighted text in HTML5?
:: <mark>
➤ A tag used as an alternative to make text bold is
:: <strong>
➤ The default statement of a switch is always executed.
:: True
➤ Which HTML tag do we use to display text along with a scrolling effect?
:: <marquee>
Comments (0)