SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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
 

What's hot (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
 

Viewers also liked

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
 

Viewers also liked (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
 

Similar to Making your web page more interesting

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 .docxadampcarr67227
 
Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTMLvidyamittal
 
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 .pptxbmit1
 
Introduction to HTML Basic to advance full
Introduction to HTML Basic to advance fullIntroduction to HTML Basic to advance full
Introduction to HTML Basic to advance fullVinuS29
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.pptARUNVEVO1
 
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.pptPuniNihithasree
 
Basics-of-HTML.ppt
Basics-of-HTML.pptBasics-of-HTML.ppt
Basics-of-HTML.pptBala Anand
 
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 .pptProgressiveHeights2
 
HTML introduction
HTML introduction HTML introduction
HTML introduction Wael Badawy
 

Similar to 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
 
Introduction to HTML Basic to advance full
Introduction to HTML Basic to advance fullIntroduction to HTML Basic to advance full
Introduction to HTML Basic to advance full
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
 
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
 
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
 

More from 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
 

Recently uploaded

IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIES VE
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGDSC PJATK
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessUXDXConf
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jNeo4j
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfUK Journal
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024Stephen Perrenod
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfFIDO Alliance
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfFIDO Alliance
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastUXDXConf
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsLeah Henrickson
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Patrick Viafore
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...FIDO Alliance
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 

Recently uploaded (20)

IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 

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