InterviewSolution
| 1. |
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 and tags? |
|
Answer»
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 or tags: Bold Text Here ... Italic Text. To italicize text, use the or tags: Italicized Text Here ... Underlined Text. Answer 5-Elements with no closing tag are known as an empty tag. For eg: , , 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- tag is used to insert horizontal line that can divide the information into sections.
|
|