SlideShare a Scribd company logo
My First Web Page
Information and Communication Technology - 8
Objectives
 Define a Personal Page
 Define Home Page
 Apply the different levels of headings
 Write web contents in paragraphs and use the line
break
 Add lists and create simple web page.
What is a Personal Web Page?
 Something that someone creates about themselves or for
others.
 It can be about you or for somebody else importantly, it
should be personal.
 A personal webpage should show your thoughts, ideas,
interest, hobbies, friends and family that you strongly
want to inform others.
Examples:
 Online Diaries
 Family Pets
 Self-Written books or poems
 Favorite topics; health, politics, music and arts etc.
What is Home Page?
 Serves as the entry point in your website.
 It is the first page that is displayed on your browser when
you type in the website address.
 Home page varies depending on the purpose of the website.
 Here are few things you may include on your home page:
 A welcome message or an introduction
 A logo – for the website branding
 The site navigation bar – a link to other pages on your website
 Latest updates and modification of your site.
Creating your Headings
 A heading is used to give emphasis to certain topic title.
 It will serve as the title for a section of your documents.
 Headings are marked by the <h1> tag and closed by the </h1> tag.
 This tag has six levels, the lower-numbered headings stand for more important
headings with a larger font size, down to less important, with smaller size.
The Six Levels of Heading tags:
<h1> </h1> - Largest font size
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6> - Smallest font size
The hgroup Element
 The <hgroup> element is one of the new elements defined in HTML5.
It is used to group headings with their associated subheadings (h1-h6
tags).
Creating Paragraphs
 Writers separate their thoughts and arguments into sequences of
paragraphs. The <p> element is used to mark a block of text into a
paragraph.
Syntax : <p> contents. . . . . </p>
Applying Line Breaks
 This tag forces the browser to have a single break. It just like pressing
the Enter key to create a blank space or start a new line .
 This tag s stand alone tag and doesn’t require a closing tag.
Syntax: <br>
Adding List
 A list is a series of names, words, or other items written, printed or
imagined one after the other.
 You can create several types of list in HTML, including a numbered list,
bulleted list and definition list.
 The table below shows the different types of list in HTML:
Tags Description
<ol> Defines an ordered list of items. (This is for a
numbered list)
<ul> Defines an unordered list of items. (This is
bulleted list)
<li> It is used for specifying a list item. It can be used
on both numbered and bulleted list.
<dl> It is used for declaring a definition list.
Sample:
HTML <dl> Tag
 The <dl> tag defines a description list.
 The <dl> tag is used in conjunction with <dt> (defines
terms/names) and <dd>(describes each term/name).
Note:
 The list element is also used in page navigation to link other contents or
pages within the website.
 A navigator bar is a list of links. This is why the most semantic way of
marking up a list is to use a list element.
 It also has a great advantage when it comes to providing structure.
Hands-On Exercises
 Using a Notepad do the Hands-On Exercises in the lesson.
From 6.1 to 6.5.
 Follow the necessary instructions and use all the tags we have
discussed.
 Open the html document using any available browser on the
computer.
Assignment (Graded)
Personal Website
 Research on the World Wide Web any personal website
and try to analyze and evaluate how the over-all
appearance of it.
 List down 3 good features and 3 features that needs to be
improve.
 Try to write a minimum of 5 sentences on why Personal
Website became necessary on this modern time.
 Printed on a short bond paper, Font: Calibri Size: 12 (One
Page Only)
 Don’t forget to include the link of the website or a
screenshot as well.
 Submission next meeting.
Category 5 4 3 2 1
Quality of
Information
Information
clearly relates to
the main topic.
Three sources
were documented
Information
clearly relates to
the main topic.
Two sources were
documented
Information
somehow relates
to the main topic.
One source were
documented
Information
somehow relates
to the main topic.
No sources were
documented
Information
doesn’t relates to
the main topic. No
sources were
documented
Sources and
Format
All sources
(information and
graphics) are
accurately
documented in
the desired
format.
All sources
(information and
graphics) are
accurately
documented, but
some are in the
desired format.
All sources
(information and
graphics) are
somehow
documented, but
few are in the
desired format.
All sources
(information and
graphics) are
somehow
documented,
many are not in
the desired
format.
All sources
(information and
graphics) are not
properly
documented,
many are not in
the desired
format.
Conclusion
Reached
The conclusion is
strong and shows
deep
understanding on
the given topic.
Main Idea stands
out and is
supported by
detailed
information.
The conclusion is
strong and shows
understanding on
the given topic.
Main Idea is clear
but the supporting
information is
general.
The conclusion
shows
understanding on
the given topic.
Main Idea is
somewhat clear
and needs
supporting
information.
The conclusion
shows somewhat
understanding on
the given topic.
Main Idea is
confusing and
needs supporting
information.
The conclusion
shows somewhat
understanding on
the given topic.
Main Idea is not
clear and needs
supporting
information.

More Related Content

What's hot

HTML
HTMLHTML
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
jlinabary
 
Web Page Designing Using HTML
Web Page Designing Using HTMLWeb Page Designing Using HTML
Web Page Designing Using HTML
Arunima Education Foundation
 
Html forms
Html formsHtml forms
Html forms
Himanshu Pathak
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Ameer Khan
 
HTML Lesson 1
HTML Lesson 1HTML Lesson 1
HTML Lesson 1
Danny Ambrosio
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
Olivia Moran
 
Lecture 2 introduction to html
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
palhaftab
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
IT Geeks
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
Amit Tyagi
 
HTML Tags
HTML TagsHTML Tags
HTML Tags
Pranay Agrawal
 
Html5 and-css3-overview
Html5 and-css3-overviewHtml5 and-css3-overview
Html5 and-css3-overview
Jacob Nelson
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
Nisa Soomro
 
Html
HtmlHtml
Css selectors
Css selectorsCss selectors
Css selectors
Parth Trivedi
 
Presentation on html, css
Presentation on html, cssPresentation on html, css
Presentation on html, css
Aamir Sohail
 

What's hot (20)

HTML
HTMLHTML
HTML
 
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
 
Html
HtmlHtml
Html
 
Web Page Designing Using HTML
Web Page Designing Using HTMLWeb Page Designing Using HTML
Web Page Designing Using HTML
 
Html forms
Html formsHtml forms
Html forms
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML Lesson 1
HTML Lesson 1HTML Lesson 1
HTML Lesson 1
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Lecture 2 introduction to html
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
 
HTML5 & CSS3
HTML5 & CSS3 HTML5 & CSS3
HTML5 & CSS3
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Html
HtmlHtml
Html
 
HTML Tags
HTML TagsHTML Tags
HTML Tags
 
Html5 and-css3-overview
Html5 and-css3-overviewHtml5 and-css3-overview
Html5 and-css3-overview
 
CSS
CSSCSS
CSS
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
 
Html
HtmlHtml
Html
 
Css selectors
Css selectorsCss selectors
Css selectors
 
Presentation on html, css
Presentation on html, cssPresentation on html, css
Presentation on html, css
 

Similar to HTML5 - My First Webpage

Html
HtmlHtml
Web Site Designing - Basic
Web Site Designing - Basic Web Site Designing - Basic
Web Site Designing - Basic
Sanduni Palliyaguru
 
Web design - Working with Text and Lists in HTML
Web design - Working with Text and Lists in HTMLWeb design - Working with Text and Lists in HTML
Web design - Working with Text and Lists in HTML
Mustafa Kamel Mohammadi
 
Chapter 2 Final.pptx
Chapter 2 Final.pptxChapter 2 Final.pptx
Chapter 2 Final.pptx
getnet51
 
HTML Lab ProjectTo create a simple web page you will need to use.docx
HTML Lab ProjectTo create a simple web page you will need to use.docxHTML Lab ProjectTo create a simple web page you will need to use.docx
HTML Lab ProjectTo create a simple web page you will need to use.docx
fideladallimore
 
Formatting your web page
Formatting your web pageFormatting your web page
Formatting your web pagecachs_computing
 
Let me design
Let me designLet me design
Let me design
Anurag Deb
 
Html
HtmlHtml
COMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docx
COMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docxCOMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docx
COMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docx
templestewart19
 
Appdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptxAppdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptx
ArjayBalberan1
 
Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...
Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...
Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...
Patrick Mooney
 
Basic html training national
Basic html training nationalBasic html training national
Basic html training nationalNeedanuts
 
Basic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersBasic HTML Tutorial For Beginners
Basic HTML Tutorial For Beginners
DHTMLExtreme
 
HTML Basics.pdf
HTML Basics.pdfHTML Basics.pdf
HTML Basics.pdf
SofiaRehman2
 
Web Development
Web DevelopmentWeb Development
Web Development
Russell Sergei Gaerlan
 
HTML Tags
HTML Tags HTML Tags

Similar to HTML5 - My First Webpage (20)

Html
HtmlHtml
Html
 
Web Site Designing - Basic
Web Site Designing - Basic Web Site Designing - Basic
Web Site Designing - Basic
 
Web design - Working with Text and Lists in HTML
Web design - Working with Text and Lists in HTMLWeb design - Working with Text and Lists in HTML
Web design - Working with Text and Lists in HTML
 
Chapter 2 Final.pptx
Chapter 2 Final.pptxChapter 2 Final.pptx
Chapter 2 Final.pptx
 
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
 
HTML Lab ProjectTo create a simple web page you will need to use.docx
HTML Lab ProjectTo create a simple web page you will need to use.docxHTML Lab ProjectTo create a simple web page you will need to use.docx
HTML Lab ProjectTo create a simple web page you will need to use.docx
 
Formatting your web page
Formatting your web pageFormatting your web page
Formatting your web page
 
Let me design
Let me designLet me design
Let me design
 
Html
HtmlHtml
Html
 
COMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docx
COMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docxCOMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docx
COMP101-1301A-316 Introduction to ComputersAssignment NameUnit .docx
 
Appdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptxAppdev appdev appdev app devAPPDEV 1.2.pptx
Appdev appdev appdev app devAPPDEV 1.2.pptx
 
Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...
Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...
Web Design for Literary Theorists III: Machines Read, Too (just not well) (v ...
 
Basic html training national
Basic html training nationalBasic html training national
Basic html training national
 
Basic HTML Tutorial For Beginners
Basic HTML Tutorial For BeginnersBasic HTML Tutorial For Beginners
Basic HTML Tutorial For Beginners
 
HTML Basics.pdf
HTML Basics.pdfHTML Basics.pdf
HTML Basics.pdf
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Html
HtmlHtml
Html
 
HTML Tags
HTML Tags HTML Tags
HTML Tags
 

More from Grayzon Gonzales, LPT

Lesson 2.2 Online Safety And Security.pptx
Lesson 2.2 Online Safety And Security.pptxLesson 2.2 Online Safety And Security.pptx
Lesson 2.2 Online Safety And Security.pptx
Grayzon Gonzales, LPT
 
Lesson 2.1 Rules of Netiquette.pptx
Lesson 2.1 Rules of Netiquette.pptxLesson 2.1 Rules of Netiquette.pptx
Lesson 2.1 Rules of Netiquette.pptx
Grayzon Gonzales, LPT
 
Lesson 1 Introudctioin to ICT.pptx
Lesson 1 Introudctioin to ICT.pptxLesson 1 Introudctioin to ICT.pptx
Lesson 1 Introudctioin to ICT.pptx
Grayzon Gonzales, LPT
 
ICT as a Platform for Change
ICT as a Platform for Change ICT as a Platform for Change
ICT as a Platform for Change
Grayzon Gonzales, LPT
 
Computer hardware servicing practice occupational health and safety procedure
Computer hardware servicing   practice occupational health and safety procedure Computer hardware servicing   practice occupational health and safety procedure
Computer hardware servicing practice occupational health and safety procedure
Grayzon Gonzales, LPT
 
Small Basic - Branching and Loop
Small Basic - Branching and LoopSmall Basic - Branching and Loop
Small Basic - Branching and Loop
Grayzon Gonzales, LPT
 
HTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsHTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchors
Grayzon Gonzales, LPT
 
HTML5- Create divisions in a web page
HTML5- Create divisions in a web pageHTML5- Create divisions in a web page
HTML5- Create divisions in a web page
Grayzon Gonzales, LPT
 
HTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgroundsHTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgrounds
Grayzon Gonzales, LPT
 
HTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLHTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTML
Grayzon Gonzales, LPT
 
Adobe Photoshop - Brush tool
Adobe Photoshop - Brush toolAdobe Photoshop - Brush tool
Adobe Photoshop - Brush tool
Grayzon Gonzales, LPT
 
Adobe Photoshop and its role in society ( Introduction)
Adobe Photoshop and its role in society ( Introduction) Adobe Photoshop and its role in society ( Introduction)
Adobe Photoshop and its role in society ( Introduction)
Grayzon Gonzales, LPT
 

More from Grayzon Gonzales, LPT (12)

Lesson 2.2 Online Safety And Security.pptx
Lesson 2.2 Online Safety And Security.pptxLesson 2.2 Online Safety And Security.pptx
Lesson 2.2 Online Safety And Security.pptx
 
Lesson 2.1 Rules of Netiquette.pptx
Lesson 2.1 Rules of Netiquette.pptxLesson 2.1 Rules of Netiquette.pptx
Lesson 2.1 Rules of Netiquette.pptx
 
Lesson 1 Introudctioin to ICT.pptx
Lesson 1 Introudctioin to ICT.pptxLesson 1 Introudctioin to ICT.pptx
Lesson 1 Introudctioin to ICT.pptx
 
ICT as a Platform for Change
ICT as a Platform for Change ICT as a Platform for Change
ICT as a Platform for Change
 
Computer hardware servicing practice occupational health and safety procedure
Computer hardware servicing   practice occupational health and safety procedure Computer hardware servicing   practice occupational health and safety procedure
Computer hardware servicing practice occupational health and safety procedure
 
Small Basic - Branching and Loop
Small Basic - Branching and LoopSmall Basic - Branching and Loop
Small Basic - Branching and Loop
 
HTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsHTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchors
 
HTML5- Create divisions in a web page
HTML5- Create divisions in a web pageHTML5- Create divisions in a web page
HTML5- Create divisions in a web page
 
HTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgroundsHTML5 - Insert images and Apply page backgrounds
HTML5 - Insert images and Apply page backgrounds
 
HTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTMLHTML Start Up - Introduction to HTML
HTML Start Up - Introduction to HTML
 
Adobe Photoshop - Brush tool
Adobe Photoshop - Brush toolAdobe Photoshop - Brush tool
Adobe Photoshop - Brush tool
 
Adobe Photoshop and its role in society ( Introduction)
Adobe Photoshop and its role in society ( Introduction) Adobe Photoshop and its role in society ( Introduction)
Adobe Photoshop and its role in society ( Introduction)
 

Recently uploaded

guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 

Recently uploaded (20)

guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 

HTML5 - My First Webpage

  • 1. My First Web Page Information and Communication Technology - 8
  • 2. Objectives  Define a Personal Page  Define Home Page  Apply the different levels of headings  Write web contents in paragraphs and use the line break  Add lists and create simple web page.
  • 3.
  • 4. What is a Personal Web Page?  Something that someone creates about themselves or for others.  It can be about you or for somebody else importantly, it should be personal.  A personal webpage should show your thoughts, ideas, interest, hobbies, friends and family that you strongly want to inform others. Examples:  Online Diaries  Family Pets  Self-Written books or poems  Favorite topics; health, politics, music and arts etc.
  • 5. What is Home Page?  Serves as the entry point in your website.  It is the first page that is displayed on your browser when you type in the website address.  Home page varies depending on the purpose of the website.  Here are few things you may include on your home page:  A welcome message or an introduction  A logo – for the website branding  The site navigation bar – a link to other pages on your website  Latest updates and modification of your site.
  • 6. Creating your Headings  A heading is used to give emphasis to certain topic title.  It will serve as the title for a section of your documents.  Headings are marked by the <h1> tag and closed by the </h1> tag.  This tag has six levels, the lower-numbered headings stand for more important headings with a larger font size, down to less important, with smaller size. The Six Levels of Heading tags: <h1> </h1> - Largest font size <h2> </h2> <h3> </h3> <h4> </h4> <h5> </h5> <h6> </h6> - Smallest font size
  • 7. The hgroup Element  The <hgroup> element is one of the new elements defined in HTML5. It is used to group headings with their associated subheadings (h1-h6 tags).
  • 8. Creating Paragraphs  Writers separate their thoughts and arguments into sequences of paragraphs. The <p> element is used to mark a block of text into a paragraph. Syntax : <p> contents. . . . . </p> Applying Line Breaks  This tag forces the browser to have a single break. It just like pressing the Enter key to create a blank space or start a new line .  This tag s stand alone tag and doesn’t require a closing tag. Syntax: <br>
  • 9. Adding List  A list is a series of names, words, or other items written, printed or imagined one after the other.  You can create several types of list in HTML, including a numbered list, bulleted list and definition list.  The table below shows the different types of list in HTML: Tags Description <ol> Defines an ordered list of items. (This is for a numbered list) <ul> Defines an unordered list of items. (This is bulleted list) <li> It is used for specifying a list item. It can be used on both numbered and bulleted list. <dl> It is used for declaring a definition list.
  • 11. HTML <dl> Tag  The <dl> tag defines a description list.  The <dl> tag is used in conjunction with <dt> (defines terms/names) and <dd>(describes each term/name).
  • 12. Note:  The list element is also used in page navigation to link other contents or pages within the website.  A navigator bar is a list of links. This is why the most semantic way of marking up a list is to use a list element.  It also has a great advantage when it comes to providing structure.
  • 13. Hands-On Exercises  Using a Notepad do the Hands-On Exercises in the lesson. From 6.1 to 6.5.  Follow the necessary instructions and use all the tags we have discussed.  Open the html document using any available browser on the computer.
  • 14. Assignment (Graded) Personal Website  Research on the World Wide Web any personal website and try to analyze and evaluate how the over-all appearance of it.  List down 3 good features and 3 features that needs to be improve.  Try to write a minimum of 5 sentences on why Personal Website became necessary on this modern time.  Printed on a short bond paper, Font: Calibri Size: 12 (One Page Only)  Don’t forget to include the link of the website or a screenshot as well.  Submission next meeting.
  • 15. Category 5 4 3 2 1 Quality of Information Information clearly relates to the main topic. Three sources were documented Information clearly relates to the main topic. Two sources were documented Information somehow relates to the main topic. One source were documented Information somehow relates to the main topic. No sources were documented Information doesn’t relates to the main topic. No sources were documented Sources and Format All sources (information and graphics) are accurately documented in the desired format. All sources (information and graphics) are accurately documented, but some are in the desired format. All sources (information and graphics) are somehow documented, but few are in the desired format. All sources (information and graphics) are somehow documented, many are not in the desired format. All sources (information and graphics) are not properly documented, many are not in the desired format. Conclusion Reached The conclusion is strong and shows deep understanding on the given topic. Main Idea stands out and is supported by detailed information. The conclusion is strong and shows understanding on the given topic. Main Idea is clear but the supporting information is general. The conclusion shows understanding on the given topic. Main Idea is somewhat clear and needs supporting information. The conclusion shows somewhat understanding on the given topic. Main Idea is confusing and needs supporting information. The conclusion shows somewhat understanding on the given topic. Main Idea is not clear and needs supporting information.