SlideShare a Scribd company logo
HTML & CSS
<Coding> </Websites>
LESSON 1
So What does HTML & CSS DO?
• HTML- Inputs all of the visual elements of a website. This can
include: Text, Pictures, Videos, and Hyperlinks.
• CSS- Stylizes the HTML elements including layout, colors,
fonts, margins, and borders.
HTML/CSS Coding Languages
• HyperText Markup Language.
- Web browsers read HTML file and renders them into
visible websites.
CSS- Cascading Style Sheet.
-Style sheet language used for describing the presentation
of a document written in a markup language.
(Makes the HTML not look boring. Tells our website how to look)
CSS Layout
How we format our website layout/ add text boxes/ used for placement
So how do we get started?
• First we create a folder with our First name, last name, and
the word “website”
• Everything on our website will be inside that folder.
• The program we will use is called Komodo Edit 8
• Komodo Edit 8 is a text based web editor. What this means is
that this program helps us when we code our website by filling
in the blanks, keeping us organized, and showing us any
possible mistakes specific to HTML and CSS code.
• It’s like Microsoft Word for writing papers.
What happens after that?
• We learn code!
• Html code is characterized by these symbols <> </>
• Notice how the slash is the only difference. The slash indicates
that the code is finished.
• We always need a beginning tag < > and closing tag < / >
• < > begins the code < / > tells the browser when the code
ends.
So what are some HTML
codes?
• <p> This tag lets use type text into our website </p>
• This tag lets use type text into our website.
• <h1> This text makes a title or header</h1>
• This text makes a title or header
• <h2> The bigger the number the smaller the title or
header</h2>
• The bigger the number the smaller the title or header.
More HTML code
• Adding a picture or video!
• < img src=pictures/JME1.jpg>
• <img src=pictures/JME1.jpg width=20% height=20%>
• <source src=videos/Commercial.mov>
The very first line of code
• On every website is …..
<!DOCTYPE html>
• The <!DOCTYPE> declaration must be the very first line of code in
your HTML document.
• This tells the browser which version of HTML we are coding in.
• Currently we are on HTML 5
• So begin typing <!DOCTYPE html> on line 1
Second line of code!
• The very next line (line 2) will begin our HTML document. This
is where the browser starts to read our code.
• The code is simply <html>
• Unlike <DOCTYPE! Html> this code needs an opening and
closing tag since the browser will eventually need to know
when the end of our HTML document is.
• We will worry about closing the <html> tag a little later
Third line of code!
• The third line will always be your <head> tag
• This tag groups all of our websites metadata
• What this means is that all of the extra stuff we want to put in
our website but cannot see in the body of our website goes
here.
• The extra stuff includes what the title of your Tab will be on
each page, your css document, and any other plug ins you
want.
Head tag
• <head>
• <title> will appear on your tab<title>
• </head>
• After closing the </head> tag you’re reading to begin start
putting content onto your site!
• We start by adding a <body> tag. In between the body tags is
where we will build out website.
What your code should look
like
• <DOCTYPE! html>
• <html>
• <head>
• <title> Appears on the tab<title>
• </head>
• <body>
• …This is where we will code our website…
• </body>
• </html>

More Related Content

PPT
Lesson 2: Getting To Know HTML
PPTX
HTML 5 Web Design
PDF
Html for beginners
PPTX
Introduction to HTML
PPTX
Web1O1 - Intro to HTML/CSS
PPTX
Web design 101
PPTX
Hyper Text Marup Language
PDF
Lesson 2: Getting To Know HTML
HTML 5 Web Design
Html for beginners
Introduction to HTML
Web1O1 - Intro to HTML/CSS
Web design 101
Hyper Text Marup Language

What's hot (20)

PDF
How to update HTML files
PPTX
HTML BASIC BY SHASHI KANT SINGH HAJIPUR
PPTX
Basics of HTML
PPTX
Web Development Basics: HOW TO in HTML
PPTX
Artistic Web Applications - Week3 - Part 3
PPTX
Artistic Web Applications - Week3 - Part 1
PPTX
BUILDING WEBSITES ON WORDPRESS
PPT
Community Dictionary (Khmer-English)
PPS
dictionary2gether.com
PPTX
How the Web Works Using HTML
PDF
Html css crash course may 11th, atlanta
PPTX
Hyper text markup Language
PPTX
Learning HTML
PDF
GDI Seattle Intro to HTML and CSS - Class 1
PPTX
LecWeek2 lecture-whatiswebdesign-part2
PPTX
Html css java script basics All about you need
PPTX
How To Become A Web Page Master Builder
PPTX
Web inspector for front end developers..
PPTX
PPTX
Web development Training in Ambala ! Batra Computer Centre
How to update HTML files
HTML BASIC BY SHASHI KANT SINGH HAJIPUR
Basics of HTML
Web Development Basics: HOW TO in HTML
Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 1
BUILDING WEBSITES ON WORDPRESS
Community Dictionary (Khmer-English)
dictionary2gether.com
How the Web Works Using HTML
Html css crash course may 11th, atlanta
Hyper text markup Language
Learning HTML
GDI Seattle Intro to HTML and CSS - Class 1
LecWeek2 lecture-whatiswebdesign-part2
Html css java script basics All about you need
How To Become A Web Page Master Builder
Web inspector for front end developers..
Web development Training in Ambala ! Batra Computer Centre
Ad

Similar to Htmlcss1 (20)

PPT
HTML & CSS.ppt
PPT
html and css- 23091 3154 458-5d4341a0.ppt
PPTX
Web development basics
KEY
Class1slides
PPT
introduction-to-html hyper text markup .ppt
POTX
Introduction to PHP - Slide 1
PPTX
Ankit (221348051) BCA-Aiml.pptx
PPTX
HTMLforbeginerslearntocodeforbeginersinfh
PPT
Internship HTML_Day-1 for beggineers.ppt
PPTX
HTML-INTRO.pptx
PPT
introdution-to-html,regarding high level language
PPTX
Html (hypertext markup language)
PPT
introdution-to-html(Hypertext Markup Language).ppt
PPT
introdution-to-htmlppt.ppt
PPT
HTML Programming, Html tags, Html tools,
PDF
Intro to html revised2
PPTX
Lecture 2 introduction to html basics
PPTX
Presentation Slides.pptx
PPT
introdution-to000000000000000000000-html.ppt
PPT
introdution-to-html.ppt
HTML & CSS.ppt
html and css- 23091 3154 458-5d4341a0.ppt
Web development basics
Class1slides
introduction-to-html hyper text markup .ppt
Introduction to PHP - Slide 1
Ankit (221348051) BCA-Aiml.pptx
HTMLforbeginerslearntocodeforbeginersinfh
Internship HTML_Day-1 for beggineers.ppt
HTML-INTRO.pptx
introdution-to-html,regarding high level language
Html (hypertext markup language)
introdution-to-html(Hypertext Markup Language).ppt
introdution-to-htmlppt.ppt
HTML Programming, Html tags, Html tools,
Intro to html revised2
Lecture 2 introduction to html basics
Presentation Slides.pptx
introdution-to000000000000000000000-html.ppt
introdution-to-html.ppt
Ad

More from mreckman (9)

PPTX
Unit 1 "Offline" Vocabulary Quiz
PPTX
7th-8th grade
PPTX
7th-8th grade
PPTX
4-6th grade
PPTX
4-6th grade
PPTX
PPTX
Blender
PPTX
Grade 7-8 Quiz (Computer Bacis) 08/26/15
PPTX
Grade 3-6 Quiz (Computer Basics) 08/26/15
Unit 1 "Offline" Vocabulary Quiz
7th-8th grade
7th-8th grade
4-6th grade
4-6th grade
Blender
Grade 7-8 Quiz (Computer Bacis) 08/26/15
Grade 3-6 Quiz (Computer Basics) 08/26/15

Recently uploaded (20)

PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Empathic Computing: Creating Shared Understanding
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Advanced IT Governance
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Modernizing your data center with Dell and AMD
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Machine learning based COVID-19 study performance prediction
Network Security Unit 5.pdf for BCA BBA.
Review of recent advances in non-invasive hemoglobin estimation
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Unlocking AI with Model Context Protocol (MCP)
Empathic Computing: Creating Shared Understanding
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
MYSQL Presentation for SQL database connectivity
NewMind AI Monthly Chronicles - July 2025
GamePlan Trading System Review: Professional Trader's Honest Take
The AUB Centre for AI in Media Proposal.docx
Advanced IT Governance
Understanding_Digital_Forensics_Presentation.pptx
Modernizing your data center with Dell and AMD
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
cuic standard and advanced reporting.pdf
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Machine learning based COVID-19 study performance prediction

Htmlcss1

  • 1. HTML & CSS <Coding> </Websites> LESSON 1
  • 2. So What does HTML & CSS DO? • HTML- Inputs all of the visual elements of a website. This can include: Text, Pictures, Videos, and Hyperlinks. • CSS- Stylizes the HTML elements including layout, colors, fonts, margins, and borders.
  • 3. HTML/CSS Coding Languages • HyperText Markup Language. - Web browsers read HTML file and renders them into visible websites. CSS- Cascading Style Sheet. -Style sheet language used for describing the presentation of a document written in a markup language. (Makes the HTML not look boring. Tells our website how to look)
  • 4. CSS Layout How we format our website layout/ add text boxes/ used for placement
  • 5. So how do we get started? • First we create a folder with our First name, last name, and the word “website” • Everything on our website will be inside that folder. • The program we will use is called Komodo Edit 8 • Komodo Edit 8 is a text based web editor. What this means is that this program helps us when we code our website by filling in the blanks, keeping us organized, and showing us any possible mistakes specific to HTML and CSS code. • It’s like Microsoft Word for writing papers.
  • 6. What happens after that? • We learn code! • Html code is characterized by these symbols <> </> • Notice how the slash is the only difference. The slash indicates that the code is finished. • We always need a beginning tag < > and closing tag < / > • < > begins the code < / > tells the browser when the code ends.
  • 7. So what are some HTML codes? • <p> This tag lets use type text into our website </p> • This tag lets use type text into our website. • <h1> This text makes a title or header</h1> • This text makes a title or header • <h2> The bigger the number the smaller the title or header</h2> • The bigger the number the smaller the title or header.
  • 8. More HTML code • Adding a picture or video! • < img src=pictures/JME1.jpg> • <img src=pictures/JME1.jpg width=20% height=20%> • <source src=videos/Commercial.mov>
  • 9. The very first line of code • On every website is ….. <!DOCTYPE html> • The <!DOCTYPE> declaration must be the very first line of code in your HTML document. • This tells the browser which version of HTML we are coding in. • Currently we are on HTML 5 • So begin typing <!DOCTYPE html> on line 1
  • 10. Second line of code! • The very next line (line 2) will begin our HTML document. This is where the browser starts to read our code. • The code is simply <html> • Unlike <DOCTYPE! Html> this code needs an opening and closing tag since the browser will eventually need to know when the end of our HTML document is. • We will worry about closing the <html> tag a little later
  • 11. Third line of code! • The third line will always be your <head> tag • This tag groups all of our websites metadata • What this means is that all of the extra stuff we want to put in our website but cannot see in the body of our website goes here. • The extra stuff includes what the title of your Tab will be on each page, your css document, and any other plug ins you want.
  • 12. Head tag • <head> • <title> will appear on your tab<title> • </head> • After closing the </head> tag you’re reading to begin start putting content onto your site! • We start by adding a <body> tag. In between the body tags is where we will build out website.
  • 13. What your code should look like • <DOCTYPE! html> • <html> • <head> • <title> Appears on the tab<title> • </head> • <body> • …This is where we will code our website… • </body> • </html>