BodinglesTM - -   Bright Lightbulb Graphic Ideas   - -

Full Stack MERN Web Development

Basic HTML Tag Reference

Return to HTML Tags Index


Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraphs

Paragraph - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia dolores, ab doloribus eaque pariatur quos repellendus ducimus quas unde at quod odio ratione voluptates. Impedit culpa accusamus nostrum labore ullam?

Paragraph with line breaks [br] - Lorem ipsum dolor sit amet consectetur adipisicing elit.
dolores, ab doloribus eaque pariatur quos repellendus ducimus quas unde at quod odio ratione voluptates.
Impedit culpa accusamus nostrum labore ullam?


Links

My GIThub Website

My Bodingles Website

Contact Me


Images

Image of an Airplane


Ordered Lists

  1. JavaScript
  2. Python
  3. Java

Unordered Lists

  • JavaScript
  • Python
  • Java

Detailed Lists

JavaScript
Python
Java

Basic Text Formatting

Bold and Strong

This is bold Text.
This is strong text.


Italic and Emphasis

This is italic Text.
This is emphasised text.


Underline Text

This is Underlined Text.


Other Text Formatting

Blockquote with cite attribute

"This is a Quotation from an external source."
Source: Bodingles


Inline Blockquote with cite attribute

Bodingles says, This is a Quotation from an external source.


abbr with Title attribute

creates a mouseover pop out of info on selected item

The abbreviation HTML is widely used in Web Design.


pre for pre-formatted text

               function() {
               console.log ('Hello, World')
               }
            

Address for Contact information

Written by Bad Doggy
Visit us @ :
https://halsan23.github.io/main/
Box 1234, Dallas, TX.
U.S.


bdo : override text output direction

Text direction from left to right - Text direction from right to left


Small Text

This is small text.


Deleted Text

This is deleted text.


Inserted Text

This is inserted text.


Subscript Text

This is subscript text : H20


Supercript Text

This is Supercript text : E = MC2


Back to Top