VOOZH about

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

โ‡ฑ Bootstrap 5 Reboot User input - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bootstrap 5 Reboot User input

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 user input is used to indicate the input that is typically entered via the keyboard.

Reboot User Input used Tag:

  • <kbd>: This tag is used to define the keyboard input. The text enclosed within the <kbd> tag is typically displayed in the browserโ€™s default monospace font.

Syntax:

<kbd>Content</kbd>
 

Example 1: In this example, we will see how to use Reboot user input.

Output:

๐Ÿ‘ Image
 

Example 2: In this example, we will learn how can style <kbd> and use enter symbol with <kbd>.

Output:

๐Ÿ‘ Image
 

Reference: https://getbootstrap.com/docs/5.0/content/reboot/#user-input

Comment

Explore