SlideShare a Scribd company logo
HTML
PRESENTED BY MEGAN JOHNSON
HTML BASICS
AGENDA
▸Terminology & Descriptions
▸Set up of in-browser code editor
▸What is an HTML document
▸What are elements, tags and attributes
▸Structural vs. Semantic Elements
HTML BASICS
TERMS & DEFINITIONS
▸HTML: (Hyper Text Markup Language) gives content structure and meaning
▸Text Editor: a type of program used for editing plain text files
▸Web Browser: an application for locating, retrieving and displaying content
▸Codepen: is an in-browser code editor for writing HTML and CSS with a real-time preview
▸Elements: are designators that define the structure and content within a page
▸Tags: a set of less-than and greater-than symbols that surround an element
▸Attributes: provide additional information about an element which include a name and a value
▸Structural Markup: the elements that you can use to describe both headings and paragraphs
▸Semantic Markup: provides extra information; such as where emphasis is placed in a sentence
HTML BASICS
THE OUTLINING SYSTEM
The Outlining System refers to the categorizing and prioritizing of information. Much like the table of
contents found at the beginning of book. Once an outline is established it can be converted into an
HTML document. This system also assists in expressing the “parent/child” relationship of elements.
1. Header
a. Nav
2. Div
a. Main-Container
b. Speakers
c. Speakers-otherconf
d. Testimonials
e. Photos-Wall
f. Partners
g. Footer
bodyhead
html
header div
nav
main-container
speakers
speakers-otherconf
testimonials
photos-wall
partners
footer
Outline HTML Document Parent/Child Diagram
HTML BASICS
BASIC PAGE STRUCTURE
Declaration
HTML BASICS
BASIC PAGE STRUCTURE
Beginning of <html>
End of </html>
HTML BASICS
BASIC PAGE STRUCTURE
A <head> element houses
information about the page.
This information is not
displayed on the web
page itself.
HTML BASICS
BASIC PAGE STRUCTURE
A <body> element
houses all the visible
content of the web page.
HTML BASICS
GET FAMILIAR WITH HTML ELEMENTS
https://developer.mozilla.org/en-US/docs/Web/HTML/Element
HTML BASICS
A CLOSER LOOK AT TAGS
<p>
Opening Tag Closing Tag
Character
Left-Angle Bracket
(Less-than Sign)
Right-Angle Bracket
(More-than Sign)
</p>
Character
Left-Angle Bracket
(Less-than Sign)
Right-Angle Bracket
(More-than Sign)
Forward Slash
HTML BASICS
WHAT ATTRIBUTES TELL US
<a href=“http://anywhere.com”>Any Where</a>
Attribute
Name
Attribute
Value
HTML BASICS
STRUCTURAL & SEMANTIC ELEMENTS
Structural elements (typically block-level) context start on a new line and act as the main building blocks
of any layout, while semantic elements (also known as inline-level elements) flow between surrounding
text.
BLOCK-LEVEL ELEMENTS
START ON A NEW LINE
Examples include: <h1> <p> <ul> <li>
INLINE-LEVEL ELEMENTS
FLOW IN BETWEEN SURROUNDING TEXT
Examples include: <img> <b> <i>
NEXT CLASS
TOPICHTML & CSS
What is CSS
The difference between HTML & CSS
How to reference a CSS file
What are Selectors, Properties and
Values
…and more
HTML BASICS
ONLINE CLASS SURVEY
http://www.gailborden.info/learn
Class: HTML Basics
Date of Class: March 9th
Instructor: Megan Johnson

More Related Content

What's hot

Ict html
Ict htmlIct html
Ict html
Thando Mdluli
 
Hyperlinktag
HyperlinktagHyperlinktag
Hyperlinktag
monarchbutterfly
 
1.3 creating links
1.3 creating links1.3 creating links
1.3 creating links
Bulldogs83
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
pavankumarmangena
 
Html2 Intro
Html2 IntroHtml2 Intro
Html2 Intro
jakelinden.morales
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Ameer Khan
 
WEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTMLWEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTML
Sneha Mukherjee
 
shs-adcppt1
shs-adcppt1shs-adcppt1
Html presentation
Html presentationHtml presentation
Html presentation
YASHRAJSINGH60
 
HTML 101
HTML 101HTML 101
Class Intro / HTML Basics
Class Intro / HTML BasicsClass Intro / HTML Basics
Class Intro / HTML Basics
Shawn Calvert
 
Html5 attributes
Html5  attributesHtml5  attributes
Html5 attributes
AbhishekMondal42
 
What is xml
What is xmlWhat is xml
What is xml
Sachit Singh
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
marabeas
 
HTML Lesson 3
HTML Lesson 3HTML Lesson 3
HTML Lesson 3
Danny Ambrosio
 
Html tutorials-infotech aus
Html tutorials-infotech ausHtml tutorials-infotech aus
Html tutorials-infotech aus
Nilesh Pujara
 
Webdesign
WebdesignWebdesign
Webdesign
teachglobally
 
HTML 5: Syntax
HTML 5: SyntaxHTML 5: Syntax
HTML 5: Syntax
Reema
 
Web authoring
Web authoringWeb authoring
Web authoring
haverstockmedia
 
HTML Basics for SEO
HTML Basics for SEOHTML Basics for SEO
HTML Basics for SEO
Sumeet Chadha
 

What's hot (20)

Ict html
Ict htmlIct html
Ict html
 
Hyperlinktag
HyperlinktagHyperlinktag
Hyperlinktag
 
1.3 creating links
1.3 creating links1.3 creating links
1.3 creating links
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
Html2 Intro
Html2 IntroHtml2 Intro
Html2 Intro
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
WEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTMLWEB PAGE DESIGN USING HTML
WEB PAGE DESIGN USING HTML
 
shs-adcppt1
shs-adcppt1shs-adcppt1
shs-adcppt1
 
Html presentation
Html presentationHtml presentation
Html presentation
 
HTML 101
HTML 101HTML 101
HTML 101
 
Class Intro / HTML Basics
Class Intro / HTML BasicsClass Intro / HTML Basics
Class Intro / HTML Basics
 
Html5 attributes
Html5  attributesHtml5  attributes
Html5 attributes
 
What is xml
What is xmlWhat is xml
What is xml
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
 
HTML Lesson 3
HTML Lesson 3HTML Lesson 3
HTML Lesson 3
 
Html tutorials-infotech aus
Html tutorials-infotech ausHtml tutorials-infotech aus
Html tutorials-infotech aus
 
Webdesign
WebdesignWebdesign
Webdesign
 
HTML 5: Syntax
HTML 5: SyntaxHTML 5: Syntax
HTML 5: Syntax
 
Web authoring
Web authoringWeb authoring
Web authoring
 
HTML Basics for SEO
HTML Basics for SEOHTML Basics for SEO
HTML Basics for SEO
 

Similar to Gail Borden Library | HTML/CSS Program

Html basic
Html basicHtml basic
Html basic
Viccky Khairnar
 
Html
HtmlHtml
Html
HtmlHtml
Web technology
Web technologyWeb technology
Web technology
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 Centre
jatin batra
 
HTML and CSS Basics
HTML and CSS BasicsHTML and CSS Basics
HTML and CSS Basics
Lindsey Meadows
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
People Strategists
 
HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshop
John Allan
 
Introduction to HTML- Week 3- HTMLSyntax
Introduction to HTML- Week 3- HTMLSyntaxIntroduction to HTML- Week 3- HTMLSyntax
Introduction to HTML- Week 3- HTMLSyntax
MohammadRafsunIslam
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3
bluejayjunior
 
3 v html_next_energy_03.27.2014_v1.0
3 v html_next_energy_03.27.2014_v1.03 v html_next_energy_03.27.2014_v1.0
3 v html_next_energy_03.27.2014_v1.0
3V Business Solutions
 
2 INTRO TO HTML.pptx
2 INTRO TO HTML.pptx2 INTRO TO HTML.pptx
2 INTRO TO HTML.pptx
CHEYSERCHARRESEGATCH1
 
Learn html elements and structure cheatsheet codecademy
Learn html  elements and structure cheatsheet   codecademyLearn html  elements and structure cheatsheet   codecademy
Learn html elements and structure cheatsheet codecademy
nirmalamanjunath
 
HTML Foundations, part 1
HTML Foundations, part 1HTML Foundations, part 1
HTML Foundations, part 1
Shawn Calvert
 
Html-meeting1-1.pptx
Html-meeting1-1.pptxHtml-meeting1-1.pptx
Html-meeting1-1.pptx
YoussefAbobakr
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
vardanyan99
 
Html update1(30 8-2009)
Html update1(30 8-2009)Html update1(30 8-2009)
Html update1(30 8-2009)
himankgupta31
 
HTML Basic Tags
HTML Basic Tags HTML Basic Tags
HTML Basic Tags
Nisa Soomro
 
Html
HtmlHtml
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
Shawn Calvert
 

Similar to Gail Borden Library | HTML/CSS Program (20)

Html basic
Html basicHtml basic
Html basic
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
Web technology
Web technologyWeb technology
Web technology
 
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
 
HTML and CSS Basics
HTML and CSS BasicsHTML and CSS Basics
HTML and CSS Basics
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshop
 
Introduction to HTML- Week 3- HTMLSyntax
Introduction to HTML- Week 3- HTMLSyntaxIntroduction to HTML- Week 3- HTMLSyntax
Introduction to HTML- Week 3- HTMLSyntax
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3
 
3 v html_next_energy_03.27.2014_v1.0
3 v html_next_energy_03.27.2014_v1.03 v html_next_energy_03.27.2014_v1.0
3 v html_next_energy_03.27.2014_v1.0
 
2 INTRO TO HTML.pptx
2 INTRO TO HTML.pptx2 INTRO TO HTML.pptx
2 INTRO TO HTML.pptx
 
Learn html elements and structure cheatsheet codecademy
Learn html  elements and structure cheatsheet   codecademyLearn html  elements and structure cheatsheet   codecademy
Learn html elements and structure cheatsheet codecademy
 
HTML Foundations, part 1
HTML Foundations, part 1HTML Foundations, part 1
HTML Foundations, part 1
 
Html-meeting1-1.pptx
Html-meeting1-1.pptxHtml-meeting1-1.pptx
Html-meeting1-1.pptx
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
Html update1(30 8-2009)
Html update1(30 8-2009)Html update1(30 8-2009)
Html update1(30 8-2009)
 
HTML Basic Tags
HTML Basic Tags HTML Basic Tags
HTML Basic Tags
 
Html
HtmlHtml
Html
 
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
 

Recently uploaded

RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
National Information Standards Organization (NISO)
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
MysoreMuleSoftMeetup
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
Celine George
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 

Recently uploaded (20)

RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 

Gail Borden Library | HTML/CSS Program

  • 2. HTML BASICS AGENDA ▸Terminology & Descriptions ▸Set up of in-browser code editor ▸What is an HTML document ▸What are elements, tags and attributes ▸Structural vs. Semantic Elements
  • 3. HTML BASICS TERMS & DEFINITIONS ▸HTML: (Hyper Text Markup Language) gives content structure and meaning ▸Text Editor: a type of program used for editing plain text files ▸Web Browser: an application for locating, retrieving and displaying content ▸Codepen: is an in-browser code editor for writing HTML and CSS with a real-time preview ▸Elements: are designators that define the structure and content within a page ▸Tags: a set of less-than and greater-than symbols that surround an element ▸Attributes: provide additional information about an element which include a name and a value ▸Structural Markup: the elements that you can use to describe both headings and paragraphs ▸Semantic Markup: provides extra information; such as where emphasis is placed in a sentence
  • 4. HTML BASICS THE OUTLINING SYSTEM The Outlining System refers to the categorizing and prioritizing of information. Much like the table of contents found at the beginning of book. Once an outline is established it can be converted into an HTML document. This system also assists in expressing the “parent/child” relationship of elements. 1. Header a. Nav 2. Div a. Main-Container b. Speakers c. Speakers-otherconf d. Testimonials e. Photos-Wall f. Partners g. Footer bodyhead html header div nav main-container speakers speakers-otherconf testimonials photos-wall partners footer Outline HTML Document Parent/Child Diagram
  • 5. HTML BASICS BASIC PAGE STRUCTURE Declaration
  • 6. HTML BASICS BASIC PAGE STRUCTURE Beginning of <html> End of </html>
  • 7. HTML BASICS BASIC PAGE STRUCTURE A <head> element houses information about the page. This information is not displayed on the web page itself.
  • 8. HTML BASICS BASIC PAGE STRUCTURE A <body> element houses all the visible content of the web page.
  • 9. HTML BASICS GET FAMILIAR WITH HTML ELEMENTS https://developer.mozilla.org/en-US/docs/Web/HTML/Element
  • 10. HTML BASICS A CLOSER LOOK AT TAGS <p> Opening Tag Closing Tag Character Left-Angle Bracket (Less-than Sign) Right-Angle Bracket (More-than Sign) </p> Character Left-Angle Bracket (Less-than Sign) Right-Angle Bracket (More-than Sign) Forward Slash
  • 11. HTML BASICS WHAT ATTRIBUTES TELL US <a href=“http://anywhere.com”>Any Where</a> Attribute Name Attribute Value
  • 12. HTML BASICS STRUCTURAL & SEMANTIC ELEMENTS Structural elements (typically block-level) context start on a new line and act as the main building blocks of any layout, while semantic elements (also known as inline-level elements) flow between surrounding text. BLOCK-LEVEL ELEMENTS START ON A NEW LINE Examples include: <h1> <p> <ul> <li> INLINE-LEVEL ELEMENTS FLOW IN BETWEEN SURROUNDING TEXT Examples include: <img> <b> <i>
  • 13. NEXT CLASS TOPICHTML & CSS What is CSS The difference between HTML & CSS How to reference a CSS file What are Selectors, Properties and Values …and more
  • 14. HTML BASICS ONLINE CLASS SURVEY http://www.gailborden.info/learn Class: HTML Basics Date of Class: March 9th Instructor: Megan Johnson