SlideShare a Scribd company logo
Basic HTML By Linda Shan, EE3 Business Contest, Jiahua School October 17, 2010
WORLD WIDE WEB URL: Uniform Resource Identifier  HTTP: HyperText Transfer Protocol  HTML:  HyperText Markup Language
The Father of WWW Tim Berners-Lee
What is HTML? HTML is a language for describing web pages. HTML is not a programming language, it is a markup language  A markup language is a set of markup tags HTML uses markup tags to describe web pages
HTML & Web Page
Why We Learn HTML?
Markup Tags HTML tags are keywords surrounded by  angle brackets  like <html>  HTML tags normally  come in pairs  like <b> and </b>  The first tag in a pair is the  start tag,  the second tag is the  end tag
HTML Elements Quiz: how many elements below? <html> <body> <p>This is my first paragraph.</p> </body> </html>
Examples of HTML Headings:   <h1>This is a heading</h1> Paragraphs:   <p>This is a paragraph</p>  Styles:   <body style=&quot;background-color:yellow&quot;>  Links:   <a href=&quot;http://www.example.com/&quot;>Link-text goes here</a> Images: <img src=&quot;boat.gif&quot; alt=&quot;Big Boat&quot; />
Learn HTML

More Related Content

PPT
Html ppt
PPT
Intro Html
PDF
HTML practical guide for O/L exam
PPT
Html ppt
PPTX
Html ppt
PPT
Eye catching HTML BASICS tips: Learn easily
PPT
Html Intro2
PPTX
presentation in html,css,javascript
Html ppt
Intro Html
HTML practical guide for O/L exam
Html ppt
Html ppt
Eye catching HTML BASICS tips: Learn easily
Html Intro2
presentation in html,css,javascript

What's hot (20)

PDF
Intro to HTML and CSS basics
PPT
Learning HTML
PPT
BasicHTML
PPTX
Basic HTML
PPTX
ODP
PPTX
HTML Forms
PPTX
Html list.
PPT
Hyperlinks in HTML
PPTX
Images and Tables in HTML
PPT
How Cascading Style Sheets (CSS) Works
PDF
Lesson 1: Introduction to HTML
PDF
Basic Html Notes
PPTX
HTML: Tables and Forms
PDF
PDF
Html,javascript & css
PPSX
Html introduction
PPTX
HTML (Web) basics for a beginner
Intro to HTML and CSS basics
Learning HTML
BasicHTML
Basic HTML
HTML Forms
Html list.
Hyperlinks in HTML
Images and Tables in HTML
How Cascading Style Sheets (CSS) Works
Lesson 1: Introduction to HTML
Basic Html Notes
HTML: Tables and Forms
Html,javascript & css
Html introduction
HTML (Web) basics for a beginner
Ad

Viewers also liked (9)

PPT
Ppt ch11
PPT
Ppt ch07
PPT
Ppt ch04
PPT
Ppt ch01
PPT
Ppt ch03
PPT
Ppt ch05
PPT
Introduction to html
PPT
Introduction to HTML
PPT
Introduction to HTML
Ppt ch11
Ppt ch07
Ppt ch04
Ppt ch01
Ppt ch03
Ppt ch05
Introduction to html
Introduction to HTML
Introduction to HTML
Ad

Similar to Basic html (20)

PPTX
Html guide
PPT
Html part2
PPT
Html part2 (1)
PPT
AK html
PPT
Html For Beginners 2
PPT
Design Tools Html Xhtml
PPT
Diva
PPT
HTML Fundamentals
PDF
Html Presentation
PPT
Html presentation
PPT
Intro to html
PPT
Intro to html
PPT
Module 2 Lesson 1
ODP
Html intro
ODP
Html intro
PPTX
Basic HTML
PPT
HTML_Slideshow1
PPTX
html.pptx
PPT
HTML & Textile Training
ODP
Html guide
Html part2
Html part2 (1)
AK html
Html For Beginners 2
Design Tools Html Xhtml
Diva
HTML Fundamentals
Html Presentation
Html presentation
Intro to html
Intro to html
Module 2 Lesson 1
Html intro
Html intro
Basic HTML
HTML_Slideshow1
html.pptx
HTML & Textile Training

More from Drew Eric Noftle (20)

PDF
Changing careers
PPTX
Week 6 failure
PPTX
Stock Market Week 4
PPTX
Chinglish
PPTX
Communicating with your manager
PPTX
Business and economics quiz
PPTX
Jiahua million afrikaans
PDF
Starting a company extended version
PPTX
2012 week 4 negotiations
PPTX
2012 week 4 negotiations
PPTX
Financial ratios
PDF
Risk and persuasion
PDF
Advertising
PPTX
Job interviews job seeker
PDF
Job interviews job seeker
PDF
What is in my house
PPTX
What Is Aaron Doing
PDF
2012 Jiahua's Mandarin Summer Camp 2012
PDF
2012 Jiahua Mandarin Summer Camp Brochure
PPTX
How to make a sandwich
Changing careers
Week 6 failure
Stock Market Week 4
Chinglish
Communicating with your manager
Business and economics quiz
Jiahua million afrikaans
Starting a company extended version
2012 week 4 negotiations
2012 week 4 negotiations
Financial ratios
Risk and persuasion
Advertising
Job interviews job seeker
Job interviews job seeker
What is in my house
What Is Aaron Doing
2012 Jiahua's Mandarin Summer Camp 2012
2012 Jiahua Mandarin Summer Camp Brochure
How to make a sandwich

Basic html

  • 1. Basic HTML By Linda Shan, EE3 Business Contest, Jiahua School October 17, 2010
  • 2. WORLD WIDE WEB URL: Uniform Resource Identifier HTTP: HyperText Transfer Protocol HTML: HyperText Markup Language
  • 3. The Father of WWW Tim Berners-Lee
  • 4. What is HTML? HTML is a language for describing web pages. HTML is not a programming language, it is a markup language A markup language is a set of markup tags HTML uses markup tags to describe web pages
  • 5. HTML & Web Page
  • 6. Why We Learn HTML?
  • 7. Markup Tags HTML tags are keywords surrounded by angle brackets like <html> HTML tags normally come in pairs like <b> and </b> The first tag in a pair is the start tag, the second tag is the end tag
  • 8. HTML Elements Quiz: how many elements below? <html> <body> <p>This is my first paragraph.</p> </body> </html>
  • 9. Examples of HTML Headings: <h1>This is a heading</h1> Paragraphs: <p>This is a paragraph</p> Styles: <body style=&quot;background-color:yellow&quot;> Links: <a href=&quot;http://www.example.com/&quot;>Link-text goes here</a> Images: <img src=&quot;boat.gif&quot; alt=&quot;Big Boat&quot; />