SlideShare a Scribd company logo
Computer Class 7 th  Grade Mrs. Forsyth April, 15, 2010
Goals Review HTML from last time Learn new tags Web Assignment due: 4/29
HTML Review Define the following: HTML head title body What does this do? HTML tags img p br CSS background-color color font-family
HTML tags - Table Table <table> … </table> Rows: <tr> … </tr> Columns: <td> … </td> Sample table code: <table>   <tr>   <td>Apples</td>   <td>44%</td>   </tr> </table>
HTML tags - Headings Tag that contains a “h” and a number to signify the size of the heading The lower the number, the larger the font Example: <h1> This is heading 1 </h1>
HTML tags - Lists An unordered list includes bullets and/or symbols for each item on the list <ul> … </ul> An ordered list uses numbers for each item <ol> … </ol> An item on a list uses the same tag, regardless of order or not <li> … </li> Unordered list <ul>   <li>First item</li> </ul> First item Ordered List <ol> <li>First item</li> </ol> First item
Web Assignment: All About Me Due April 29th Create a web page that tells me about you Tell me the following information: Your early years: Where were you born, where have you lived Your favorite things: What do you like (tv, music, movies, books, etc) Hobbies What do you do (sports, music, art, etc.)

More Related Content

PPT
Introduction to html
ODP
PPT
Html ppt computer
PPT
Intro Html
PPT
Html text formatting
PPT
Html ppt
PPTX
Html guide
Introduction to html
Html ppt computer
Intro Html
Html text formatting
Html ppt
Html guide

What's hot (20)

PPTX
Adding text in html
PPT
HTML (Hyper Text Markup Language)
PPTX
S3 HTML Structure and Formatting
PPT
Basic html
PPT
Basics of Html
PPTX
Html Study Guide
PDF
Top 50 HTML Interview Questions and Answers | Edureka
PPT
AK html
ODP
Prabu html
PPT
Presentation on HTML
PPT
Html presentation
PPTX
HTML Text formatting tags
PPT
Html 1
PDF
Html Presentation
DOC
Html introduction
PPT
AK css
PPT
Html for beginners part I
PPT
HTML Tutorial: Chapters 1 & 2
PPT
Tables and Forms in HTML
PDF
Html interview-questions-and-answers
Adding text in html
HTML (Hyper Text Markup Language)
S3 HTML Structure and Formatting
Basic html
Basics of Html
Html Study Guide
Top 50 HTML Interview Questions and Answers | Edureka
AK html
Prabu html
Presentation on HTML
Html presentation
HTML Text formatting tags
Html 1
Html Presentation
Html introduction
AK css
Html for beginners part I
HTML Tutorial: Chapters 1 & 2
Tables and Forms in HTML
Html interview-questions-and-answers
Ad

Similar to Intro to HTML (20)

PDF
HTML_Detailed_Presentation_for_Students.pdf
PPTX
HTML_Detailed_Presentation_for_Students.pptx
PPTX
Html Study Guide - Heritage
PPTX
gdg_workshop 2 on web development and github
PPTX
gdg_workshop 3 on web development HTML & CSS
PDF
Intro to HTML (Kid's Class at TIY)
DOCX
Learn HTML and know that you don.docx
DOCX
DLL-WEEK-1-GRADE-9-FIRST-QUARTER.docxDLL-WEEK-1-GRADE-9-FIRST-QUARTER.docx
DOCX
Tirth.report.docx
PPTX
HTML.pptx
PPTX
Intro to html
PPTX
Html presentation
PDF
J309-14 Week One
PPTX
Chapter-5.pptx introduction to HTML and CSS
PPTX
presentation on Learning the Basics of HTML Tags
PPTX
What is HTML? How do we Write it? Check out this Quick Guide from Web Courses...
PPTX
FFW Gabrovo PMG - HTML
PDF
HTML Interview Questions PDF By ScholarHat
DOCX
HTML_Detailed_Presentation_for_Students.pdf
HTML_Detailed_Presentation_for_Students.pptx
Html Study Guide - Heritage
gdg_workshop 2 on web development and github
gdg_workshop 3 on web development HTML & CSS
Intro to HTML (Kid's Class at TIY)
Learn HTML and know that you don.docx
DLL-WEEK-1-GRADE-9-FIRST-QUARTER.docxDLL-WEEK-1-GRADE-9-FIRST-QUARTER.docx
Tirth.report.docx
HTML.pptx
Intro to html
Html presentation
J309-14 Week One
Chapter-5.pptx introduction to HTML and CSS
presentation on Learning the Basics of HTML Tags
What is HTML? How do we Write it? Check out this Quick Guide from Web Courses...
FFW Gabrovo PMG - HTML
HTML Interview Questions PDF By ScholarHat
Ad

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PPTX
Chapter 5: Probability Theory and Statistics
PDF
A novel scalable deep ensemble learning framework for big data classification...
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Mushroom cultivation and it's methods.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
August Patch Tuesday
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Encapsulation theory and applications.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
1. Introduction to Computer Programming.pptx
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
A Presentation on Artificial Intelligence
Chapter 5: Probability Theory and Statistics
A novel scalable deep ensemble learning framework for big data classification...
cloud_computing_Infrastucture_as_cloud_p
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
OMC Textile Division Presentation 2021.pptx
Mushroom cultivation and it's methods.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
TLE Review Electricity (Electricity).pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Group 1 Presentation -Planning and Decision Making .pptx
WOOl fibre morphology and structure.pdf for textiles
August Patch Tuesday
Programs and apps: productivity, graphics, security and other tools
Encapsulation theory and applications.pdf
Enhancing emotion recognition model for a student engagement use case through...
1. Introduction to Computer Programming.pptx
SOPHOS-XG Firewall Administrator PPT.pptx
Accuracy of neural networks in brain wave diagnosis of schizophrenia

Intro to HTML

  • 1. Computer Class 7 th Grade Mrs. Forsyth April, 15, 2010
  • 2. Goals Review HTML from last time Learn new tags Web Assignment due: 4/29
  • 3. HTML Review Define the following: HTML head title body What does this do? HTML tags img p br CSS background-color color font-family
  • 4. HTML tags - Table Table <table> … </table> Rows: <tr> … </tr> Columns: <td> … </td> Sample table code: <table> <tr> <td>Apples</td> <td>44%</td> </tr> </table>
  • 5. HTML tags - Headings Tag that contains a “h” and a number to signify the size of the heading The lower the number, the larger the font Example: <h1> This is heading 1 </h1>
  • 6. HTML tags - Lists An unordered list includes bullets and/or symbols for each item on the list <ul> … </ul> An ordered list uses numbers for each item <ol> … </ol> An item on a list uses the same tag, regardless of order or not <li> … </li> Unordered list <ul> <li>First item</li> </ul> First item Ordered List <ol> <li>First item</li> </ol> First item
  • 7. Web Assignment: All About Me Due April 29th Create a web page that tells me about you Tell me the following information: Your early years: Where were you born, where have you lived Your favorite things: What do you like (tv, music, movies, books, etc) Hobbies What do you do (sports, music, art, etc.)

Editor's Notes

  • #3: Insert a map of your country.
  • #4: Insert a picture of one of the geographic features of your country.
  • #5: Insert a picture illustrating a season in your country.
  • #6: Insert a picture of an animal and or plant found in your country.
  • #7: Insert a picture illustrating a custom or tradition here.
  • #8: Add key points in the history of your country to the timeline.