0% found this document useful (0 votes)
14 views

HTML - Text Formatting

The document discusses HTML text formatting elements. It lists formatting elements like <b>, <strong>, <i>, and <em> that are used to display special types of text like bold, important, italicized, and emphasized. It provides an example of using these elements to display a poem with the poet's name in subscript, verbs bolded, and nouns italicized. The document also mentions adding attributes to HTML elements and asks students to research how to add borders to text.

Uploaded by

Hafsah usman
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

HTML - Text Formatting

The document discusses HTML text formatting elements. It lists formatting elements like <b>, <strong>, <i>, and <em> that are used to display special types of text like bold, important, italicized, and emphasized. It provides an example of using these elements to display a poem with the poet's name in subscript, verbs bolded, and nouns italicized. The document also mentions adding attributes to HTML elements and asks students to research how to add borders to text.

Uploaded by

Hafsah usman
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

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.

You might also like