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
1
Answer:
- Title bar .
- Body .
- <html>
- <html> element
- Alink attributes.
Explanation:
- 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.
- The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.
- 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.
- see pic .
- 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
0
1.TITLE ELEMENT
2.HEAD
3.<html>
4.BODY
5.TEXT
Similar questions