SlideShare a Scribd company logo
1 of 25
Download to read offline
Website
Structure
What did we learn in
the last class?
What did we learn
about websites in
November?
HTML & Tags
Structure
HyperText
Creates links between web pages.
Tags markup a web page
Why Tags?
<h1>Top 3 highest box-office
movies</h1>
<p>These 3 movies account
for more than 6 billion
dollars total.</p>
<ol>
<li>Star Wars 7</li>
<li>Avatar</li>
<li>The Avengers</li>
</ol>
Top 3 highest box-office movies
These 3 movies account for more than 6 billion dollars total.
1. Star Wars 7
2. Avatar
3. The Avengers
Browser
Chrome, Safari, Internet Explorer, etc
● Connects to websites to get web pages & then
shows them to you.
● They allow us to read the web pages. It reads the
HTML in order to form the structure of the web
page.
<title> </title>
The webpage’s title is usually
shown in the tab next to the icon
Title Tag
<head> </head>
Title tag goes in here. And
other optional tags.
<style> </style>
Adds styles such as color to text
& changes the look of other tags.
Put in head tag.
<html>
<head>
<title>
</title>
<style>
</style>
</head>
<body>
<p>
</p>
</body>
</html>
HTML Structure Order
HTML
Puzzle
Boxes
Let’s put
them
in order!
Hack the News
● Open your
Browser
● Type: google.com
● Type: webmaker
xray goggles
tweentribune.com
HTML Corners Game
<body>
HTML Basic Tags
<html> </html>
Structure of web pages using
tags.
HyperText Markup Language
● Links between web pages
● Tags “mark up,” content so
browsers know what each piece of
text means & how to represent it.
<title> </title>
The webpage’s title is usually
shown in the tab next to the
icon
<head> </head>
Title tag goes in here. And
other optional tags.
HTML Content Structure
<body> </body>
Content for webpages like paragraphs & images.
<h1> <h2> <h3> <h4> <h5> <h6>
● Heading number indicates importance, not
size. Don’t skip heading levels
● Separate your document with headings
<p> </p>
Paragraphs
<style> </style>
Adds styles such as color to text & change the look
of other tags. Put in head tag.
<div> </div>
Division. A way to group things together.
It’s like a container for HTML tag.
<ul> </ul>
Unordered lists. Ex. Bulleted lists
<ol> </ol>
Ordered lists. Ex. Numbered lists
<li> </li>
Each item in the lists goes in a li tag
<a></a>
Anchor tag. Use this to link pages or
images.
HTML Cheatsheet
Browsers: Software on your computer.
Chrome, Safari, Internet Explorer, etc
● Connects to websites to get web pages &
then shows them to you.
● They allow us to read the web pages. It
reads the HTML in order to form the
structure of the web page.
<!DOCTYPE html>
Tells the browser that the file is an HTML
document, instead of some other type of
markup.
Important to Remember
Developer Tools: Examine, edit, & debug
HTML. Right click on web pages & click
Inspect or Page Source.
The Internet: Connected computers
sharing information.
Syntax: Spelling & grammar programming
languages. Each program defines its own
rules that control which words the computer
understands.
Semantics: Meaning

More Related Content

What's hot

What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)Ahsan Rahim
 
Html introduction by ikram niaz
Html introduction by ikram niazHtml introduction by ikram niaz
Html introduction by ikram niazikram niaz
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLOlivia Moran
 
HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshopJohn Allan
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)ghayour abbas
 
CSS Comprehensive Overview
CSS Comprehensive OverviewCSS Comprehensive Overview
CSS Comprehensive OverviewMohamed Loey
 
HTML Comprehensive Overview
HTML Comprehensive OverviewHTML Comprehensive Overview
HTML Comprehensive OverviewMohamed Loey
 
HTML Basics 2 workshop
HTML Basics 2 workshopHTML Basics 2 workshop
HTML Basics 2 workshopJohn Allan
 
How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpageJames Erro
 

What's hot (20)

Higher Computing Science HTML
Higher Computing Science HTMLHigher Computing Science HTML
Higher Computing Science HTML
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)
 
Html introduction by ikram niaz
Html introduction by ikram niazHtml introduction by ikram niaz
Html introduction by ikram niaz
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Html2
Html2Html2
Html2
 
HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshop
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)
 
Higher Computing Science CSS
Higher Computing Science CSSHigher Computing Science CSS
Higher Computing Science CSS
 
Web Page Designing Using HTML
Web Page Designing Using HTMLWeb Page Designing Using HTML
Web Page Designing Using HTML
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
CSS Comprehensive Overview
CSS Comprehensive OverviewCSS Comprehensive Overview
CSS Comprehensive Overview
 
CSS in HTML
CSS in HTMLCSS in HTML
CSS in HTML
 
Html
HtmlHtml
Html
 
HTML Lesson 5
HTML Lesson 5HTML Lesson 5
HTML Lesson 5
 
HTML Comprehensive Overview
HTML Comprehensive OverviewHTML Comprehensive Overview
HTML Comprehensive Overview
 
Web Development - Lecture 2
Web Development - Lecture 2Web Development - Lecture 2
Web Development - Lecture 2
 
HTML Basics 2 workshop
HTML Basics 2 workshopHTML Basics 2 workshop
HTML Basics 2 workshop
 
Tm 1st quarter - 3rd meeting
Tm   1st quarter - 3rd meetingTm   1st quarter - 3rd meeting
Tm 1st quarter - 3rd meeting
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpage
 

Viewers also liked

Everyday computer tips
Everyday computer tipsEveryday computer tips
Everyday computer tipsHolly Akers
 
What is Computer Science ?
What is Computer Science ?What is Computer Science ?
What is Computer Science ?Holly Akers
 
Girl develop It Orlando HTML Remix
Girl develop It Orlando HTML RemixGirl develop It Orlando HTML Remix
Girl develop It Orlando HTML RemixHolly Akers
 
Search Engine Tips and Scratch Project
Search Engine Tips and Scratch ProjectSearch Engine Tips and Scratch Project
Search Engine Tips and Scratch ProjectHolly Akers
 
Hour of Code CS Class
Hour of Code CS ClassHour of Code CS Class
Hour of Code CS ClassHolly Akers
 
Website Structure kids CS
Website Structure kids CSWebsite Structure kids CS
Website Structure kids CSHolly Akers
 

Viewers also liked (6)

Everyday computer tips
Everyday computer tipsEveryday computer tips
Everyday computer tips
 
What is Computer Science ?
What is Computer Science ?What is Computer Science ?
What is Computer Science ?
 
Girl develop It Orlando HTML Remix
Girl develop It Orlando HTML RemixGirl develop It Orlando HTML Remix
Girl develop It Orlando HTML Remix
 
Search Engine Tips and Scratch Project
Search Engine Tips and Scratch ProjectSearch Engine Tips and Scratch Project
Search Engine Tips and Scratch Project
 
Hour of Code CS Class
Hour of Code CS ClassHour of Code CS Class
Hour of Code CS Class
 
Website Structure kids CS
Website Structure kids CSWebsite Structure kids CS
Website Structure kids CS
 

Similar to Website Structure Games Class #2

Similar to Website Structure Games Class #2 (20)

HTML Tags
HTML Tags HTML Tags
HTML Tags
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
HTML.pdf
HTML.pdfHTML.pdf
HTML.pdf
 
html
htmlhtml
html
 
SEO Training in Noida- Skyinfotech.in
SEO Training in Noida- Skyinfotech.inSEO Training in Noida- Skyinfotech.in
SEO Training in Noida- Skyinfotech.in
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Web Design Basics
Web Design BasicsWeb Design Basics
Web Design Basics
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part I
 
HTML Basics.pdf
HTML Basics.pdfHTML Basics.pdf
HTML Basics.pdf
 
Headings
HeadingsHeadings
Headings
 
HTML - R.D.sivakumar
HTML - R.D.sivakumarHTML - R.D.sivakumar
HTML - R.D.sivakumar
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
Learning html. (Part- 1)
Learning html. (Part- 1)Learning html. (Part- 1)
Learning html. (Part- 1)
 
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN PresentationHTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
 
Html
HtmlHtml
Html
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
INTRODUCTION FOR HTML
INTRODUCTION  FOR HTML INTRODUCTION  FOR HTML
INTRODUCTION FOR HTML
 
Tm 1st quarter - 1st meeting
Tm   1st quarter - 1st meetingTm   1st quarter - 1st meeting
Tm 1st quarter - 1st meeting
 

More from Holly Akers

Computer science year review
Computer science year reviewComputer science year review
Computer science year reviewHolly Akers
 
Frogger Game in Scratch MIT
Frogger Game in Scratch MITFrogger Game in Scratch MIT
Frogger Game in Scratch MITHolly Akers
 
Computer Science Class 7
Computer Science Class 7Computer Science Class 7
Computer Science Class 7Holly Akers
 
Computer Science Class 6
Computer Science Class 6Computer Science Class 6
Computer Science Class 6Holly Akers
 
Hour of code computer science class
Hour of code computer science classHour of code computer science class
Hour of code computer science classHolly Akers
 
Computer science class 5
Computer science class 5Computer science class 5
Computer science class 5Holly Akers
 
Computer science class 4
Computer science class 4Computer science class 4
Computer science class 4Holly Akers
 
Computer science class 1
Computer science class 1Computer science class 1
Computer science class 1Holly Akers
 
Simple Computer Tips - Screen Shots, Passwords, etc
Simple Computer Tips - Screen Shots, Passwords, etcSimple Computer Tips - Screen Shots, Passwords, etc
Simple Computer Tips - Screen Shots, Passwords, etcHolly Akers
 

More from Holly Akers (9)

Computer science year review
Computer science year reviewComputer science year review
Computer science year review
 
Frogger Game in Scratch MIT
Frogger Game in Scratch MITFrogger Game in Scratch MIT
Frogger Game in Scratch MIT
 
Computer Science Class 7
Computer Science Class 7Computer Science Class 7
Computer Science Class 7
 
Computer Science Class 6
Computer Science Class 6Computer Science Class 6
Computer Science Class 6
 
Hour of code computer science class
Hour of code computer science classHour of code computer science class
Hour of code computer science class
 
Computer science class 5
Computer science class 5Computer science class 5
Computer science class 5
 
Computer science class 4
Computer science class 4Computer science class 4
Computer science class 4
 
Computer science class 1
Computer science class 1Computer science class 1
Computer science class 1
 
Simple Computer Tips - Screen Shots, Passwords, etc
Simple Computer Tips - Screen Shots, Passwords, etcSimple Computer Tips - Screen Shots, Passwords, etc
Simple Computer Tips - Screen Shots, Passwords, etc
 

Recently uploaded

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 

Website Structure Games Class #2

  • 2.
  • 3. What did we learn in the last class?
  • 4. What did we learn about websites in November?
  • 7. Tags markup a web page
  • 8. Why Tags? <h1>Top 3 highest box-office movies</h1> <p>These 3 movies account for more than 6 billion dollars total.</p> <ol> <li>Star Wars 7</li> <li>Avatar</li> <li>The Avengers</li> </ol> Top 3 highest box-office movies These 3 movies account for more than 6 billion dollars total. 1. Star Wars 7 2. Avatar 3. The Avengers
  • 9. Browser Chrome, Safari, Internet Explorer, etc ● Connects to websites to get web pages & then shows them to you. ● They allow us to read the web pages. It reads the HTML in order to form the structure of the web page.
  • 10. <title> </title> The webpage’s title is usually shown in the tab next to the icon
  • 12. <head> </head> Title tag goes in here. And other optional tags.
  • 13. <style> </style> Adds styles such as color to text & changes the look of other tags. Put in head tag.
  • 16.
  • 17. Hack the News ● Open your Browser ● Type: google.com ● Type: webmaker xray goggles
  • 18.
  • 20.
  • 21.
  • 23. HTML Basic Tags <html> </html> Structure of web pages using tags. HyperText Markup Language ● Links between web pages ● Tags “mark up,” content so browsers know what each piece of text means & how to represent it. <title> </title> The webpage’s title is usually shown in the tab next to the icon <head> </head> Title tag goes in here. And other optional tags.
  • 24. HTML Content Structure <body> </body> Content for webpages like paragraphs & images. <h1> <h2> <h3> <h4> <h5> <h6> ● Heading number indicates importance, not size. Don’t skip heading levels ● Separate your document with headings <p> </p> Paragraphs <style> </style> Adds styles such as color to text & change the look of other tags. Put in head tag. <div> </div> Division. A way to group things together. It’s like a container for HTML tag. <ul> </ul> Unordered lists. Ex. Bulleted lists <ol> </ol> Ordered lists. Ex. Numbered lists <li> </li> Each item in the lists goes in a li tag <a></a> Anchor tag. Use this to link pages or images.
  • 25. HTML Cheatsheet Browsers: Software on your computer. Chrome, Safari, Internet Explorer, etc ● Connects to websites to get web pages & then shows them to you. ● They allow us to read the web pages. It reads the HTML in order to form the structure of the web page. <!DOCTYPE html> Tells the browser that the file is an HTML document, instead of some other type of markup. Important to Remember Developer Tools: Examine, edit, & debug HTML. Right click on web pages & click Inspect or Page Source. The Internet: Connected computers sharing information. Syntax: Spelling & grammar programming languages. Each program defines its own rules that control which words the computer understands. Semantics: Meaning