Computer Science, asked by kaurjaskeerat07, 6 months ago

Worksheet 5 Answer in one word/sentence.
1. Name at least four Web Browsers.
2. What is a hyperlink?
3. What is markup language?
4. Write the syntax of bold, italics and underline tags.
5. What are empty tags? Give an example.
5. Write name of tags used to create basic structure of an HTML document.
7. What is the use of Title tags?
: What is the difference between<br> and <hr> tags?​

Answers

Answered by rupamkumarisharmaa
1

Answer 1-There are four leading web browsers − Explorer, Firefox, Netscape, and Safari, but there are many others browsers available.

Answer2-a place in an electronic document on a computer that is connected to another electronic document.

Answer 3-In computer text processing, a markup language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.

Answer 4-HTML Bold, Italic, and Underline

Bold Text. To bold text, use the <strong> or <b> tags: <strong>Bold Text Here</strong> ...

Italic Text. To italicize text, use the <em> or <i> tags: <em>Italicized Text Here</em> ...

Underlined Text.

Answer 5-Elements with no closing tag are known as an empty tag. For eg: <br>, <link>, <img>, <hr>, <meta>, <source> etc. Since we can not specify anything in between those. HTML element which does not have a closing tag are called Empty elements.

Answer 6-The basic structure of any HTML document consists of the following sections or elements: ... The main container ( html element). The head section ( head element). The body section ( body element).

Answer 7-<BR> tag is used to insert a line break which means the text/image following the tag will be moved to the next line while <HR> tag is used to insert horizontal line that can divide the information into sections.

Answered by daruzairdar420
2

Answer:

1 Google Chrome,safari,internet explorer,fire fox

2 hyperlink link webpage together

3 markup language is a language which is used for design webpages

4 the syntax of bold is <b><\b>,and italic is <i><i\>

6 html,head,title and body tags are the basic tags of html

7 title tage is used for title in html pages which shows top of the browser

8br tag is used to break the line and hr is used to under line

hope it helps

Similar questions