SlideShare a Scribd company logo
HTML
HTML
• Hyper Text Markup Language
• Markup your text document
• The markup is the tag
• Hyper text means you can jump from place to place
• Programming language of the internet
TAGS
• Look like this: < >
• Come in pairs (every begin tag must have
an end tag)
• <html> </html> PAIRS
• TAGS do not show up on a web page
• There are 3 REQUIRED TAGS
• 1. <html> </html> ONLY ONE
• 2. <head> </head> ONLY ONE (maybe put a
title in here)
• 3. <body> </body> ONLY ONE (stuff that
shows up)
BASIC WEB PAGE
<html>
<head>
<title> My page </title>
</head>
<body>
Hello this is my page
</body>
</html>
Head section
Body section
• Tags don’t show up on the
page
TITLE ELEMENT
• Goes inside the head element
• If you forget it, you’ll have an untitled web
page
• Looks like this:
<title> My Home page </title>
• Where does the title show up?
TEXT FORMATTING
Text
formatting
type
What It Does Example
paragraph Creates paragraphs of
text
<p> I’m my own paragraph
</p>
Line break Makes the browser go
to the next line
I’m Line 1. <br /> I’m Line 2.
Bold Makes the text bold <b> I’m bold </b>
Underline Makes the text
underlined
<u> I’m underlined </u>
Italic Makes the text italic <i> I’m italic </i>
Horizontal
rule
Line across the page <hr />
HEADINGS
• Creates different sections for your page
• <h#> </h#> replace # with an actual
number (1-6)
• 1 is the BIGGEST, 6 is the smallest heading
• <h1> My heading </h1>
PICTURES
• Put a picture on your page
• <img src=“Name of your picture.extension” />
• Example: <img src=“me.jpg” width=“25%”/>
• The picture MUST be in the same folder as the web
page!
FIRST HTML SITE - GETTING
STARTED!
• Create a new folder called “website project 1”
• Open up notepad ++ and click on the button named “Language” and under the
“H” option click HTML. Save your file into your new folder.
• Add all the required tags (What are they again?)
• Title your web page: Project 1
• In the <body>, add 2 headings. Title the first heading: “My School” and the
second: “Fun Stuff”
• Separate the headings with a horizontal rule.
• Find a picture of a school (use google images), download it into your project 1
folder, and add it to the “My School” section of your web page.
• Add a paragraph with 5 sentences to the “My school” section of your page.

More Related Content

PPTX
Web development basics
PDF
Html for beginners
PPTX
HTML Lesson 5
PPTX
Khoa dang (kay)
PPTX
Web 101 intro to html
PPTX
โครงการ E book ใหม่
PPTX
Web1O1 - Intro to HTML/CSS
Web development basics
Html for beginners
HTML Lesson 5
Khoa dang (kay)
Web 101 intro to html
โครงการ E book ใหม่
Web1O1 - Intro to HTML/CSS

What's hot (20)

PPTX
HTML Lesson 1
PDF
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
PPTX
Artistic Web Applications - Week3 - Part 3
PDF
Html css crash course may 11th, atlanta
PPT
Lesson 2: Getting To Know HTML
PDF
Thinkful - Frontend Crash Course - Intro to HTML/CSS
PPTX
HTML Lesson 2
PPT
HTML Basics - IML 140
PDF
More On Html 5
PDF
Web Programming - 1st TA Session
PPTX
Artistic Web Applications - Week3 - Part 1
PPTX
HTML, CSS, JavaScript for beginners
PPTX
HTML 5 Tutorial
PDF
Ebook Accessibility: Why, How, and What For - ebookcraft 2016 - Laura Brady
PPT
Web Design 101
PPT
PPTX
Artistic Web Applications - Week3 - Part 2
PPTX
HTML Coding #01 : Don't Fear the Code
HTML Lesson 1
The beauty behind ebooks: CSS - ebookcraft 2015 - Iris Febres
Artistic Web Applications - Week3 - Part 3
Html css crash course may 11th, atlanta
Lesson 2: Getting To Know HTML
Thinkful - Frontend Crash Course - Intro to HTML/CSS
HTML Lesson 2
HTML Basics - IML 140
More On Html 5
Web Programming - 1st TA Session
Artistic Web Applications - Week3 - Part 1
HTML, CSS, JavaScript for beginners
HTML 5 Tutorial
Ebook Accessibility: Why, How, and What For - ebookcraft 2016 - Laura Brady
Web Design 101
Artistic Web Applications - Week3 - Part 2
HTML Coding #01 : Don't Fear the Code
Ad

Similar to Html lesson1 5 (20)

PPTX
HTML Lesson 1
PDF
Slides 2 - HTML
PPTX
PDF
HTML Bootstrap Workshop
PPTX
Basics of Front End Web Dev PowerPoint
PPTX
Unit2_2024.pptx are related to PHP HTML CSS
PPTX
Castro Chapter 3
PPTX
Html5.pptx
KEY
Class1slides
PPTX
Lecture 2 - HTML Basics
PPTX
Introduction to HTML
PPTX
UNIT 2 presentation for the subject ITWS-01.pptx
PDF
Introduction to html
PDF
Code &amp; design your first website (3:16)
PPTX
Html.ppt
PPTX
215077679 introduction to HTML
PDF
HTML Lecture Part 1 of 2
PPT
PDF
Code & Design your first website 4/18
PPTX
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
HTML Lesson 1
Slides 2 - HTML
HTML Bootstrap Workshop
Basics of Front End Web Dev PowerPoint
Unit2_2024.pptx are related to PHP HTML CSS
Castro Chapter 3
Html5.pptx
Class1slides
Lecture 2 - HTML Basics
Introduction to HTML
UNIT 2 presentation for the subject ITWS-01.pptx
Introduction to html
Code &amp; design your first website (3:16)
Html.ppt
215077679 introduction to HTML
HTML Lecture Part 1 of 2
Code & Design your first website 4/18
DESIGN THINKING SYLLABUS MATERIAL NOTES UNIT 1 .pptx
Ad

More from SabahtHussein (20)

PPTX
S3 HTML Hyperlinks and Images
PPTX
S3 HTML Lists and Tables
PPTX
S3 HTML Structure and Formatting
PPTX
S3 HTML Introduction
PPTX
S1 Programming Lesson 1
PPTX
S1 Web Development
PPTX
Video Games Development
PPTX
S2 Data Types
PPTX
Introduction to Pseudocode
PPTX
PPTX
Query Design
PPTX
PPTX
Query design
PPTX
S3 Field Types
PPTX
Testing a Database
PPTX
Testing a Database
PPTX
Database Testing and Evaluation
PPTX
DPA and GDPR
PPTX
Database Analysis
PPTX
Database Analysis
S3 HTML Hyperlinks and Images
S3 HTML Lists and Tables
S3 HTML Structure and Formatting
S3 HTML Introduction
S1 Programming Lesson 1
S1 Web Development
Video Games Development
S2 Data Types
Introduction to Pseudocode
Query Design
Query design
S3 Field Types
Testing a Database
Testing a Database
Database Testing and Evaluation
DPA and GDPR
Database Analysis
Database Analysis

Recently uploaded (20)

PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
01-Introduction-to-Information-Management.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
master seminar digital applications in india
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Anesthesia in Laparoscopic Surgery in India
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
01-Introduction-to-Information-Management.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
O7-L3 Supply Chain Operations - ICLT Program
Microbial disease of the cardiovascular and lymphatic systems
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
master seminar digital applications in india
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPH.pptx obstetrics and gynecology in nursing
GDM (1) (1).pptx small presentation for students
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

Html lesson1 5

  • 2. HTML • Hyper Text Markup Language • Markup your text document • The markup is the tag • Hyper text means you can jump from place to place • Programming language of the internet
  • 3. TAGS • Look like this: < > • Come in pairs (every begin tag must have an end tag) • <html> </html> PAIRS • TAGS do not show up on a web page • There are 3 REQUIRED TAGS • 1. <html> </html> ONLY ONE • 2. <head> </head> ONLY ONE (maybe put a title in here) • 3. <body> </body> ONLY ONE (stuff that shows up)
  • 4. BASIC WEB PAGE <html> <head> <title> My page </title> </head> <body> Hello this is my page </body> </html> Head section Body section • Tags don’t show up on the page
  • 5. TITLE ELEMENT • Goes inside the head element • If you forget it, you’ll have an untitled web page • Looks like this: <title> My Home page </title> • Where does the title show up?
  • 6. TEXT FORMATTING Text formatting type What It Does Example paragraph Creates paragraphs of text <p> I’m my own paragraph </p> Line break Makes the browser go to the next line I’m Line 1. <br /> I’m Line 2. Bold Makes the text bold <b> I’m bold </b> Underline Makes the text underlined <u> I’m underlined </u> Italic Makes the text italic <i> I’m italic </i> Horizontal rule Line across the page <hr />
  • 7. HEADINGS • Creates different sections for your page • <h#> </h#> replace # with an actual number (1-6) • 1 is the BIGGEST, 6 is the smallest heading • <h1> My heading </h1>
  • 8. PICTURES • Put a picture on your page • <img src=“Name of your picture.extension” /> • Example: <img src=“me.jpg” width=“25%”/> • The picture MUST be in the same folder as the web page!
  • 9. FIRST HTML SITE - GETTING STARTED! • Create a new folder called “website project 1” • Open up notepad ++ and click on the button named “Language” and under the “H” option click HTML. Save your file into your new folder. • Add all the required tags (What are they again?) • Title your web page: Project 1 • In the <body>, add 2 headings. Title the first heading: “My School” and the second: “Fun Stuff” • Separate the headings with a horizontal rule. • Find a picture of a school (use google images), download it into your project 1 folder, and add it to the “My School” section of your web page. • Add a paragraph with 5 sentences to the “My school” section of your page.