Computer Science, asked by yashhooda36, 9 months ago

1. What is the use of HTML?
2. Which specialized client based application is used for viewing HTML document?
3. Who developed HTML and when?
4. Name the commonly used attributes of <BODY> tag.
5. Which three container tags are used to enhance the appearance of enclosed contents?
6. Which two tags are used for adding comments in HTML document?
7. Which two tags are used for creating scientific or mathematical formulas in the web page?

Answers

Answered by himabarbiedoll
11

1.HTML is used to create electronic documents (called pages) that are displayed on the World Wide Web. Each page contains a series of connections to other pages called hyperlinks. Every web page you see on the Internet is written using one version of HTML code or another.

2.The software to view HTML documents as a Web page is called a Web browser. Popular ones are Google Chrome, Apple's Safari, Mozilla's Firefox, Opera and Microsoft's much hated Internet Explorer. It was so hated that Microsoft recently started a new browser called Edge.

3.First developed by Tim Berners-Lee in 1990, HTML is short for Hypertext Markup Language. HTML is used to create electronic documents (called pages) that are displayed on the World Wide Web. Each page contains a series of connections to other pages called hyperlinks.

4.Attribute Description

alink Color of text for selected hyperlinks

background Image to be used a background

bgcolor Background color

link Color of text for unvisited hyperlinks

5.<html> is a container tag, it has it's closing tag as </html>. Other examples are <body>, <head>, <p> etc. These are called container tags because they contain something, within the two tags. For example, <html> marks the beginning of a HTML page whereas </html> marks the end.

6.This element is used to add a comment to an HTML document. An HTML comment begins with <! –– and the comment closes with ––> . HTML comments are visible to anyone that views the page source code, but are not rendered when the HTML document is rendered by a browser.

7.------

Answered by manishasharma98170
3

Explanation:

7. subscript and superscript

Similar questions