SlideShare uma empresa Scribd logo
1 de 11
Making your Web Page more Interesting
Starter Activity: What would this web page look
like?
<html>
<head>
<title>Cardinal Allen Catholic High School</title>
</head>
<body>
<h1>IT and Computing</h1>
<h2>Science</h2>
<p> The School is in Fleetwood </p>
<p> Which is in Lancashire </p>
<br> Which is in England
</body>
</html>
Making your Web Page more Interesting
Making your Web Page more Interesting
Here it is!
In this lesson you will learn how to align web page
objects and add colour using html. You will align a
range of objects and change the colour of text and
the background of your zoo homepage.
Lesson
Objectives
 Be able to align objects on a web page
 Be able to change the colour of a web page
 Be able to change the colour of text
 Understand what attributes are
Making your Web Page more Interesting
Attributes
Attributes are special codes placed within the HTML tags that
describe how the tags will look.
Color Attribute
To apply a green background on your Web page with red text. You
would use this code:
<html>
<head>
<title>Color Page</title>
</head>
<body bgcolor="green" text="red">
Hello. I am a page that can be used for Christmas.
</body>
</html>
Making your Web Page more Interesting
Align Attribute
The align attribute can be used to place text or pictures to the left,
center or right side of the margin. Here’s a simple example for the
align attribute:
<html>
<head>
<title>My Spring Vacation</title>
</head>
<body bgcolor="#green" text="#red">
<h4 align="center">My Spring Vacation<br>
by Russ Peabody</h4>
</body>
</html>
You can use the align attribute with all sorts of tags like: headlines,
paragraphs and graphics.
Making your Web Page more Interesting
Task 8: Aligning Paragraphs and Bold
Load the text editor and open your HTML document: firstpage.html
At the relevant points add the tags and text that appear in red.
</head>
<body bgcolor="yellow" text="black">
<h1 align="center">Hello world.</h1>
<p align="right"><b>This is my first web page. There's more to come.</b>
<p>
I am learning how to use the headline, paragraph and line break tags. Writing
HTML isn't as hard as it appears.
</p>
Save the document and then preview your work.
Making your Web Page more Interesting
Your web page should look like this in your
browser.
Making your Web Page more Interesting
Task 9: Zoo Homepage
1.Load the text editor and open your HTML document:
zoohomepage.html
2.Add a background colour (see below)
3.Centre the main heading
4.Change the colour of the text (see below)
5.Align one paragraph to the right and the other to the left
6.For more colours replace the name of the colour with a
hex code. The hexadecimal code for black is #000000. For
hex codes visit: http://www.colorpicker.com/
7.Save the document and then preview your work
Making your Web Page more Interesting
Plenary: Coding Errors
1.Load the text editor and open your HTML
document: zoohomepage.html
2.Make 4 errors in your code (DO NOT SAVE)
3.Swap seats with your elbow partner
4.Identify the errors your partner has made
5.DO NOT SAVE THE DOCUMENT!
Making your Web Page more Interesting
Keywords
 Be able to align objects on a web page
 Be able to change the colour of a web page
 Be able to change the colour of text
 Understand how to use hexadecimal codes
Objectives
 Attributes
 Bgcolor
 Align
 Hexadecimal




Making your Web Page more Interesting

Mais conteúdo relacionado

Mais procurados

Heading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.SivakumarHeading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.SivakumarSivakumar R D .
 
Introduction to html class-1
Introduction to html class-1Introduction to html class-1
Introduction to html class-1NoumanBalochHere
 
Design your first website using HTML
Design your first website using HTMLDesign your first website using HTML
Design your first website using HTMLBunty Jain
 
Html tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.comHtml tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.comShwetaAggarwal56
 
Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)ghayour abbas
 
Web Design Course - Lecture 2 - HTML Tag, Element, Attributes
Web Design Course - Lecture 2 - HTML Tag, Element, AttributesWeb Design Course - Lecture 2 - HTML Tag, Element, Attributes
Web Design Course - Lecture 2 - HTML Tag, Element, AttributesAl-Mamun Sarkar
 
Creating your first web page
Creating your first web pageCreating your first web page
Creating your first web pagecachs_computing
 
Header tag
Header tagHeader tag
Header tagACMonte
 
Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLOlivia Moran
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello worldhemi46h
 

Mais procurados (18)

Html 4.0
Html 4.0Html 4.0
Html 4.0
 
Heading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.SivakumarHeading Section in HTML - R.D.Sivakumar
Heading Section in HTML - R.D.Sivakumar
 
Introduction to html class-1
Introduction to html class-1Introduction to html class-1
Introduction to html class-1
 
Html styles
Html stylesHtml styles
Html styles
 
Khoa dang (kay)
Khoa dang (kay)Khoa dang (kay)
Khoa dang (kay)
 
HTML Coding
HTML CodingHTML Coding
HTML Coding
 
html tags
 html tags html tags
html tags
 
Html tags
Html tagsHtml tags
Html tags
 
Design your first website using HTML
Design your first website using HTMLDesign your first website using HTML
Design your first website using HTML
 
Html tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.comHtml tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.com
 
H T M L Tutorial
H T M L TutorialH T M L Tutorial
H T M L Tutorial
 
Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)
 
Web Design Course - Lecture 2 - HTML Tag, Element, Attributes
Web Design Course - Lecture 2 - HTML Tag, Element, AttributesWeb Design Course - Lecture 2 - HTML Tag, Element, Attributes
Web Design Course - Lecture 2 - HTML Tag, Element, Attributes
 
Creating your first web page
Creating your first web pageCreating your first web page
Creating your first web page
 
Header tag
Header tagHeader tag
Header tag
 
Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTML
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world
 
HTML Lesson 5
HTML Lesson 5HTML Lesson 5
HTML Lesson 5
 

Destaque

Revision Questions From Letts Short Version 08 With Revision
Revision Questions From Letts Short Version 08 With RevisionRevision Questions From Letts Short Version 08 With Revision
Revision Questions From Letts Short Version 08 With RevisionMark Ollis
 
Formatting fonts on your web page
Formatting fonts on your web pageFormatting fonts on your web page
Formatting fonts on your web pagecachs_computing
 
De Lorme Catalog Before After Cover
De Lorme Catalog Before After CoverDe Lorme Catalog Before After Cover
De Lorme Catalog Before After Covermarthadillard
 
Scratch - Presented at Fall CUE 2010
Scratch  - Presented at Fall CUE 2010Scratch  - Presented at Fall CUE 2010
Scratch - Presented at Fall CUE 2010swoodward
 
LibraryLinkNJ - Scratch Slides Part 1
LibraryLinkNJ - Scratch Slides Part 1LibraryLinkNJ - Scratch Slides Part 1
LibraryLinkNJ - Scratch Slides Part 1LanoraTM
 
Scratch: School and Programming Languages
Scratch: School and Programming Languages Scratch: School and Programming Languages
Scratch: School and Programming Languages 2YOUNG2FAIL
 
pcDuino Presentation at SparkFun
pcDuino Presentation at SparkFunpcDuino Presentation at SparkFun
pcDuino Presentation at SparkFunJingfeng Liu
 
Google Earth for Beginners
Google Earth for BeginnersGoogle Earth for Beginners
Google Earth for BeginnersErica Roberts
 
KR hour of code
KR hour of codeKR hour of code
KR hour of codevgarton
 
Janzen hui lo2 standing waves
Janzen hui lo2   standing wavesJanzen hui lo2   standing waves
Janzen hui lo2 standing wavesJanzen Hui
 
Lesson 3 - Concept Review
Lesson 3 - Concept ReviewLesson 3 - Concept Review
Lesson 3 - Concept ReviewLuke Murphy
 
Open Source Home Automation with LinkSprite.IO
Open Source Home Automation with LinkSprite.IOOpen Source Home Automation with LinkSprite.IO
Open Source Home Automation with LinkSprite.IOJingfeng Liu
 

Destaque (20)

Revision Questions From Letts Short Version 08 With Revision
Revision Questions From Letts Short Version 08 With RevisionRevision Questions From Letts Short Version 08 With Revision
Revision Questions From Letts Short Version 08 With Revision
 
Formatting fonts on your web page
Formatting fonts on your web pageFormatting fonts on your web page
Formatting fonts on your web page
 
De Lorme Catalog Before After Cover
De Lorme Catalog Before After CoverDe Lorme Catalog Before After Cover
De Lorme Catalog Before After Cover
 
Scratch
ScratchScratch
Scratch
 
Scratch - Presented at Fall CUE 2010
Scratch  - Presented at Fall CUE 2010Scratch  - Presented at Fall CUE 2010
Scratch - Presented at Fall CUE 2010
 
Interviewing Bitsbox Inventeors!!
Interviewing Bitsbox Inventeors!!Interviewing Bitsbox Inventeors!!
Interviewing Bitsbox Inventeors!!
 
LibraryLinkNJ - Scratch Slides Part 1
LibraryLinkNJ - Scratch Slides Part 1LibraryLinkNJ - Scratch Slides Part 1
LibraryLinkNJ - Scratch Slides Part 1
 
Scratch: School and Programming Languages
Scratch: School and Programming Languages Scratch: School and Programming Languages
Scratch: School and Programming Languages
 
Lessons 5+
Lessons 5+Lessons 5+
Lessons 5+
 
pcDuino Presentation at SparkFun
pcDuino Presentation at SparkFunpcDuino Presentation at SparkFun
pcDuino Presentation at SparkFun
 
Google Earth for Beginners
Google Earth for BeginnersGoogle Earth for Beginners
Google Earth for Beginners
 
KR hour of code
KR hour of codeKR hour of code
KR hour of code
 
Lo2
Lo2Lo2
Lo2
 
Scratch Project
Scratch ProjectScratch Project
Scratch Project
 
Washing away cave paintings
Washing away cave paintingsWashing away cave paintings
Washing away cave paintings
 
Janzen hui lo2 standing waves
Janzen hui lo2   standing wavesJanzen hui lo2   standing waves
Janzen hui lo2 standing waves
 
Lesson 3 - Concept Review
Lesson 3 - Concept ReviewLesson 3 - Concept Review
Lesson 3 - Concept Review
 
Top 10 IT Predictions for 2010
Top 10 IT Predictions for 2010Top 10 IT Predictions for 2010
Top 10 IT Predictions for 2010
 
Open Source Home Automation with LinkSprite.IO
Open Source Home Automation with LinkSprite.IOOpen Source Home Automation with LinkSprite.IO
Open Source Home Automation with LinkSprite.IO
 
Processos criativos de game design
Processos criativos de game designProcessos criativos de game design
Processos criativos de game design
 

Semelhante a Making your web page more interesting

Semelhante a Making your web page more interesting (20)

WDD
WDDWDD
WDD
 
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
 
Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTML
 
Lesson 3
Lesson 3Lesson 3
Lesson 3
 
Lab_Ex1.pptx
Lab_Ex1.pptxLab_Ex1.pptx
Lab_Ex1.pptx
 
HTML
HTMLHTML
HTML
 
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptxDESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
 
DOC-20220920-WA0012..pptx
DOC-20220920-WA0012..pptxDOC-20220920-WA0012..pptx
DOC-20220920-WA0012..pptx
 
web development html css javascrptt902350_HTML_Jar.ppt
web development html css javascrptt902350_HTML_Jar.pptweb development html css javascrptt902350_HTML_Jar.ppt
web development html css javascrptt902350_HTML_Jar.ppt
 
Basics-of-HTML.ppt
Basics-of-HTML.pptBasics-of-HTML.ppt
Basics-of-HTML.ppt
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
 
html presentation on basis of tage .ppt
html presentation on basis of tage  .ppthtml presentation on basis of tage  .ppt
html presentation on basis of tage .ppt
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
 
HTML introduction
HTML introduction HTML introduction
HTML introduction
 
Html basics NOTE
Html basics NOTEHtml basics NOTE
Html basics NOTE
 
902350 html jar
902350 html jar902350 html jar
902350 html jar
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
Basic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersBasic HTML Tutorial For Beginners
Basic HTML Tutorial For Beginners
 

Mais de cachs_computing (20)

It and computing assessment
It and computing assessmentIt and computing assessment
It and computing assessment
 
Forest archery game
Forest archery gameForest archery game
Forest archery game
 
Scratching the surface
Scratching the surfaceScratching the surface
Scratching the surface
 
Introduction
IntroductionIntroduction
Introduction
 
Desktop publishing
Desktop publishingDesktop publishing
Desktop publishing
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
Internet
InternetInternet
Internet
 
Getting technical introduction
Getting technical introductionGetting technical introduction
Getting technical introduction
 
It and computing assessment
It and computing assessmentIt and computing assessment
It and computing assessment
 
Introduction
IntroductionIntroduction
Introduction
 
Word processing 2
Word processing 2Word processing 2
Word processing 2
 
Word processing 1
Word processing 1Word processing 1
Word processing 1
 
Desktop publishing
Desktop publishingDesktop publishing
Desktop publishing
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
Introduction functional skills
Introduction functional skillsIntroduction functional skills
Introduction functional skills
 
Internet
InternetInternet
Internet
 
Search engines
Search enginesSearch engines
Search engines
 
Fetch execute cycle
Fetch execute cycleFetch execute cycle
Fetch execute cycle
 
Algorithms
AlgorithmsAlgorithms
Algorithms
 
Sounds and images
Sounds and imagesSounds and images
Sounds and images
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 

Making your web page more interesting

  • 1. Making your Web Page more Interesting
  • 2. Starter Activity: What would this web page look like? <html> <head> <title>Cardinal Allen Catholic High School</title> </head> <body> <h1>IT and Computing</h1> <h2>Science</h2> <p> The School is in Fleetwood </p> <p> Which is in Lancashire </p> <br> Which is in England </body> </html> Making your Web Page more Interesting
  • 3. Making your Web Page more Interesting Here it is!
  • 4. In this lesson you will learn how to align web page objects and add colour using html. You will align a range of objects and change the colour of text and the background of your zoo homepage. Lesson Objectives  Be able to align objects on a web page  Be able to change the colour of a web page  Be able to change the colour of text  Understand what attributes are Making your Web Page more Interesting
  • 5. Attributes Attributes are special codes placed within the HTML tags that describe how the tags will look. Color Attribute To apply a green background on your Web page with red text. You would use this code: <html> <head> <title>Color Page</title> </head> <body bgcolor="green" text="red"> Hello. I am a page that can be used for Christmas. </body> </html> Making your Web Page more Interesting
  • 6. Align Attribute The align attribute can be used to place text or pictures to the left, center or right side of the margin. Here’s a simple example for the align attribute: <html> <head> <title>My Spring Vacation</title> </head> <body bgcolor="#green" text="#red"> <h4 align="center">My Spring Vacation<br> by Russ Peabody</h4> </body> </html> You can use the align attribute with all sorts of tags like: headlines, paragraphs and graphics. Making your Web Page more Interesting
  • 7. Task 8: Aligning Paragraphs and Bold Load the text editor and open your HTML document: firstpage.html At the relevant points add the tags and text that appear in red. </head> <body bgcolor="yellow" text="black"> <h1 align="center">Hello world.</h1> <p align="right"><b>This is my first web page. There's more to come.</b> <p> I am learning how to use the headline, paragraph and line break tags. Writing HTML isn't as hard as it appears. </p> Save the document and then preview your work. Making your Web Page more Interesting
  • 8. Your web page should look like this in your browser. Making your Web Page more Interesting
  • 9. Task 9: Zoo Homepage 1.Load the text editor and open your HTML document: zoohomepage.html 2.Add a background colour (see below) 3.Centre the main heading 4.Change the colour of the text (see below) 5.Align one paragraph to the right and the other to the left 6.For more colours replace the name of the colour with a hex code. The hexadecimal code for black is #000000. For hex codes visit: http://www.colorpicker.com/ 7.Save the document and then preview your work Making your Web Page more Interesting
  • 10. Plenary: Coding Errors 1.Load the text editor and open your HTML document: zoohomepage.html 2.Make 4 errors in your code (DO NOT SAVE) 3.Swap seats with your elbow partner 4.Identify the errors your partner has made 5.DO NOT SAVE THE DOCUMENT! Making your Web Page more Interesting
  • 11. Keywords  Be able to align objects on a web page  Be able to change the colour of a web page  Be able to change the colour of text  Understand how to use hexadecimal codes Objectives  Attributes  Bgcolor  Align  Hexadecimal     Making your Web Page more Interesting