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

Html 4.0
Html 4.0Html 4.0
Html 4.0
waynet20
 
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
Sivakumar R D .
 
Introduction to html class-1
Introduction to html class-1Introduction to html class-1
Introduction to html class-1
NoumanBalochHere
 
Html styles
Html stylesHtml styles
Html styles
Saleem Thapa
 
HTML Coding
HTML CodingHTML Coding
HTML Coding
selcukca84
 
html tags
 html tags html tags
html tags
YogeshDhamke2
 
Html tags
Html tagsHtml tags
Html tags
sotero66
 
Design your first website using HTML
Design your first website using HTMLDesign your first website using HTML
Design your first website using HTML
Bunty Jain
 
Html tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.comHtml tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.com
ShwetaAggarwal56
 
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, Attributes
Al-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 tag
ACMonte
 
Lesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTMLLesson 2: Getting To Know HTML
Lesson 2: Getting To Know HTML
Olivia Moran
 
46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world46h interaction 1.lesson Hello world
46h interaction 1.lesson Hello world
hemi46h
 
HTML Lesson 5
HTML Lesson 5HTML Lesson 5
HTML Lesson 5
Danny Ambrosio
 

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 Revision
Mark 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 Cover
marthadillard
 
Scratch
ScratchScratch
Scratch
Erica Roberts
 
Scratch - Presented at Fall CUE 2010
Scratch  - Presented at Fall CUE 2010Scratch  - Presented at Fall CUE 2010
Scratch - Presented at Fall CUE 2010
swoodward
 
Interviewing Bitsbox Inventeors!!
Interviewing Bitsbox Inventeors!!Interviewing Bitsbox Inventeors!!
Interviewing Bitsbox Inventeors!!
GeoGebra Institute of Kerala
 
LibraryLinkNJ - Scratch Slides Part 1
LibraryLinkNJ - Scratch Slides Part 1LibraryLinkNJ - Scratch Slides Part 1
LibraryLinkNJ - Scratch Slides Part 1
LanoraTM
 
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 SparkFun
Jingfeng Liu
 
Google Earth for Beginners
Google Earth for BeginnersGoogle Earth for Beginners
Google Earth for Beginners
Erica Roberts
 
KR hour of code
KR hour of codeKR hour of code
KR hour of codevgarton
 
Lo2
Lo2Lo2
Washing away cave paintings
Washing away cave paintingsWashing away cave paintings
Washing away cave paintings
Ian Hughes / epredator
 
Janzen hui lo2 standing waves
Janzen hui lo2   standing wavesJanzen hui lo2   standing waves
Janzen hui lo2 standing waves
Janzen Hui
 
Lesson 3 - Concept Review
Lesson 3 - Concept ReviewLesson 3 - Concept Review
Lesson 3 - Concept Review
Luke Murphy
 
Top 10 IT Predictions for 2010
Top 10 IT Predictions for 2010Top 10 IT Predictions for 2010
Top 10 IT Predictions for 2010
Jonathan Reichental
 
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
Jingfeng 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

WDD
WDDWDD
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
adampcarr67227
 
Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTMLvidyamittal
 
Lesson 3
Lesson 3Lesson 3
Lesson 3
Slides4Victor
 
Lab_Ex1.pptx
Lab_Ex1.pptxLab_Ex1.pptx
Lab_Ex1.pptx
sherrilsiddhardh
 
HTML
HTMLHTML
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
bmit1
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
mevitechnologies
 
DOC-20220920-WA0012..pptx
DOC-20220920-WA0012..pptxDOC-20220920-WA0012..pptx
DOC-20220920-WA0012..pptx
AnuragKashyap413069
 
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
VinuS29
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
VincentAcapen
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
ARUNVEVO1
 
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
PuniNihithasree
 
HTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsf
HTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsfHTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsf
HTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsf
RudraRathore6
 
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
ProgressiveHeights2
 
Basics-of-HTML.ppt
Basics-of-HTML.pptBasics-of-HTML.ppt
Basics-of-HTML.ppt
Bala Anand
 
902350_HTML_Jar.ppt
902350_HTML_Jar.ppt902350_HTML_Jar.ppt
902350_HTML_Jar.ppt
KulmiyeCaliJaxaf
 
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
 
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
 
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
 
HTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsf
HTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsfHTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsf
HTMLppt 1hagbSKJhzdvjhdjdvhjsfhjsdhfshfshsfhsf
 
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
 
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 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
 

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

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 

Recently uploaded (20)

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 

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