Using small element with heading
abbr element is used to make abbreviation of text
The UNO was founded in ----.
Blockquote element is used to present content from another source
The Hypertext Markup Language ( English for hypertext -Auszeichnungssprache ), abbreviated HTML , is a text-based markup language for structuring of digital documents such as text with hyperlinks , images and other content.
The dl element indicates a description list, dt is used for title of description, and dd is used for description data
Inline snippets of code can be embedded using code element.
Elements of HTML are: div
, article
, section
kbd element is used to indicate input to be entered from keyboard
Use ctrl + c to copy the text
pre element is used to write multiple lines, and also preserves spaces and line breaks
Text in a pre-element is displayed in a fixed-width font.
We can use conceptual background classes to provide "meaning through colors"
bg-primary, bg-success etcetra can be used to change background color of either paragraphs etcetra.
This color is bg-primary
This color is bg-success
This color is bg-warning
This color is bg-danger