IT LESSON 5 HTML
Fill in the blanks 1.V i s u a l Studio Code is an example of a text editor. 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 = “ c e n t e r ”> Hello cyber square < / h 1 > aligns 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. <b> tag is used to make the text bold.- True 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 <title></title> e. Title of the webpage. <h1></h1> a. Heading tag. Changes the text size to a header size. <p></p> b. Paragraph <i>Text</i> c....


