Computer Science, asked by gudu58, 1 day ago

1. Explain working of webpages
2. Differentiate between container and empty tags.
3. Explain attributes.Write any example to show attribute use
4. What is the use of <br> tag?Is it container or empty tag?Give example.
5. Explain HTML document structure in detail.​

Answers

Answered by anishbiswas243
0

1.A simple text file which also contains markup tags that describe how the text should be formatted on screen.

2.They are used to enclose texts and images.

3.An attribute is defined as a quality or characteristic of a person, place, or thing. Real life individuals and fictional characters possess various attributes. For example, someone might be labeled beautiful, charming, funny, or intelligent.

4.The <br> tag is an empty tag. In other words, it has no end tag (i.e. only use the opening tag <br> ). The basic tag is written like this <br> . Any text following the <br> element will be rendered on the next line.

5.An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content. The body may be implemented by the BODY element or the FRAMESET element.

Explanation:

Does it was helpful ( :

Similar questions