computer Lesson 5, 6
Lesson-5 Fill in the blanks 1. H T M L stands for Hyper Text Markup Language. 2. S u b l i m e is an example for a text editor. 3. HTML tags are surrounded by a n g l e brackets. 4. <h1 align = “center”>Hello cyber square < / h 1 > align the text “Hello cyber square” to center. 5. < u > Hello Cyber Kid < / u > is used to underline the text Hello Cyber Kid. State true or false 1. Notepad works in Mac.-False 2. H1 is a tag for creating a paragraph.-False 3. Title tag shows the title of the website on the tab of the browser.-True 4. Block-level elements always start on a new line.-True 5. <span> is an example of a block-level element.-False Match the following 1.<title></title> e. Title of the webpage. 2.<h1></h1> a. Heading tag. Changes the text size to a header size. 3.<p></p> b. Paragraph 4.<i> Text </i> c. Make the text in italics. 5.<img> d. For inserting an image onto the webpage. Multiple Choi...