Q2. Fill in the blanks
1.
attribute of <BODY> tag is used to set the background color.
2. CSS stands for cascading_
sheets.
3.
tag is used to add rows tax table.
4. It is mandatory to use the
attributes with the <img tag.
5. <u> tag is used to
the text.
Answers
Answer:
PLEASE MARK AS BRAINLIEST, OF IT'S THERE
Explanation:
1. bgcolor Attribute
bgcolor AttributeThe HTML <body> bgcolor Attribute is used to define a Background color of a Document.
2. CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and structuring web pages (HTML or XML). This language contains coding elements and is composed of these “cascading style sheets” which are equally called CSS files (. css).
3. The <tr> tag in HTML is used to define the rows in the table.
4. The <img> tag is used to embed an image in an HTML page. ... The <img> tag has two required attributes: src - Specifies the path to the image. alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed
5. The <u> HTML element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation