VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/bootstrap-5-reboot-address/

⇱ Bootstrap 5 Reboot Address - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bootstrap 5 Reboot Address

Last Updated : 18 Nov, 2022

Bootstrap 5 Reboot is a collection of element-specific CSS that changes in a single file, kickstart Bootstrap provides an elegant, consistent, and simple baseline to build upon.

Reboot Address element is used to change the font-style from italic to the normal text. It inherits the line-height property and set the margin-bottom property to 1rem. The <address> element is used to represent the contact information to the nearest ancestor. It preserve the formatting of the element by ending the line.

Reboot Address used Tag:

  • <address>: This tag is used to add the contact information of a person or an organization. 
 

Syntax:

<address>
 Content...
</address>

Example 1: In this example, we will learn about Reboot address.

Output:

👁 Image
 

Example 2: In this example, we will learn to use <abbr> along with the <address> element.

Output:

👁 Image
 

Reference: https://getbootstrap.com/docs/5.0/content/reboot/#address

Comment

Explore