SlideShare a Scribd company logo
1 of 10
HTML PROGRAMMING
Lesson 3: Further formatting
Lesson Objectives
 By the end of this lesson:
 All students will be able to use different HTML text
formatting tools
 Most students will be able to change the
background colour of an HTML document
 Some students will be able to edit the code of an
existing HTML document to make it more
attractive
Starter
 You may have seen the World’s Worst Website
before, but it now has a rival:
 The World’s Worst Website Ever!
 Have a look at this website and think about the
following:
 What is wring with the background used?
 What is wrong with the different types of text
used?
Formatting text
 HTML allows us to use many
different styles of text, they
include:
 Bold <b>
 Strong <strong>
 Big <big>
 Italic <i>
 Emphasized <em>
 Code <code>
 Subscript <sub>
 Superscript <superscript>
 Type in the code provided, then
save your work as textstyles.htm
 Preview your work in Internet
Explorer
<html>
<body>
<p><b>This text is bold</b></p>
<p><strong>This text is
strong</strong></p>
<p><big>This text is big</big></p>
<p><i>This text is italic</i></p>
<p><em>This text is
emphasized</em></p>
<p><code>This is computer
output</code></p>
<p>This is<sub> subscript</sub> and
<sup>superscript</sup></p>
</body>
</html>
Adding colour to your text and
changing fonts
<html>
<body>
<p>
<font size="5" face="arial" color="red">
This paragraph is in Arial, size 5, and in red
text color.
</font>
</p>
<p>
<font size="3" face="verdana" color="blue">
This paragraph is in Verdana, size 3, and in
blue text color.
</font>
</p>
</body>
</html>
 HTML allows us to set which
fonts we wish to use and what
colour they will be displayed as
 The best way to understand this
is to type in the code provided...
Go on get it typed in!
 Save your work as textcolour.htm
and preview it in Internet
Explorer.
 If you manage to get this typed in
quickly, then have a play around
by changing the fonts, the size
and the colours of the writing.
 NOTE – Color is used instead
of colour!
Changing the background
colour...
 Changing the
background colour
is really easy, all you
need to do is add a
little piece of code to
the body tag
 Try changing the
background by
adjusting your code
like that shown in
red
<html>
<body bgcolor=‘Silver’>
<p>
<font size="5" face="arial" color="red">
This paragraph is in Arial, size 5, and in red
text color.
</font>
</p>
<p>
<font size="3" face="verdana" color="blue">
This paragraph is in Verdana, size 3, and in
blue text color.
</font>
</p>
</body>
</html>
Your task...
 Using your Newcastle.htm file from last lesson,
you need to:
 Change the background colour to something
more attractive than white
 Change the colour of the writing
 Change the font and the size of the writing
 Add another hyperlink to go to:
 www.nufc.co.uk
 Make your heading appear to be bold
Extension...
 If you have managed to complete all of the
required tasks, then try the following:
 Add another hyperlink to a Newcastle related
website
 Use the Internet to find out how to include a
marquee and add a message below your heading
 Check you have updated all the meanings and
provided examples within your HTML summary
table
Plenary...
 Update your HTML tag table to explain the
following tags you have used today:
 <b>
 <i>
 <body bgcolor>
 Remember to include an example of where
you have used these tags during today’s
lesson.
Summary
 In this lesson you have:
 Used different HTML text formatting tools
 Changed the background colour of an HTML
document
 Edited the code of an existing HTML document to
make it more attractive

More Related Content

What's hot

Formatting your web page
Formatting your web pageFormatting your web page
Formatting your web pagecachs_computing
 
Screen Pages - Mage Titans - i18n Translations - Magento 2
Screen Pages  - Mage Titans - i18n Translations - Magento 2Screen Pages  - Mage Titans - i18n Translations - Magento 2
Screen Pages - Mage Titans - i18n Translations - Magento 2Tadhg Bowe
 
Word Processing Slides
Word Processing SlidesWord Processing Slides
Word Processing Slidesiarthur
 
How to update HTML files
How to update HTML filesHow to update HTML files
How to update HTML filesJadeMagnet
 
3 Alternates to Whiteout PDF
3 Alternates to Whiteout PDF3 Alternates to Whiteout PDF
3 Alternates to Whiteout PDFDeftPDF
 
Intro to HTML Elements
Intro to HTML ElementsIntro to HTML Elements
Intro to HTML ElementsAnas Alpure
 
Adding text in html
Adding text in htmlAdding text in html
Adding text in htmlnobel mujuji
 
Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)
Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)
Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)Nuzhat Memon
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 pctechnology
 
Making your web page more interesting
Making your web page more interestingMaking your web page more interesting
Making your web page more interestingcachs_computing
 
Html (hyper text markup language)
Html (hyper text markup language)Html (hyper text markup language)
Html (hyper text markup language)Denni Domingo
 
The Technique of Solving Html Assignment Questions
The Technique of Solving Html Assignment QuestionsThe Technique of Solving Html Assignment Questions
The Technique of Solving Html Assignment QuestionsLesa Cote
 
Web topic 5 text formatting
Web topic 5  text formattingWeb topic 5  text formatting
Web topic 5 text formattingCK Yang
 

What's hot (20)

Formatting your web page
Formatting your web pageFormatting your web page
Formatting your web page
 
Screen Pages - Mage Titans - i18n Translations - Magento 2
Screen Pages  - Mage Titans - i18n Translations - Magento 2Screen Pages  - Mage Titans - i18n Translations - Magento 2
Screen Pages - Mage Titans - i18n Translations - Magento 2
 
Word Processing Slides
Word Processing SlidesWord Processing Slides
Word Processing Slides
 
Web authoring
Web authoringWeb authoring
Web authoring
 
Html basics
Html basicsHtml basics
Html basics
 
How to update HTML files
How to update HTML filesHow to update HTML files
How to update HTML files
 
HTML
HTMLHTML
HTML
 
3 Alternates to Whiteout PDF
3 Alternates to Whiteout PDF3 Alternates to Whiteout PDF
3 Alternates to Whiteout PDF
 
Intro to HTML Elements
Intro to HTML ElementsIntro to HTML Elements
Intro to HTML Elements
 
Adding text in html
Adding text in htmlAdding text in html
Adding text in html
 
Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)
Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)
Std 10 Computer Chapter 1 Basic Formatting Tag in HTML (Part 2)
 
Html
HtmlHtml
Html
 
Aryan kumar
Aryan kumarAryan kumar
Aryan kumar
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1
 
Making your web page more interesting
Making your web page more interestingMaking your web page more interesting
Making your web page more interesting
 
Html (hyper text markup language)
Html (hyper text markup language)Html (hyper text markup language)
Html (hyper text markup language)
 
The Technique of Solving Html Assignment Questions
The Technique of Solving Html Assignment QuestionsThe Technique of Solving Html Assignment Questions
The Technique of Solving Html Assignment Questions
 
Web html1
Web   html1Web   html1
Web html1
 
Web topic 5 text formatting
Web topic 5  text formattingWeb topic 5  text formatting
Web topic 5 text formatting
 
M02 un04 p02
M02 un04 p02M02 un04 p02
M02 un04 p02
 

Viewers also liked

Viewers also liked (12)

Lesson 4
Lesson 4Lesson 4
Lesson 4
 
Lesson 2
Lesson 2Lesson 2
Lesson 2
 
Resume
ResumeResume
Resume
 
Lesson 1
Lesson 1Lesson 1
Lesson 1
 
Lesson 5
Lesson 5Lesson 5
Lesson 5
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
Qnt 351 team a week 2 p-pfinal
Qnt 351 team a week 2 p-pfinalQnt 351 team a week 2 p-pfinal
Qnt 351 team a week 2 p-pfinal
 
Como hackear un facebook 2015-2016
Como hackear un facebook 2015-2016Como hackear un facebook 2015-2016
Como hackear un facebook 2015-2016
 
Katalog akcesoriów do sesji zdjęciowych i fotobudki
Katalog akcesoriów do sesji zdjęciowych i fotobudkiKatalog akcesoriów do sesji zdjęciowych i fotobudki
Katalog akcesoriów do sesji zdjęciowych i fotobudki
 
Senior Physical Fitness Test
Senior Physical Fitness TestSenior Physical Fitness Test
Senior Physical Fitness Test
 
Visual Impairment and Motor Development
Visual Impairment and Motor DevelopmentVisual Impairment and Motor Development
Visual Impairment and Motor Development
 
The history of mobile phones
The history of mobile phonesThe history of mobile phones
The history of mobile phones
 

Similar to HTML PROGRAMMING: FORMAT TEXT, CHANGE COLORS & BACKGROUNDS

Similar to HTML PROGRAMMING: FORMAT TEXT, CHANGE COLORS & BACKGROUNDS (20)

Basic html training national
Basic html training nationalBasic html training national
Basic html training national
 
WDD
WDDWDD
WDD
 
Html basics
Html basicsHtml basics
Html basics
 
Handout2 formatting tags
Handout2 formatting tagsHandout2 formatting tags
Handout2 formatting tags
 
HTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docxHTML Lab ProjectTo create a simple web page you will need .docx
HTML Lab ProjectTo create a simple web page you will need .docx
 
HTML-INTRO.pptx
HTML-INTRO.pptxHTML-INTRO.pptx
HTML-INTRO.pptx
 
Html tutorials
Html tutorialsHtml tutorials
Html tutorials
 
Html tutorials
Html tutorialsHtml tutorials
Html tutorials
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorial
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorial
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorial
 
Basic html tutorial for developing a website by za3mi
Basic html tutorial for developing a website by za3miBasic html tutorial for developing a website by za3mi
Basic html tutorial for developing a website by za3mi
 
Web Design Lecture2.pptx
Web Design Lecture2.pptxWeb Design Lecture2.pptx
Web Design Lecture2.pptx
 
902350 html jar
902350 html jar902350 html jar
902350 html jar
 
Html
HtmlHtml
Html
 
In Class Assignment 1 .docx
In Class Assignment 1                                        .docxIn Class Assignment 1                                        .docx
In Class Assignment 1 .docx
 
VAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV JAIN WEB TECHNOLOGY.pptxVAIBHAV JAIN WEB TECHNOLOGY.pptx
VAIBHAV JAIN WEB TECHNOLOGY.pptx
 
HTML
HTMLHTML
HTML
 
html tags
 html tags html tags
html tags
 
Html -2
Html -2Html -2
Html -2
 

Recently uploaded

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Intelisync
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 

Recently uploaded (20)

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 

HTML PROGRAMMING: FORMAT TEXT, CHANGE COLORS & BACKGROUNDS

  • 1. HTML PROGRAMMING Lesson 3: Further formatting
  • 2. Lesson Objectives  By the end of this lesson:  All students will be able to use different HTML text formatting tools  Most students will be able to change the background colour of an HTML document  Some students will be able to edit the code of an existing HTML document to make it more attractive
  • 3. Starter  You may have seen the World’s Worst Website before, but it now has a rival:  The World’s Worst Website Ever!  Have a look at this website and think about the following:  What is wring with the background used?  What is wrong with the different types of text used?
  • 4. Formatting text  HTML allows us to use many different styles of text, they include:  Bold <b>  Strong <strong>  Big <big>  Italic <i>  Emphasized <em>  Code <code>  Subscript <sub>  Superscript <superscript>  Type in the code provided, then save your work as textstyles.htm  Preview your work in Internet Explorer <html> <body> <p><b>This text is bold</b></p> <p><strong>This text is strong</strong></p> <p><big>This text is big</big></p> <p><i>This text is italic</i></p> <p><em>This text is emphasized</em></p> <p><code>This is computer output</code></p> <p>This is<sub> subscript</sub> and <sup>superscript</sup></p> </body> </html>
  • 5. Adding colour to your text and changing fonts <html> <body> <p> <font size="5" face="arial" color="red"> This paragraph is in Arial, size 5, and in red text color. </font> </p> <p> <font size="3" face="verdana" color="blue"> This paragraph is in Verdana, size 3, and in blue text color. </font> </p> </body> </html>  HTML allows us to set which fonts we wish to use and what colour they will be displayed as  The best way to understand this is to type in the code provided... Go on get it typed in!  Save your work as textcolour.htm and preview it in Internet Explorer.  If you manage to get this typed in quickly, then have a play around by changing the fonts, the size and the colours of the writing.  NOTE – Color is used instead of colour!
  • 6. Changing the background colour...  Changing the background colour is really easy, all you need to do is add a little piece of code to the body tag  Try changing the background by adjusting your code like that shown in red <html> <body bgcolor=‘Silver’> <p> <font size="5" face="arial" color="red"> This paragraph is in Arial, size 5, and in red text color. </font> </p> <p> <font size="3" face="verdana" color="blue"> This paragraph is in Verdana, size 3, and in blue text color. </font> </p> </body> </html>
  • 7. Your task...  Using your Newcastle.htm file from last lesson, you need to:  Change the background colour to something more attractive than white  Change the colour of the writing  Change the font and the size of the writing  Add another hyperlink to go to:  www.nufc.co.uk  Make your heading appear to be bold
  • 8. Extension...  If you have managed to complete all of the required tasks, then try the following:  Add another hyperlink to a Newcastle related website  Use the Internet to find out how to include a marquee and add a message below your heading  Check you have updated all the meanings and provided examples within your HTML summary table
  • 9. Plenary...  Update your HTML tag table to explain the following tags you have used today:  <b>  <i>  <body bgcolor>  Remember to include an example of where you have used these tags during today’s lesson.
  • 10. Summary  In this lesson you have:  Used different HTML text formatting tools  Changed the background colour of an HTML document  Edited the code of an existing HTML document to make it more attractive