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

What's hot

How to update HTML files
How to update HTML filesHow to update HTML files
How to update HTML filesJadeMagnet
 
HTML BASIC BY SHASHI KANT SINGH HAJIPUR
HTML BASIC BY SHASHI KANT SINGH HAJIPUR HTML BASIC BY SHASHI KANT SINGH HAJIPUR
HTML BASIC BY SHASHI KANT SINGH HAJIPUR Shashi Kant Singh
 
Web Development Basics: HOW TO in HTML
Web Development Basics: HOW TO in HTMLWeb Development Basics: HOW TO in HTML
Web Development Basics: HOW TO in HTMLDer Lo
 
BUILDING WEBSITES ON WORDPRESS
BUILDING WEBSITES ON WORDPRESSBUILDING WEBSITES ON WORDPRESS
BUILDING WEBSITES ON WORDPRESSPRINCE KUMAR
 
Community Dictionary (Khmer-English)
Community Dictionary (Khmer-English)Community Dictionary (Khmer-English)
Community Dictionary (Khmer-English)makarakao
 
dictionary2gether.com
dictionary2gether.comdictionary2gether.com
dictionary2gether.commakarakao
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTMLMarlon Jamera
 
Html css crash course may 11th, atlanta
Html css crash course may 11th, atlantaHtml css crash course may 11th, atlanta
Html css crash course may 11th, atlantaThinkful
 
Hyper text markup Language
Hyper text markup LanguageHyper text markup Language
Hyper text markup LanguageNaveeth Babu
 
GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1GDI Seattle Intro to HTML and CSS - Class 1
GDI Seattle Intro to HTML and CSS - Class 1Heather Rock
 
Html css java script basics All about you need
Html css java script basics All about you needHtml css java script basics All about you need
Html css java script basics All about you needDipen Parmar
 
How To Become A Web Page Master Builder
How To Become A Web Page Master BuilderHow To Become A Web Page Master Builder
How To Become A Web Page Master Buildermarcgr1
 
Web inspector for front end developers..
Web inspector for front end developers..Web inspector for front end developers..
Web inspector for front end developers..Partnered Health
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centrejatin batra
 

What's hot (20)

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

Similar to Htmlcss1

introduction-to-html hyper text markup .ppt
introduction-to-html hyper text markup  .pptintroduction-to-html hyper text markup  .ppt
introduction-to-html hyper text markup .pptubaidullah75790
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 pctechnology
 
Ankit (221348051) BCA-Aiml.pptx
Ankit (221348051) BCA-Aiml.pptxAnkit (221348051) BCA-Aiml.pptx
Ankit (221348051) BCA-Aiml.pptxHKShab
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)Resty Jay Galdo
 
introdution-to-htmlppt.ppt
introdution-to-htmlppt.pptintrodution-to-htmlppt.ppt
introdution-to-htmlppt.pptnavyar41
 
Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2mmvidanes29
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basicsAliMUSSA3
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.pptChemOyasan1
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.pptSri Latha
 
HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...ssuser6478a8
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).pptF3ZONE1
 
introdution-to-html.ppt NJBJGHGJHGGJGJG
introdution-to-html.ppt  NJBJGHGJHGGJGJGintrodution-to-html.ppt  NJBJGHGJHGGJGJG
introdution-to-html.ppt NJBJGHGJHGGJGJGAMRITHA16
 

Similar to Htmlcss1 (20)

HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
Class1slides
Class1slidesClass1slides
Class1slides
 
introduction-to-html hyper text markup .ppt
introduction-to-html hyper text markup  .pptintroduction-to-html hyper text markup  .ppt
introduction-to-html hyper text markup .ppt
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1
 
Ankit (221348051) BCA-Aiml.pptx
Ankit (221348051) BCA-Aiml.pptxAnkit (221348051) BCA-Aiml.pptx
Ankit (221348051) BCA-Aiml.pptx
 
HTML-INTRO.pptx
HTML-INTRO.pptxHTML-INTRO.pptx
HTML-INTRO.pptx
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)
 
introdution-to-htmlppt.ppt
introdution-to-htmlppt.pptintrodution-to-htmlppt.ppt
introdution-to-htmlppt.ppt
 
Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
 
Presentation Slides.pptx
Presentation Slides.pptxPresentation Slides.pptx
Presentation Slides.pptx
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
summary html.ppt
summary html.pptsummary html.ppt
summary html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...HTML is a markup language used by the browser to manipulate text, images, and...
HTML is a markup language used by the browser to manipulate text, images, and...
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
 
introdution-to-html.ppt NJBJGHGJHGGJGJG
introdution-to-html.ppt  NJBJGHGJHGGJGJGintrodution-to-html.ppt  NJBJGHGJHGGJGJG
introdution-to-html.ppt NJBJGHGJHGGJGJG
 

More from mreckman

Unit 1 "Offline" Vocabulary Quiz
Unit 1 "Offline" Vocabulary QuizUnit 1 "Offline" Vocabulary Quiz
Unit 1 "Offline" Vocabulary Quizmreckman
 
7th-8th grade
7th-8th grade7th-8th grade
7th-8th grademreckman
 
7th-8th grade
7th-8th grade7th-8th grade
7th-8th grademreckman
 
4-6th grade
4-6th grade4-6th grade
4-6th grademreckman
 
4-6th grade
4-6th grade4-6th grade
4-6th grademreckman
 
Grade 7-8 Quiz (Computer Bacis) 08/26/15
Grade 7-8 Quiz (Computer Bacis) 08/26/15Grade 7-8 Quiz (Computer Bacis) 08/26/15
Grade 7-8 Quiz (Computer Bacis) 08/26/15mreckman
 
Grade 3-6 Quiz (Computer Basics) 08/26/15
Grade 3-6 Quiz (Computer Basics) 08/26/15Grade 3-6 Quiz (Computer Basics) 08/26/15
Grade 3-6 Quiz (Computer Basics) 08/26/15mreckman
 

More from mreckman (9)

Unit 1 "Offline" Vocabulary Quiz
Unit 1 "Offline" Vocabulary QuizUnit 1 "Offline" Vocabulary Quiz
Unit 1 "Offline" Vocabulary Quiz
 
7th-8th grade
7th-8th grade7th-8th grade
7th-8th grade
 
7th-8th grade
7th-8th grade7th-8th grade
7th-8th grade
 
4-6th grade
4-6th grade4-6th grade
4-6th grade
 
4-6th grade
4-6th grade4-6th grade
4-6th grade
 
Css
CssCss
Css
 
Blender
BlenderBlender
Blender
 
Grade 7-8 Quiz (Computer Bacis) 08/26/15
Grade 7-8 Quiz (Computer Bacis) 08/26/15Grade 7-8 Quiz (Computer Bacis) 08/26/15
Grade 7-8 Quiz (Computer Bacis) 08/26/15
 
Grade 3-6 Quiz (Computer Basics) 08/26/15
Grade 3-6 Quiz (Computer Basics) 08/26/15Grade 3-6 Quiz (Computer Basics) 08/26/15
Grade 3-6 Quiz (Computer Basics) 08/26/15
 

Recently uploaded

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 

Recently uploaded (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

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>