SlideShare a Scribd company logo
By: RNCOE Teacher Trainees 2009-2011 Batch HTML Ruwanpura National College Of Education. Wallandura. Kahawatta. (Basics of HTML) Workshop
SPECIALLY PRESENTED FOR : R/ GANKANDA CENTRAL COLLEGE (NATIONAL SCHOOL) GRADE 10, 11 STUDENTS 2010 – 10 - 04
LANGUAGES WE USE IN COMPUTER Language we use to coordinate computer and the human who use the computer. There are so many languages we use to give instructions to computer. Such as; JAVA , VISUAL BASIC  ,  PASCAL , C++  ,C programming Language  ,  C# ,  HTML
NOW WE LEARN ABOUT HTML (HYPER TEXT MARKUP LANGUAGE)
HTML is an evolving standard (as new technology/tools are added)  HTML 1  (Sir Tim Berners-Lee, 1989): very basic, limited integration of multimedia in 1993, Mosaic added many new features (e.g., integrated images)  HTML 2.0 (IETF, 1994): tried to standardize these & other features, but late in 1994-96, Netscape & IE added many new, divergent features  HTML 3.2 (W3C, 1996): attempted to unify into a single standard but didn't address newer technologies like Java applets & streaming video Beginning of  HTML
Beginning of  HTML (cont.) HTML 4.0 (W3C, 1997): current standard (but moving towards XHTML) attempted to map out future directions for HTML, not just react to vendors XHTML 1.0 (W3C, 2000): HTML 4.01 modified to conform to XML standards XHTML 1.1 (W3C, 2001): “Modularization” of XHTML 1.0 HTML 5 ( Web Hypertext Application Technology Working Group,  W3C, 2006):  New version of HTML4, XHTML 1.0, and DOM 2  (still a work in progress)
HTML HTML  means  Hyper Text Markup Language . HTML is a language that  helps us to create web sites in the Internet . HTML  helps to coordinate human and the computer . So we have to use some codes to explain to computer what are we going to do. Therefore we use HTML to give instructions to create web sites.
HTML TAGS We use some codes to explain to computer what are we going to do.  These codes called as  “Tags”.  HTML  tags must type in the angle brackets(<>)  ,it wants to type in  a text editor  and save with  .htm  or  .html  extension. If we use a tag we should close the tag. To close the tag we use  closing tags(</>).
SOFTWARE & TEXT EDITORS What You See is What You Get(Software): Dreamweaver, Microsoft FrontPage, Netscape Composer, Adobe Page Mill, ,Hotdog Word (Save As Webpage) Text Editors Notepad Word pad Code View GEdit Nano Editor
In HTML we use some essential tags. They are <html> <head>    Heading Section <title></title> </head> <body></body>  Body Section </html>
HTML TAGS Tag – an HTML code that tells the browser HOW to display something Opening Tag <h3> Closing Tag </h3> Example : < b>This will be bold </b> Tags will not appear in browsers All open tags must have corresponding closing tag.
ATTRIBUTES Attributes provide additional display information about a tag Attributes appear within the opening tag brackets Attribute values must be contained in quotes You can have more than one attribute in a tag <font size=“-1” color=“green&quot;> This text would be green and smaller </font>
HTML Tags
COMMON STRUCTURE AND FORMATTING HTML TAGS
BASIC TAGS <html></html> Creates an HTML document <head></head> Sets off the title and other  information that isn't displayed on  the Web page itself <body></body> Sets off the visible portion of the  document
HEADER TAGS <title></title> Puts the name of the document in  the title bar   Things in the header section do not appear in the browser
BODY ATTRIBUTES <body bgcolor=?> Sets the background color, using name or  hex value <body text=?> Sets the text color, using name or hex value <body link=?> Sets the color of links, using name or hex  value <body vlink=?> Sets the color of followed links, using name  or hex   value <body alink=?> Sets the color of links on click
TEXT FORMATTING TAGS 1 <hl></hl> Creates the largest header <h6></h6> Creates the smallest header <b></b> Creates bold text <i></i> Creates italic text
TEXT FORMATTING TAGS 2  <strong></strong>   Emphasizes a word (with italic or bold) <font size=“?”></font> Sets size of font <font color=“?”></font> Sets font color, using name or hex value
PARAGRAPH FORMATTING TAGS  <p></p> Creates a new paragraph <p align=?> Aligns a paragraph to the left, right, or  center <br> Inserts a line break <blockquote></blockquote>   Indents text from both sides
LIST FORMATTING TAGS  <ol></ol> Creates a numbered list <ul></ul> Creates a bulleted list with the use of  <li> <li></li> Precedes each list item, and adds a  number
GRAPHICAL ELEMENTS <img src=&quot;name.extention&quot;> Adds an image <img src=&quot;name.extention&quot; align=?> Aligns an image: left, right, center; bottom, top, middle <img src=&quot;name.extention&quot; border=?> Sets size of border around an image <hr> Inserts a horizontal rule <hr size=?> Sets size (height) of rule <hr width=?> Sets width of rule, in percentage or absolute value Always use an alt tag  for images, eg. <img src=“name.extention” alt=“picture of cat”>
TABLE FORMATTING  TAGS <table></table> Creates a table <tr></tr> Sets off each row in a table <td></td> Sets off each cell in a row <table border=#> Sets width of border around table cells <table width=“ ? %”  or  height=“ ? %”> Sets width and height of table - in pixels or as a  percentage of document width
HOW TABLES WORK <tr> </tr> <table> </table> <td> </td> <td> </td> </td> <td> <tr> </tr> <td> </td> <td> </td> </td> <td> <tr> </tr> <td> </td> <td> </td> </td> <td>
LINKS TAGS <a href=&quot;URL&quot;></a> Creates a hyperlink <a href=&quot;mailto:e-mail address&quot;></a> Creates a mailto link <a name=&quot;NAME&quot;></a> Creates a target location within a  document <a href=&quot;#NAME&quot;></a> Links to that target location from  elsewhere in the document
WEB BROWSERS HTML is the language web browsers use to format the data presented in web pages. All browsers are not equal. What we use and why.
NOW !!! SHALL WE MAKE A WEB PAGE ?
BASIC HTML SYNTAX
OTHER WEB DEVELOPMENT  TOOLS Cascading Style Sheet (CSS) JavaScript VB Sript PHP
More Info HTML guide in your text Web terms:  http://www.imaginarylandscape.com/helpweb/www/www.html   HTML intro and tutorials: http://www.w3schools.com/html/default.asp   Official HTML tags:  http://www.w3.org/TR/html4/http://www.cwru.edu/help/webglossary.html
 
SPECIAL THANKS FOR: The Principal of R/ Gankanda National School, ICT Teachers including ICT sectional head, All Teachers of R/ Gankanda National School, All Friends of Ruwanpura National College Of Education 1 st  Year Teacher Trainees, All Friends of Ruwanpura National College Of Education 2 nd  Year Teacher Trainees, All Friends of Ruwanpura National College Of Education 3 rd  Year Teacher Trainees, And  Other all helped people for do this project successfully.

More Related Content

PPTX
Basic HTML
Eric Marilag
 
PPTX
HTML Basic, CSS Basic, JavaScript basic.
Beqa Chacha
 
PDF
Basic html
Nicha Jutasirivongse
 
PPTX
Html basic tags
umesh patil
 
PDF
Intro to HTML (Kid's Class at TIY)
Marjorie Sample
 
PPT
Web designing using html
julicris021488
 
PPT
HTML Introduction
c525600
 
PDF
[Basic HTML/CSS] 1. html - basic tags
Hyejin Oh
 
Basic HTML
Eric Marilag
 
HTML Basic, CSS Basic, JavaScript basic.
Beqa Chacha
 
Html basic tags
umesh patil
 
Intro to HTML (Kid's Class at TIY)
Marjorie Sample
 
Web designing using html
julicris021488
 
HTML Introduction
c525600
 
[Basic HTML/CSS] 1. html - basic tags
Hyejin Oh
 

What's hot (20)

PDF
Html - Tutorial
adelaticleanu
 
PPTX
Html ppt
santosh lamba
 
PPTX
Basic HTML
coachhahn
 
PPTX
Basic Html Knowledge for students
vethics
 
PPTX
Introduction to basic HTML [Librarian edition]
Kosie Eloff
 
PPTX
Web Page Designing
Amit Mali
 
PPT
PPT on Basic HTML Tags
VinitaPaliwal1
 
PPT
HTML
Gouthaman V
 
PPTX
HTML Introduction
Hameda Hurmat
 
PPTX
Basic HTML
Sayan De
 
DOCX
INTRODUCTION TO HTML
bwire sedrick
 
PPTX
Lecture 2 introduction to html
palhaftab
 
PPTX
Introduction to HTML
Ameer Khan
 
PPT
Html Slide Part-1
AAKASH KUMAR
 
PPT
Introduction to html
vikasgaur31
 
PPTX
HTML (Hyper Text Markup Language)
actanimation
 
PPTX
basic introduction of html tags
Manish jariyal
 
PPTX
Html 5
Arashdeepkaur16
 
PPTX
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 
Html - Tutorial
adelaticleanu
 
Html ppt
santosh lamba
 
Basic HTML
coachhahn
 
Basic Html Knowledge for students
vethics
 
Introduction to basic HTML [Librarian edition]
Kosie Eloff
 
Web Page Designing
Amit Mali
 
PPT on Basic HTML Tags
VinitaPaliwal1
 
HTML Introduction
Hameda Hurmat
 
Basic HTML
Sayan De
 
INTRODUCTION TO HTML
bwire sedrick
 
Lecture 2 introduction to html
palhaftab
 
Introduction to HTML
Ameer Khan
 
Html Slide Part-1
AAKASH KUMAR
 
Introduction to html
vikasgaur31
 
HTML (Hyper Text Markup Language)
actanimation
 
basic introduction of html tags
Manish jariyal
 
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 
Ad

Viewers also liked (12)

PPT
Htmlppt 100604051515-phpapp01
ramya116
 
PDF
Html 5 New Features
Ata Ebrahimi
 
PPTX
Html basic
Nital Shingala
 
PPTX
Basics of HTML 5 for Beginners
MediaLinkers Kennesaw
 
PPTX
Final Web Design Project
Jeana Bertoldi
 
PDF
ICT for Teachers in Basic Education
ischool webboard
 
KEY
HTML presentation for beginners
jeroenvdmeer
 
PDF
Web Design Project Report
MJ Ferdous
 
PPTX
Code of ethics for professional teachers copy
Aloha Gemma Cortes
 
PPT
Introduction to HTML
MayaLisa
 
PPT
Web Development using HTML & CSS
Shashank Skills Academy
 
PDF
Visual Design with Data
Seth Familian
 
Htmlppt 100604051515-phpapp01
ramya116
 
Html 5 New Features
Ata Ebrahimi
 
Html basic
Nital Shingala
 
Basics of HTML 5 for Beginners
MediaLinkers Kennesaw
 
Final Web Design Project
Jeana Bertoldi
 
ICT for Teachers in Basic Education
ischool webboard
 
HTML presentation for beginners
jeroenvdmeer
 
Web Design Project Report
MJ Ferdous
 
Code of ethics for professional teachers copy
Aloha Gemma Cortes
 
Introduction to HTML
MayaLisa
 
Web Development using HTML & CSS
Shashank Skills Academy
 
Visual Design with Data
Seth Familian
 
Ad

Similar to Html basic (20)

PPT
Intro to html
anshuman rahi
 
PPT
Intro to html
anshuman rahi
 
PPT
Html For Beginners 2
Sriram Raj
 
PPT
Design Tools Html Xhtml
Ahsan Uddin Shan
 
ODP
Prabu html
Prabu Cse
 
PPT
Html Intro2
mlackner
 
PPT
Html
charu gupta
 
PPT
introduction to web technology
vikram singh
 
PPT
Learning HTML
Md. Sirajus Salayhin
 
PPTX
Module 1
Xiyue Yang
 
PPT
HTML Fundamentals
Doncho Minkov
 
PPT
Html
Rathan Raj
 
PPT
Deepshikha html
Siya Agarwal
 
PPT
Lecture 4
uccwebcourses
 
PPT
introduction to html.ppt
ShubhamIngale28
 
PPT
Html Ppt
Sanmuga Nathan
 
PPT
Html ppt
Sanmuga Nathan
 
PPT
introdution-to-htmlppt.ppt
navyar41
 
Intro to html
anshuman rahi
 
Intro to html
anshuman rahi
 
Html For Beginners 2
Sriram Raj
 
Design Tools Html Xhtml
Ahsan Uddin Shan
 
Prabu html
Prabu Cse
 
Html Intro2
mlackner
 
introduction to web technology
vikram singh
 
Learning HTML
Md. Sirajus Salayhin
 
Module 1
Xiyue Yang
 
HTML Fundamentals
Doncho Minkov
 
Deepshikha html
Siya Agarwal
 
Lecture 4
uccwebcourses
 
introduction to html.ppt
ShubhamIngale28
 
Html Ppt
Sanmuga Nathan
 
Html ppt
Sanmuga Nathan
 
introdution-to-htmlppt.ppt
navyar41
 

Recently uploaded (20)

PDF
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
Sourav Kr Podder
 
PPTX
Presentation on Janskhiya sthirata kosh.
Ms Usha Vadhel
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PDF
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
PDF
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Miraj Khan
 
PPT
Python Programming Unit II Control Statements.ppt
CUO VEERANAN VEERANAN
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
academysrusti114
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
PDF
Sunset Boulevard Student Revision Booklet
jpinnuck
 
PPTX
IMMUNIZATION PROGRAMME pptx
AneetaSharma15
 
PDF
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
PPTX
vedic maths in python:unleasing ancient wisdom with modern code
mistrymuskan14
 
PPTX
Skill Development Program For Physiotherapy Students by SRY.pptx
Prof.Dr.Y.SHANTHOSHRAJA MPT Orthopedic., MSc Microbiology
 
PDF
Electricity-Magnetic-and-Heating-Effects 4th Chapter/8th-science-curiosity.pd...
Sandeep Swamy
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
Open Quiz Monsoon Mind Game Final Set.pptx
Sourav Kr Podder
 
Presentation on Janskhiya sthirata kosh.
Ms Usha Vadhel
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Miraj Khan
 
Python Programming Unit II Control Statements.ppt
CUO VEERANAN VEERANAN
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
academysrusti114
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Sunset Boulevard Student Revision Booklet
jpinnuck
 
IMMUNIZATION PROGRAMME pptx
AneetaSharma15
 
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
vedic maths in python:unleasing ancient wisdom with modern code
mistrymuskan14
 
Skill Development Program For Physiotherapy Students by SRY.pptx
Prof.Dr.Y.SHANTHOSHRAJA MPT Orthopedic., MSc Microbiology
 
Electricity-Magnetic-and-Heating-Effects 4th Chapter/8th-science-curiosity.pd...
Sandeep Swamy
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 

Html basic

  • 1. By: RNCOE Teacher Trainees 2009-2011 Batch HTML Ruwanpura National College Of Education. Wallandura. Kahawatta. (Basics of HTML) Workshop
  • 2. SPECIALLY PRESENTED FOR : R/ GANKANDA CENTRAL COLLEGE (NATIONAL SCHOOL) GRADE 10, 11 STUDENTS 2010 – 10 - 04
  • 3. LANGUAGES WE USE IN COMPUTER Language we use to coordinate computer and the human who use the computer. There are so many languages we use to give instructions to computer. Such as; JAVA , VISUAL BASIC , PASCAL , C++ ,C programming Language , C# , HTML
  • 4. NOW WE LEARN ABOUT HTML (HYPER TEXT MARKUP LANGUAGE)
  • 5. HTML is an evolving standard (as new technology/tools are added) HTML 1 (Sir Tim Berners-Lee, 1989): very basic, limited integration of multimedia in 1993, Mosaic added many new features (e.g., integrated images) HTML 2.0 (IETF, 1994): tried to standardize these & other features, but late in 1994-96, Netscape & IE added many new, divergent features HTML 3.2 (W3C, 1996): attempted to unify into a single standard but didn't address newer technologies like Java applets & streaming video Beginning of HTML
  • 6. Beginning of HTML (cont.) HTML 4.0 (W3C, 1997): current standard (but moving towards XHTML) attempted to map out future directions for HTML, not just react to vendors XHTML 1.0 (W3C, 2000): HTML 4.01 modified to conform to XML standards XHTML 1.1 (W3C, 2001): “Modularization” of XHTML 1.0 HTML 5 ( Web Hypertext Application Technology Working Group, W3C, 2006): New version of HTML4, XHTML 1.0, and DOM 2 (still a work in progress)
  • 7. HTML HTML means Hyper Text Markup Language . HTML is a language that helps us to create web sites in the Internet . HTML helps to coordinate human and the computer . So we have to use some codes to explain to computer what are we going to do. Therefore we use HTML to give instructions to create web sites.
  • 8. HTML TAGS We use some codes to explain to computer what are we going to do. These codes called as “Tags”. HTML tags must type in the angle brackets(<>) ,it wants to type in a text editor and save with .htm or .html extension. If we use a tag we should close the tag. To close the tag we use closing tags(</>).
  • 9. SOFTWARE & TEXT EDITORS What You See is What You Get(Software): Dreamweaver, Microsoft FrontPage, Netscape Composer, Adobe Page Mill, ,Hotdog Word (Save As Webpage) Text Editors Notepad Word pad Code View GEdit Nano Editor
  • 10. In HTML we use some essential tags. They are <html> <head> Heading Section <title></title> </head> <body></body> Body Section </html>
  • 11. HTML TAGS Tag – an HTML code that tells the browser HOW to display something Opening Tag <h3> Closing Tag </h3> Example : < b>This will be bold </b> Tags will not appear in browsers All open tags must have corresponding closing tag.
  • 12. ATTRIBUTES Attributes provide additional display information about a tag Attributes appear within the opening tag brackets Attribute values must be contained in quotes You can have more than one attribute in a tag <font size=“-1” color=“green&quot;> This text would be green and smaller </font>
  • 14. COMMON STRUCTURE AND FORMATTING HTML TAGS
  • 15. BASIC TAGS <html></html> Creates an HTML document <head></head> Sets off the title and other information that isn't displayed on the Web page itself <body></body> Sets off the visible portion of the document
  • 16. HEADER TAGS <title></title> Puts the name of the document in the title bar Things in the header section do not appear in the browser
  • 17. BODY ATTRIBUTES <body bgcolor=?> Sets the background color, using name or hex value <body text=?> Sets the text color, using name or hex value <body link=?> Sets the color of links, using name or hex value <body vlink=?> Sets the color of followed links, using name or hex value <body alink=?> Sets the color of links on click
  • 18. TEXT FORMATTING TAGS 1 <hl></hl> Creates the largest header <h6></h6> Creates the smallest header <b></b> Creates bold text <i></i> Creates italic text
  • 19. TEXT FORMATTING TAGS 2 <strong></strong> Emphasizes a word (with italic or bold) <font size=“?”></font> Sets size of font <font color=“?”></font> Sets font color, using name or hex value
  • 20. PARAGRAPH FORMATTING TAGS <p></p> Creates a new paragraph <p align=?> Aligns a paragraph to the left, right, or center <br> Inserts a line break <blockquote></blockquote> Indents text from both sides
  • 21. LIST FORMATTING TAGS <ol></ol> Creates a numbered list <ul></ul> Creates a bulleted list with the use of <li> <li></li> Precedes each list item, and adds a number
  • 22. GRAPHICAL ELEMENTS <img src=&quot;name.extention&quot;> Adds an image <img src=&quot;name.extention&quot; align=?> Aligns an image: left, right, center; bottom, top, middle <img src=&quot;name.extention&quot; border=?> Sets size of border around an image <hr> Inserts a horizontal rule <hr size=?> Sets size (height) of rule <hr width=?> Sets width of rule, in percentage or absolute value Always use an alt tag for images, eg. <img src=“name.extention” alt=“picture of cat”>
  • 23. TABLE FORMATTING TAGS <table></table> Creates a table <tr></tr> Sets off each row in a table <td></td> Sets off each cell in a row <table border=#> Sets width of border around table cells <table width=“ ? %” or height=“ ? %”> Sets width and height of table - in pixels or as a percentage of document width
  • 24. HOW TABLES WORK <tr> </tr> <table> </table> <td> </td> <td> </td> </td> <td> <tr> </tr> <td> </td> <td> </td> </td> <td> <tr> </tr> <td> </td> <td> </td> </td> <td>
  • 25. LINKS TAGS <a href=&quot;URL&quot;></a> Creates a hyperlink <a href=&quot;mailto:e-mail address&quot;></a> Creates a mailto link <a name=&quot;NAME&quot;></a> Creates a target location within a document <a href=&quot;#NAME&quot;></a> Links to that target location from elsewhere in the document
  • 26. WEB BROWSERS HTML is the language web browsers use to format the data presented in web pages. All browsers are not equal. What we use and why.
  • 27. NOW !!! SHALL WE MAKE A WEB PAGE ?
  • 29. OTHER WEB DEVELOPMENT TOOLS Cascading Style Sheet (CSS) JavaScript VB Sript PHP
  • 30. More Info HTML guide in your text Web terms: http://www.imaginarylandscape.com/helpweb/www/www.html HTML intro and tutorials: http://www.w3schools.com/html/default.asp Official HTML tags: http://www.w3.org/TR/html4/http://www.cwru.edu/help/webglossary.html
  • 31.  
  • 32. SPECIAL THANKS FOR: The Principal of R/ Gankanda National School, ICT Teachers including ICT sectional head, All Teachers of R/ Gankanda National School, All Friends of Ruwanpura National College Of Education 1 st Year Teacher Trainees, All Friends of Ruwanpura National College Of Education 2 nd Year Teacher Trainees, All Friends of Ruwanpura National College Of Education 3 rd Year Teacher Trainees, And Other all helped people for do this project successfully.