The document discusses HTML formatting tags such as <sub>, <font>, and <u> and their uses. It also covers HTML image tags like <img> and attributes like SRC, and describes how to add graphics and links to webpages.
The document discusses HTML formatting tags such as <sub>, <font>, and <u> and their uses. It also covers HTML image tags like <img> and attributes like SRC, and describes how to add graphics and links to webpages.
1.1. <Sub> 1.2. <font> 2. Write True or False: 2.1. False 2.2. False 2.3. False 2.4. True 3. Fill in the blanks: 3.1. <U> 3.2. Superscripts 3.3. Preformatted text 3.4. Three, size, face, color 4. Answer the Following: a) <Sup> stands for superscript tag. It is used to make the text on the up of the text. Example: X<sup>2</sup>. <sub> stands for subscript tag. It is used to make the text down the to the text. Example: H<sub>2</sub>. b) <U> stands for Underline. It is used to make underline the text. Example: <u> Hello</u> c) <font> tag is used to change the appearance of the text in terms of size and color. It has three attribute size, face, color. d) Formatting is a way to make page attractive. It can change the appearance of text to the wish of users using various formatting tags. Graphics in HTML: 1. MCQ a. <p> b. <hr> c. .jpg d. <img> tag / SRC attribute e. Hspace f. <a> g. <ol> h. Alt 2. Fill in the blanks: a. HTML b. Tags c. JPG and PNG d. Joint photographic expert group e. Portable network group f. Image and source g. Padding 3. Answer the following: a) HTML tags are coding instructions embedded in the HTML document. Tags consists of words or abbreviations surrounded by angle brackets, < >. Attributes always go inside the opening tag and it is good practice to enclose attribute values in quotation marks. b) IMG stands for image that tells the browser where an image is located on the web page. SRC stands for source, which is an attribute, that tells the browser where to go to find the image. c) Alternative text would appear in the page if the image does not appear or not found at its specific location. An image label on a web page can be added that appears whenever the user moves the mouse pointer over a particular image. d) Horizontal line can be added across the webpage to separate the block of information. It has four attributes such as align, noshade, size, width. e) The advantage of links on the webpage is to connect other webpages with the existing webpage. It helps to jump from one page to another page without typing the URL in the address box.