The abbr element is used to mark pu an abbereviation or acronym
The WHO was founded in 1948
The blockquote element is used to present content from another source
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally
The dl element indeicates a desctription list:
Inline Snippets of code should be embedded in the code element:
The following HTML element: span
, section
, div
defines a section in a document
To indicate input that is typically entered via the Keyboard, use the kbd element:
Use ctrl + p to open the Print dialog box
For Multiple lines of code use the pre element:
The text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks.
Use the Contextual classes to provide "meaning through colors":
This text is muted
This text is important
This text indicates success
This text represents some information
This text represents a warning
This text represents danger
Lowercased text.
Uppercased text.
capitalized text.
Use the .lead class to make a paragraph "stand out":
This paragraph stands out
This is a regular paragraph
Left-aligned text.
Right aligned text.
Center aligned text.
Justified text. Justifie text. Justified text. Justified text. Justified text.
No wrap text. No wrap text. No wrap text. No wrap text.
Tip: Try to resize the browser window to see the behaviour of justify and nowrap.