There are 6 types of heading elements:
by using p element we can write a paragraph.
(Semantic markup is used to clearly describe the meaning of content to the browser)
(There are two elements commonly used for marking up quotations:)
Did you ever stop to think, and forget to start again?
Knowledge is power.
(Browsers usually display it with quotation marks.)
Note: The q and blockquote elements may use the cite attribute to specify the source of the quotation. The value of the cite attribute should be a URL pointing to a webpage or document that gives more information about the quote’s origin
Abbr
The abbr element is used to represent an abbreviation or acronym. It often includes a title attribute to show the full form when hovered.
Example: The PM of pakistan is Hassan Ahmed.
Citation (cite)
A citation is a mention of a source that shows where information comes from and gives credit to the writer or creator.
Example: According to Albert Einstein (1921), "Imagination is more important than knowledge.
Definition (dfn)
The dfn element is used to indicate the defining instance of a new term.
Example: Computer is an electronic machine.
address
address element has quite a specific use: to contain contact details for the author of the page.
It can contain a physical address, but it does not have to. For example, it may also contain a phone number or email address
When we use email address that time we use ancor tag in element of address and we write mailto: in href
Example:
hassanahmed2017786@gmail.com house 295 sector 51-B korangi 6.ins and del
The ins tag is used to show inserted or newly added text in a document.
And
The del tag is used to show deleted or removed text in a document.
Example: It was the worst best idea she had ever had.
s element
The s tag is used when text is no longer correct, valid, or relevant, but you still want to show it and It usually appears with a strikethrough line.
Example: Showing an old price before a discount,
Old Price: $100 New Price: $80
s element Text is outdated or no longer true (but not a mistake).
del Text has been removed, corrected, or replaced (a mistake or change).