Assignment 1 Ajay 2
Assignment 1 Ajay 2
Student ID : FZ23114169
PRACTICAL 3:
EXPLAIN ALL TAGS OF HTML WITH SYNTAX AND EXAMPLE.
<Html> this Tag forms the basic structure of all code and includes every other tags.
Example : as shown in above code.
<Head> this Tag is used to import other files or to style the document.
Example : We used style to format every <td> tag above.
<B>,<I>,<U> these tags are respectively used to make the text bold, italics or
underline.
Example : Hello Hello Hello