An Old Style Blog App (Heading, Paragraph, Formatting Etc)
An Old Style Blog App (Heading, Paragraph, Formatting Etc)
Blog App
Lecture’s Checklist
1. Headings.
2. Paragraphs.
3. Text Formatting.
Headings
HTML headings are defined using the h1 to h6 elements. They are used to
structure the content of a webpage, and they also help search engines
understand the hierarchy of the content on the page.
Headings
Paragraphs
In HTML, you can use the <p> element to represent a paragraph.
Note that the <strike> element is deprecated in HTML5 and may not be supported
in all modern web browsers. It is generally recommended to use other text
formatting techniques, such as the text-decoration CSS property, to achieve the
same effect.
Text Formatting
● <sub>: Makes text subscript.
● <sup>: Makes text superscript.
● <small>: Makes text small.
● <big>: Makes text big.
Text Formatting
● <mark>: Highlights text.
● <abbr>: Represents an abbreviation.
● <acronym>: Represents an acronym. (Not Supported)
● <dfn>: Represents a definition.
● <ins>: The <ins> tag in HTML is used to represent inserted text.
THANK YOU