HTML WHATSAPP TUTORIAL CLASS

[05/09/2018, 2:09:07 PM] ‪+234 706 386 3949‬: SECTION 1

HTML Text Formatting
HTML defines special elements for defining text with a special meaning. HTML uses elements like and for formatting output, like bold or italic text. Formatting elements were designed to display special types of text:
– Bold text
– Italic text
– Marked text
– Deleted text
– Inserted text or underlined text
– Subscript text
– Superscript text
Also,
is used to create line break

element is used to move HTML contents to a new line
element is used to separate inline div HTML elements without actually putting them on separate lines. This becomes useful when you want to style them separately.
We also have the Heading elements which are used to hold HTML headings. This consists of 6 elements ranging from

to

, all with different text sizes usually denoting different levels of headings

Leave a comment