Assignment 1
Assignment 1
Assignment 1
Name: M. Ibrahim Moazzam
Question 01: Describe and implement the following HTML tags. Attach the screen
shot and output.
1. <h1> </h1>
The <h1> is an HTML tag that indicates a heading on a website. The h1 is considered
the most important tag, and the h6 is the least important tag. There are six different headings tag
in HTML from <h1> to <h6> and each tags has a different way to display that content on a web
browser.
Code:
Output:
2. <p> </p>
In HTML <p> tag is used for paragraph. When we write some text in this <p> tag it
should consider as a paragraph after completing the text closing </p> tag is used to show
that the paragraph ends here.
Web Development
Code:
Output:
3. <br>
This tag is used to break the line. It is an empty tag which means that it has no end tag.
This tag can be used in different way such as writing a poem.
Code:
Output:
Web Development
Code:
Output:
Code:
Output: