Computer Science, asked by chanpajana0, 3 months ago

Write one word for the following.
1. The HTML element that contains text and images that are displayed in
the browser = _________
2. The HTML element that contains information about the document = __________
3. The element that contains the whole HTML document
4. BGCOLOR is an attribute of this element = __________
5. The attribute that specifies the color of text on the Web page = __________​​

Answers

Answered by shivdharmendragautam
1

Answer:

  1. Title bar .
  2. Body .
  3. <html>
  4. <html> element
  5. Alink attributes.

Explanation:

  1. The HTML <style> element contains style information for a document, or part of a document. The HTML Title element ( <title> ) defines the document's title that is shown in a Browser's title bar or a page's tab.
  2. The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.
  3. The <html> element is the root element and it defines the whole HTML document. It has a start tag <html> and an end tag </html> . The <body> element defines the document's body. It has a start tag <body> and an end tag </body.
  4. see pic .
  5. alink attribute defines the color of the link as it is being clicked on the Web page. The default color of alink is red.

Attachments:
Answered by pirhussain028
0

1.TITLE ELEMENT

2.HEAD

3.<html>

4.BODY

5.TEXT

Similar questions