VOOZH about

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

⇱ Bootstrap 5 Reboot Misc elements - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bootstrap 5 Reboot Misc elements

Last Updated : 23 Jul, 2025

Bootstrap 5 Reboot Misc elements are some other tags that are used to reset browser defaults and can be used when we do not want to specify CSS explicitly.

Reboot Misc Elements:

  • Address: Reboot Address element is used to change the font style from italic to normal text. It inherits line height and the margin-bottom is set to 1 rem.
  • Blockquote: This is used for writing a blockquote with a margin of  1em  40px.These are used when we want to quote content from other sources.
  • Summary: Text elements can be made interactive to show a summary. The default value of the cursor on it is text
  • Inline Elements: To point out some elements in the paragraph. It looks different from other texts.

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

Output

👁 Image
 

Example 2: In this example, we will learn about inline elements and summary

Output

👁 Image
 

Reference: https://getbootstrap.com/docs/5.0/content/reboot/#misc-elements

Comment

Explore