HTML---Text Formatting
HTML Text Formatting
LEARNING OBJECTIVE
• To recognize attributes of tags-Heading and Paragraph.
• To learn to format the text attributes.
• To use and analyze the importance of attributes in the development of
webpage.
HTML Text Formatting
STARTER: (5-7mins)------------------------------------------Let’s Recap:
Discuss the text formatting attribute.
HTML Text Formatting
HTML Attributes:
• Attributes are properties used to provide additional information about an
element.
• All HTML elements can have attributes.
• Attributes provide additional information about elements.
• Attributes are always specified in the start tag.
HTML Text Formatting
HTML Formatting Elements
Formatting elements were designed to display special types of
text:
•<b> - Bold text
•<strong> - Important text
•<i> - Italic text
•<em> - Emphasized text
•<mark> - Marked text
•<small> - Smaller text
•<sub> - Subscript text
•<sup> - Superscript text
HTML Text Formatting
Show a poem on a webpage
“The Road Not Taken” by Robert Frost.
Use heading level 3. highlight in green.
Poets name subscript
Make verbs bold.
Nouns italic
HTML Text Formatting
PLENARY:
Explain the function of below elements
•<b> - ____________________
•<strong> - _______________
•<i> - ____________________
•<em> - ____________________
•<mark> - ____________________
•<small> - ____________________
•<sub> - ____________________
•<sup> - ____________________
HTML Text Formatting
HOME LEARNING:
Research work:
Research how can we add border to the text. Sample given below
HTML Text Formatting
SUCCESS CRITERIA
• I can recognize attributes of tags-Heading and Paragraph.
• I know how to format the text attributes.
• I can use and analyze the importance of attributes in the development of
webpage.