SlideShare uma empresa Scribd logo
1 de 33
WELCOME TOTHE WORLD OF  HTML
HYPERTEXT MARKUP LANGUAGE It is the encoding scheme used to create and format a web document Hypertext  -  text with hyperlinks Markup  -  syntactical and ordinary text
Basic Information
HTML Elements There are 2 sections of a web document : ,[object Object],           - Title tag            - Meta tag            - Style tag ,[object Object],           - Body tag            - Heading tag            - Other format tags            - Advanced HTML tags
SAMPLE HTML PROGRAM <html> <head> <title> A Sample Program </title> </head> <body> This is the first HTML program displayed in III computer science  </body> </html>
TITLE TAG <html> <head> <title> Our first web document  </title> </head> </html>
META TAG Additional information invisible in the browser <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META content="text/html; charset=windows-1252" http-equiv=Content-Type>  <META name=Author content=III-C.S.> <META name=keywords content=definition> <META name=GENERATOR content="MSHTML 8.00.6001.18828"> </HEAD> <BODY>HTML is the abbreviated form of Hypertext Markup Language </BODY> </HTML>
STYLE TAG <html> <head> <title> style tag </title> <style> h3 { color : green;      font-size : 18pt;      font-family: Times New Roman;    } </style> </head> <body> <h3>HTML is the abbreviated form of HyperText Markup Language</h3> </body> </html>
BODY TAG <html> <head> <title> body tag </title> </head> <body bgcolor = red text = #FFFFFF> HTML is the abbreviated form of HyperText Markup Language </body> </html>
HEADING TAGS <html> <head> <title> Heading tags </title> </head> <body bgcolor = green text = #FFFFFF> <h6>Computer</h6><br> <h5>Computer</h5><br> <h4>Computer</h4><br> <h3>Computer</h3><br> <h2>Computer</h2><br> <h1>Computer</h1><br> </body> </html>
OTHER HTML TAGS Syntax: <tagname attribute=value>Element content </tagname> Paragraph tag  <p>  …  </p> Break tag  <br> Bold tag  <b> … </b> Italic tag  <i> … </i> Underline tag  <u> … </u> Font tag (face, size, color)  <font> … </font> Image tag  <img> Anchor tag <a> … </a>
<html> <head> <title> Tags </title> </head> <body text = green> <p align = center> College Emblem </p> <center> <img src= emblem.jpeg width=100 height=100> </center>  <br> <font face="Arial" size=6pt color=red> <b> Computer Science Department </b> <p> <i>III year Computer Science</i> </p> <u>Teaching of Computer Science</u> </font> </body> </html>
Anchor Tag <html> <head> <title> Anchor Tag </title> </head> <body> <a href = "http://www.popejohnpaulcollege.org"> Our College Website </a> </body> </html>
Advanced HTML Tags	 Unordered lists  <ul> … </ul> Ordered lists  <ol> … </ol> Definition lists <dl> <dt> .. </dt>                           <dd> .. </dd> </dl> Table tag <table> <tr> <th> .. </th> </tr>                   <tr> <td> .. </td> </tr> </table>  Form tag <form> .. </form> Frame tag <frameset> .. </frameset>
<html> <head><title> Lists </title></head> <body> <ul> <li>Name <li>Course </ul><br> <ol> <li>Name <li>Course </ol><br> <dl> <dt> HTML: </dt> <dd> It is the encoding scheme used to create and format a web document </dd> </dl> </body> </html>
<html> <head> <title> Table </title> </head> <body> <table border=2 cellspacing=10 cellpadding=10> <tr> <th> Roll No </th> <th> Name    </th> </tr> <tr> <td> 1001 </td> <td> XXX  </td> </tr> </body> </html>
Form Tag Receive information from user <html> <head> <title> Form </title> </head> <body> <form method = post action = "Server side program name" > <input type = text name = empname value = XXX> <input type = text name = age value = 24> <input type = submit> </form> </body> </html>
Frame Tag Divide web page into sections <html> <head> <title> Frameset </title> </head> <frameset rows= "64,*" > <frame src = "Top.html" name = "banner" scrolling="no" noresize> <frameset cols = "150,*" > <frame src = "menu.html" name = "contents"> <frame src = "home.html" name = "main"> </frameset> </frameset> </html>
USES AND DELIVERY OF HTML  Web pages creation It is delivered by HTTP from a Web Browser E-mail WWW makes use of HTML documents    (Web Server to Web Browser using HTTP)
ANY QUERIES ?
REFERENCES Introduction to Web Design               by E.Balagurusamy http://en.wikipedia.org/HTML
THANK YOU

Mais conteúdo relacionado

Mais procurados

Mais procurados (8)

CSS - Externes Stylesheet
CSS - Externes StylesheetCSS - Externes Stylesheet
CSS - Externes Stylesheet
 
HTML - How To
HTML - How ToHTML - How To
HTML - How To
 
Projeto Foto Blog Code
Projeto Foto Blog CodeProjeto Foto Blog Code
Projeto Foto Blog Code
 
Practica Html3
Practica Html3Practica Html3
Practica Html3
 
Facebook integration into wordpress
Facebook integration into wordpressFacebook integration into wordpress
Facebook integration into wordpress
 
Database Related Comboboxes
Database Related ComboboxesDatabase Related Comboboxes
Database Related Comboboxes
 
Vad är JQuery Mobile - Blixttal Mallis 2011
Vad är JQuery Mobile - Blixttal Mallis 2011Vad är JQuery Mobile - Blixttal Mallis 2011
Vad är JQuery Mobile - Blixttal Mallis 2011
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 

Destaque

Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamicAnkita Bhalla
 
HTML - HyperText Markup Language - Formulário
HTML - HyperText Markup Language - FormulárioHTML - HyperText Markup Language - Formulário
HTML - HyperText Markup Language - FormulárioIsrael Messias
 
ความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจ
ความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจ
ความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจKrunicky Rattanapachai
 
Resiliency Inventory CA1
Resiliency Inventory CA1Resiliency Inventory CA1
Resiliency Inventory CA1Destiny Devone
 
HTML - HyperText Markup Language - HTML5
HTML - HyperText Markup Language - HTML5HTML - HyperText Markup Language - HTML5
HTML - HyperText Markup Language - HTML5Israel Messias
 
Portails Etat De L'art
Portails  Etat De L'artPortails  Etat De L'art
Portails Etat De L'artTugdual Grall
 
Web conferencing
Web conferencingWeb conferencing
Web conferencingmazyooonah
 
Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014
Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014
Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014Toto Wirjosoemarto
 
Tanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo EssayTanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo EssayISYGrade6
 
Disha's Tea Shop Photo Essay
Disha's Tea Shop Photo EssayDisha's Tea Shop Photo Essay
Disha's Tea Shop Photo EssayISYGrade6
 
Irfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo EssayIrfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo EssayISYGrade6
 
Zaineen's Tea Shop Photo Essay
Zaineen's Tea Shop Photo EssayZaineen's Tea Shop Photo Essay
Zaineen's Tea Shop Photo EssayISYGrade6
 
光速テーマ開発のコツ
光速テーマ開発のコツ光速テーマ開発のコツ
光速テーマ開発のコツHishikawa Takuro
 
Statistical analysis of employees pattern1
Statistical analysis of employees pattern1Statistical analysis of employees pattern1
Statistical analysis of employees pattern1ChinthaKaluarachchi
 
Introduction
IntroductionIntroduction
Introductionxoanohn
 

Destaque (20)

Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamic
 
Markup Languages
Markup Languages Markup Languages
Markup Languages
 
HTML - HyperText Markup Language - Formulário
HTML - HyperText Markup Language - FormulárioHTML - HyperText Markup Language - Formulário
HTML - HyperText Markup Language - Formulário
 
ความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจ
ความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจ
ความรู้เบื้องต้นเกี่ยวกับการสร้างเว็บเพจ
 
Doc1elfines
Doc1elfinesDoc1elfines
Doc1elfines
 
Resiliency Inventory CA1
Resiliency Inventory CA1Resiliency Inventory CA1
Resiliency Inventory CA1
 
Btgwl ashraf uddin
Btgwl ashraf uddinBtgwl ashraf uddin
Btgwl ashraf uddin
 
HTML - HyperText Markup Language - HTML5
HTML - HyperText Markup Language - HTML5HTML - HyperText Markup Language - HTML5
HTML - HyperText Markup Language - HTML5
 
Portails Etat De L'art
Portails  Etat De L'artPortails  Etat De L'art
Portails Etat De L'art
 
Web conferencing
Web conferencingWeb conferencing
Web conferencing
 
Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014
Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014
Mr. Tatsuya Yanagi presentation on OVOP - Yogyakarta Workshop 2014
 
Tanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo EssayTanach's Tea Shop Photo Essay
Tanach's Tea Shop Photo Essay
 
Disha's Tea Shop Photo Essay
Disha's Tea Shop Photo EssayDisha's Tea Shop Photo Essay
Disha's Tea Shop Photo Essay
 
Irfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo EssayIrfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo Essay
 
Solow1957
Solow1957Solow1957
Solow1957
 
Zaineen's Tea Shop Photo Essay
Zaineen's Tea Shop Photo EssayZaineen's Tea Shop Photo Essay
Zaineen's Tea Shop Photo Essay
 
光速テーマ開発のコツ
光速テーマ開発のコツ光速テーマ開発のコツ
光速テーマ開発のコツ
 
Statistical analysis of employees pattern1
Statistical analysis of employees pattern1Statistical analysis of employees pattern1
Statistical analysis of employees pattern1
 
Introduction
IntroductionIntroduction
Introduction
 
0 key lessonfull++
0 key lessonfull++0 key lessonfull++
0 key lessonfull++
 

Último

Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...
Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...
Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...Eesti Loodusturism
 
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmibookbahareshariat
 
محاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdf
محاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdfمحاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdf
محاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdfKhaled Elbattawy
 

Último (6)

Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...
Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...
Saunanaine_Helen Moppel_JUHENDATUD SAUNATEENUSE JA LOODUSMATKA SÜNERGIA_strat...
 
Energy drink .
Energy drink                           .Energy drink                           .
Energy drink .
 
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 4 By SadurshSharia Mufti Amjad Ali Azmi
 
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 1 By SadurshSharia Mufti Amjad Ali Azmi
 
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali AzmiBahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
Bahare Shariat Jild 2 By SadurshSharia Mufti Amjad Ali Azmi
 
محاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdf
محاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdfمحاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdf
محاضرات الاحصاء التطبيقي لطلاب علوم الرياضة.pdf
 

Hyper Text Markup Language

  • 2. HYPERTEXT MARKUP LANGUAGE It is the encoding scheme used to create and format a web document Hypertext - text with hyperlinks Markup - syntactical and ordinary text
  • 4.
  • 5. SAMPLE HTML PROGRAM <html> <head> <title> A Sample Program </title> </head> <body> This is the first HTML program displayed in III computer science </body> </html>
  • 6.
  • 7. TITLE TAG <html> <head> <title> Our first web document </title> </head> </html>
  • 8. META TAG Additional information invisible in the browser <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META content="text/html; charset=windows-1252" http-equiv=Content-Type> <META name=Author content=III-C.S.> <META name=keywords content=definition> <META name=GENERATOR content="MSHTML 8.00.6001.18828"> </HEAD> <BODY>HTML is the abbreviated form of Hypertext Markup Language </BODY> </HTML>
  • 9. STYLE TAG <html> <head> <title> style tag </title> <style> h3 { color : green; font-size : 18pt; font-family: Times New Roman; } </style> </head> <body> <h3>HTML is the abbreviated form of HyperText Markup Language</h3> </body> </html>
  • 10.
  • 11. BODY TAG <html> <head> <title> body tag </title> </head> <body bgcolor = red text = #FFFFFF> HTML is the abbreviated form of HyperText Markup Language </body> </html>
  • 12.
  • 13. HEADING TAGS <html> <head> <title> Heading tags </title> </head> <body bgcolor = green text = #FFFFFF> <h6>Computer</h6><br> <h5>Computer</h5><br> <h4>Computer</h4><br> <h3>Computer</h3><br> <h2>Computer</h2><br> <h1>Computer</h1><br> </body> </html>
  • 14.
  • 15. OTHER HTML TAGS Syntax: <tagname attribute=value>Element content </tagname> Paragraph tag <p> … </p> Break tag <br> Bold tag <b> … </b> Italic tag <i> … </i> Underline tag <u> … </u> Font tag (face, size, color) <font> … </font> Image tag <img> Anchor tag <a> … </a>
  • 16. <html> <head> <title> Tags </title> </head> <body text = green> <p align = center> College Emblem </p> <center> <img src= emblem.jpeg width=100 height=100> </center> <br> <font face="Arial" size=6pt color=red> <b> Computer Science Department </b> <p> <i>III year Computer Science</i> </p> <u>Teaching of Computer Science</u> </font> </body> </html>
  • 17.
  • 18. Anchor Tag <html> <head> <title> Anchor Tag </title> </head> <body> <a href = "http://www.popejohnpaulcollege.org"> Our College Website </a> </body> </html>
  • 19.
  • 20. Advanced HTML Tags Unordered lists <ul> … </ul> Ordered lists <ol> … </ol> Definition lists <dl> <dt> .. </dt> <dd> .. </dd> </dl> Table tag <table> <tr> <th> .. </th> </tr> <tr> <td> .. </td> </tr> </table> Form tag <form> .. </form> Frame tag <frameset> .. </frameset>
  • 21. <html> <head><title> Lists </title></head> <body> <ul> <li>Name <li>Course </ul><br> <ol> <li>Name <li>Course </ol><br> <dl> <dt> HTML: </dt> <dd> It is the encoding scheme used to create and format a web document </dd> </dl> </body> </html>
  • 22.
  • 23. <html> <head> <title> Table </title> </head> <body> <table border=2 cellspacing=10 cellpadding=10> <tr> <th> Roll No </th> <th> Name </th> </tr> <tr> <td> 1001 </td> <td> XXX </td> </tr> </body> </html>
  • 24.
  • 25. Form Tag Receive information from user <html> <head> <title> Form </title> </head> <body> <form method = post action = "Server side program name" > <input type = text name = empname value = XXX> <input type = text name = age value = 24> <input type = submit> </form> </body> </html>
  • 26.
  • 27. Frame Tag Divide web page into sections <html> <head> <title> Frameset </title> </head> <frameset rows= "64,*" > <frame src = "Top.html" name = "banner" scrolling="no" noresize> <frameset cols = "150,*" > <frame src = "menu.html" name = "contents"> <frame src = "home.html" name = "main"> </frameset> </frameset> </html>
  • 28.
  • 29.
  • 30. USES AND DELIVERY OF HTML Web pages creation It is delivered by HTTP from a Web Browser E-mail WWW makes use of HTML documents (Web Server to Web Browser using HTTP)
  • 32. REFERENCES Introduction to Web Design by E.Balagurusamy http://en.wikipedia.org/HTML