Blockquote tag in html
- use of address tag in html
- explain the use of address tag in html
- what is the address tag in html
- use of u tag in html
Abbr tag in html
Cite tag in html.
HTML address Tag
The <address> tag in HTML is used to define contact information for the author or owner of a document or an article. It is typically used for information such as an address, email, or phone number.
- The <address> element is a block-level element by default.
- The content inside <address> is usually displayed in italics and may have a line break after it.
- It should not be used for generic addresses (like physical locations), but only for authorial contact information.
Note: The tag also supports the Global Attributes and Event Attributes in HTML.
- The <address> tag contains the contact information for GeeksforGeeks.
Examples of HTML address Tag
Organization or Company Information
- The <address> tag contains the contact information for GeeksforGeeks, including the organization name, website link, and physical address.
- Line breaks (<br>)are used to format the address for better readability.
Styling the <address> Tag
- The CSS within the <style> tag customizes the appeara
- html tag for adress