Presentation on HTML

HTML (Hypertext MarkupHTML (Hypertext Markup
Language)Language)
Language of Web PageLanguage of Web Page
Presented By: Macrosys, Moga
Hypertext & HyperlinkHypertext & Hyperlink
English -> Written -> Books
HTML -> Written -> Web page
Hyper Text Markup Language
Web pages are text files.
The key to hypertext is the use of
hyperlinks, which allow you to jump from
one topic to another topic.
Definition of HTMLDefinition of HTML
HTML describes the contentcontent and
formatformat of web pages using tags.
Ex. Title Tag: <title>A title </title>
It’s the job of the web browser to
interpret tags and display the content
accordingly.
HTML SyntaxHTML Syntax
An HTML file contains both formattingformatting
tagstags and contentcontent
Document content is what we see on
the webpage.
Tags are the HTML codes that control
the appearance of the document content.
HTML SyntaxHTML Syntax
HTML syntax:
two-sided tag:
<tag attributes>document content</tag>
Starting
tag
of the
tags
tag.
Optional!
Actual content appears in
webpage. It could be empty
Closing
tag
Examples: <p> This is a paragraph</p>
<body bgcolor = “yellow”> Color Text </body>
HTML SyntaxHTML Syntax
HTML syntax:
one-sided tag:
<tag />
e.g. Breaking line tag: <br/>
Horizontal line tag: <hr/>
Structure of the Web PageStructure of the Web Page
Starting with the tag <html>...</html>
<html>
.......
</html>
Everything about
the web page
should be
enclosed here
Structure of the Web PageStructure of the Web Page
Inside the <html></html> tag
◦ Each web page has a headhead part described in
<head></head> tag:
<html>
<head>
<title> Testing Page</title>
</head>
</html>
The title of the
web page
should be put
here
Structure of the web pageStructure of the web page
 Inside the <html></html> tag
◦ Each web page has a bodybody part described in <body></body> tag:
<html>
<head>
<title> Testing Page</title>
</head>
<body>
This is a sample HTML file.
</body>
</html>
The content of
the whole web
page should be
put here
Title
Body
Create a basic HTML fileCreate a basic HTML file
 Open your text editor (notepadnotepad).
 Type the following lines of code into the document:
<html>
<head>
<title> Testing Page</title>
</head>
<body>
This is a sample HTML file.
</body>
</html>
Presentation on HTML
sample.html
Introduction to some common tagsIntroduction to some common tags
Paragraph tag
List tag
Hyperlink tags
Paragraph tags <p>...</p>Paragraph tags <p>...</p>
 <html>
 <head>
 <title> Testing Web Page</title>
 </head>
 <body>
 <p> Here is the first paragraph. </p>
 <p> Here is the second paragraph. </p>
 </body>
 </html>
Space between
paragraphs
First paragraph
Second paragraph
List tagsList tags
Ordered list: used to display information in a numeric
order. The syntax for creating an ordered list is:
<ol > e.g. <ol >
<li>item1 </li> <li> Name: Satvir
Sandhu</li>
<li>item2 </li> <li> Software Dept.</li>
… <li> Instructor: Satvir </li>
</ol> </ol>
 Result:
List tagsList tags
Unordered list: list items are not listed
in a particular order. The syntax is:
<ul > e.g. <ul>
<li>item1 </li> <li> Name: Satvir Sandhu</li>
<li>item2 </li> <li> Software Dept. </li>
… <li> Instructor: Satvir </li>
</ul> </ul>
Result
Include a PictureInclude a Picture
<img src=“FILENAME” />
<img src=“FILENAME” alt=“text” />
E.g.
<img src=“logo.gif” alt=“Google logo” />
<img src=“logo.gif” />
1 von 19

Recomendados

Learn html Basics von
Learn html BasicsLearn html Basics
Learn html BasicsMcSoftsis
32K views35 Folien
Html ppt von
Html pptHtml ppt
Html pptsantosh lamba
10.4K views39 Folien
Html / CSS Presentation von
Html / CSS PresentationHtml / CSS Presentation
Html / CSS PresentationShawn Calvert
78.9K views96 Folien
Html presentation von
Html presentationHtml presentation
Html presentationAmber Bhaumik
34.5K views34 Folien
Web Development using HTML & CSS von
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSSBrainware Consultancy Pvt Ltd
42.4K views47 Folien
Html basics von
Html basicsHtml basics
Html basicsmcatahir947
2.8K views67 Folien

Más contenido relacionado

Was ist angesagt?

HTML (Web) basics for a beginner von
HTML (Web) basics for a beginnerHTML (Web) basics for a beginner
HTML (Web) basics for a beginnerJayapal Reddy Nimmakayala
1.7K views37 Folien
Html ppt computer von
Html ppt computerHtml ppt computer
Html ppt computerAnmol Pant
12.5K views21 Folien
An Overview of HTML, CSS & Java Script von
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptFahim Abdullah
11.4K views56 Folien
Html Ppt von
Html PptHtml Ppt
Html Pptvijayanit
222.1K views22 Folien
HTML presentation for beginners von
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginnersjeroenvdmeer
68.7K views26 Folien
CSS von
CSSCSS
CSSPeople Strategists
23.6K views42 Folien

Was ist angesagt?(20)

Html ppt computer von Anmol Pant
Html ppt computerHtml ppt computer
Html ppt computer
Anmol Pant12.5K views
An Overview of HTML, CSS & Java Script von Fahim Abdullah
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
Fahim Abdullah11.4K views
Html Ppt von vijayanit
Html PptHtml Ppt
Html Ppt
vijayanit222.1K views
HTML presentation for beginners von jeroenvdmeer
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
jeroenvdmeer68.7K views
Basic Html Notes von NextGenr
Basic Html NotesBasic Html Notes
Basic Html Notes
NextGenr1.9K views
Html tags von sotero66
Html tagsHtml tags
Html tags
sotero661.4K views
Lecture 2 introduction to html von palhaftab
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
palhaftab6.3K views
Eye catching HTML BASICS tips: Learn easily von shabab shihan
Eye catching HTML BASICS tips: Learn easilyEye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
shabab shihan2.8K views

Similar a Presentation on HTML

HTML/HTML5 von
HTML/HTML5HTML/HTML5
HTML/HTML5People Strategists
7.7K views52 Folien
Html tutorial von
Html tutorialHtml tutorial
Html tutorialNAGARAJU MAMILLAPALLY
242 views49 Folien
Html basics von
Html basicsHtml basics
Html basicsVjay Vijju
2.8K views18 Folien
Html tutorial von
Html tutorialHtml tutorial
Html tutorialHassan Nasir
2.3K views57 Folien
Html tutorial von
Html tutorialHtml tutorial
Html tutorialVinay Vinnu
1.6K views57 Folien
Html tutorial von
Html tutorialHtml tutorial
Html tutorialFLYMAN TECHNOLOGY LIMITED
1.2K views57 Folien

Similar a Presentation on HTML(20)

Html basics von Vjay Vijju
Html basicsHtml basics
Html basics
Vjay Vijju2.8K views
POLITEKNIK MALAYSIA von Aiman Hud
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
Aiman Hud120 views
4. html css-java script-basics von Nikita Garg
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
Nikita Garg883 views
4. html css-java script-basics von xu fag
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
xu fag490 views
4. html css-java script-basics von Minea Chem
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
Minea Chem629 views
3 1-html-fundamentals-110302100520-phpapp02 von Aditya Varma
3 1-html-fundamentals-110302100520-phpapp023 1-html-fundamentals-110302100520-phpapp02
3 1-html-fundamentals-110302100520-phpapp02
Aditya Varma677 views

Más de satvirsandhu9

Macrosys, Moga von
Macrosys, MogaMacrosys, Moga
Macrosys, Mogasatvirsandhu9
627 views12 Folien
Matrimonial Web Application Presentaion von
Matrimonial Web Application PresentaionMatrimonial Web Application Presentaion
Matrimonial Web Application Presentaionsatvirsandhu9
9.3K views49 Folien
Online Advertisement Project Presentation von
Online Advertisement Project PresentationOnline Advertisement Project Presentation
Online Advertisement Project Presentationsatvirsandhu9
8.8K views37 Folien
Project Report On Online Crime Management Application von
Project Report On Online Crime Management ApplicationProject Report On Online Crime Management Application
Project Report On Online Crime Management Applicationsatvirsandhu9
46.2K views49 Folien
Car Showroom Project Presentation von
Car Showroom Project PresentationCar Showroom Project Presentation
Car Showroom Project Presentationsatvirsandhu9
25.9K views56 Folien
Presentation on C++ Programming Language von
Presentation on C++ Programming LanguagePresentation on C++ Programming Language
Presentation on C++ Programming Languagesatvirsandhu9
27.6K views33 Folien

Más de satvirsandhu9(7)

Matrimonial Web Application Presentaion von satvirsandhu9
Matrimonial Web Application PresentaionMatrimonial Web Application Presentaion
Matrimonial Web Application Presentaion
satvirsandhu99.3K views
Online Advertisement Project Presentation von satvirsandhu9
Online Advertisement Project PresentationOnline Advertisement Project Presentation
Online Advertisement Project Presentation
satvirsandhu98.8K views
Project Report On Online Crime Management Application von satvirsandhu9
Project Report On Online Crime Management ApplicationProject Report On Online Crime Management Application
Project Report On Online Crime Management Application
satvirsandhu946.2K views
Car Showroom Project Presentation von satvirsandhu9
Car Showroom Project PresentationCar Showroom Project Presentation
Car Showroom Project Presentation
satvirsandhu925.9K views
Presentation on C++ Programming Language von satvirsandhu9
Presentation on C++ Programming LanguagePresentation on C++ Programming Language
Presentation on C++ Programming Language
satvirsandhu927.6K views
Hyatt Hotel ( Hyatt Hotel Regency Amritsar ) von satvirsandhu9
Hyatt Hotel ( Hyatt  Hotel Regency Amritsar )Hyatt Hotel ( Hyatt  Hotel Regency Amritsar )
Hyatt Hotel ( Hyatt Hotel Regency Amritsar )
satvirsandhu94.7K views

Último

Papal.pdf von
Papal.pdfPapal.pdf
Papal.pdfMariaKenney3
73 views24 Folien
Java Simplified: Understanding Programming Basics von
Java Simplified: Understanding Programming BasicsJava Simplified: Understanding Programming Basics
Java Simplified: Understanding Programming BasicsAkshaj Vadakkath Joshy
663 views155 Folien
Nelson_RecordStore.pdf von
Nelson_RecordStore.pdfNelson_RecordStore.pdf
Nelson_RecordStore.pdfBrynNelson5
50 views10 Folien
INT-244 Topic 6b Confucianism von
INT-244 Topic 6b ConfucianismINT-244 Topic 6b Confucianism
INT-244 Topic 6b ConfucianismS Meyer
49 views77 Folien
JRN 362 - Lecture Twenty-Two von
JRN 362 - Lecture Twenty-TwoJRN 362 - Lecture Twenty-Two
JRN 362 - Lecture Twenty-TwoRich Hanley
39 views157 Folien
Six Sigma Concept by Sahil Srivastava.pptx von
Six Sigma Concept by Sahil Srivastava.pptxSix Sigma Concept by Sahil Srivastava.pptx
Six Sigma Concept by Sahil Srivastava.pptxSahil Srivastava
51 views11 Folien

Último(20)

Nelson_RecordStore.pdf von BrynNelson5
Nelson_RecordStore.pdfNelson_RecordStore.pdf
Nelson_RecordStore.pdf
BrynNelson550 views
INT-244 Topic 6b Confucianism von S Meyer
INT-244 Topic 6b ConfucianismINT-244 Topic 6b Confucianism
INT-244 Topic 6b Confucianism
S Meyer49 views
JRN 362 - Lecture Twenty-Two von Rich Hanley
JRN 362 - Lecture Twenty-TwoJRN 362 - Lecture Twenty-Two
JRN 362 - Lecture Twenty-Two
Rich Hanley39 views
Six Sigma Concept by Sahil Srivastava.pptx von Sahil Srivastava
Six Sigma Concept by Sahil Srivastava.pptxSix Sigma Concept by Sahil Srivastava.pptx
Six Sigma Concept by Sahil Srivastava.pptx
Sahil Srivastava51 views
Creative Restart 2023: Leonard Savage - The Permanent Brief: Unearthing unobv... von Taste
Creative Restart 2023: Leonard Savage - The Permanent Brief: Unearthing unobv...Creative Restart 2023: Leonard Savage - The Permanent Brief: Unearthing unobv...
Creative Restart 2023: Leonard Savage - The Permanent Brief: Unearthing unobv...
Taste62 views
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37 von MysoreMuleSoftMeetup
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37
Payment Integration using Braintree Connector | MuleSoft Mysore Meetup #37
EILO EXCURSION PROGRAMME 2023 von info33492
EILO EXCURSION PROGRAMME 2023EILO EXCURSION PROGRAMME 2023
EILO EXCURSION PROGRAMME 2023
info33492208 views
11.30.23A Poverty and Inequality in America.pptx von mary850239
11.30.23A Poverty and Inequality in America.pptx11.30.23A Poverty and Inequality in America.pptx
11.30.23A Poverty and Inequality in America.pptx
mary850239181 views
JQUERY.pdf von ArthyR3
JQUERY.pdfJQUERY.pdf
JQUERY.pdf
ArthyR3107 views
Monthly Information Session for MV Asterix (November) von Esquimalt MFRC
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)
Esquimalt MFRC213 views
Interaction of microorganisms with vascular plants.pptx von MicrobiologyMicro
Interaction of microorganisms with vascular plants.pptxInteraction of microorganisms with vascular plants.pptx
Interaction of microorganisms with vascular plants.pptx

Presentation on HTML

  • 1. HTML (Hypertext MarkupHTML (Hypertext Markup Language)Language) Language of Web PageLanguage of Web Page Presented By: Macrosys, Moga
  • 2. Hypertext & HyperlinkHypertext & Hyperlink English -> Written -> Books HTML -> Written -> Web page Hyper Text Markup Language Web pages are text files. The key to hypertext is the use of hyperlinks, which allow you to jump from one topic to another topic.
  • 3. Definition of HTMLDefinition of HTML HTML describes the contentcontent and formatformat of web pages using tags. Ex. Title Tag: <title>A title </title> It’s the job of the web browser to interpret tags and display the content accordingly.
  • 4. HTML SyntaxHTML Syntax An HTML file contains both formattingformatting tagstags and contentcontent Document content is what we see on the webpage. Tags are the HTML codes that control the appearance of the document content.
  • 5. HTML SyntaxHTML Syntax HTML syntax: two-sided tag: <tag attributes>document content</tag> Starting tag of the tags tag. Optional! Actual content appears in webpage. It could be empty Closing tag Examples: <p> This is a paragraph</p> <body bgcolor = “yellow”> Color Text </body>
  • 6. HTML SyntaxHTML Syntax HTML syntax: one-sided tag: <tag /> e.g. Breaking line tag: <br/> Horizontal line tag: <hr/>
  • 7. Structure of the Web PageStructure of the Web Page Starting with the tag <html>...</html> <html> ....... </html> Everything about the web page should be enclosed here
  • 8. Structure of the Web PageStructure of the Web Page Inside the <html></html> tag ◦ Each web page has a headhead part described in <head></head> tag: <html> <head> <title> Testing Page</title> </head> </html> The title of the web page should be put here
  • 9. Structure of the web pageStructure of the web page  Inside the <html></html> tag ◦ Each web page has a bodybody part described in <body></body> tag: <html> <head> <title> Testing Page</title> </head> <body> This is a sample HTML file. </body> </html> The content of the whole web page should be put here
  • 11. Create a basic HTML fileCreate a basic HTML file  Open your text editor (notepadnotepad).  Type the following lines of code into the document: <html> <head> <title> Testing Page</title> </head> <body> This is a sample HTML file. </body> </html>
  • 14. Introduction to some common tagsIntroduction to some common tags Paragraph tag List tag Hyperlink tags
  • 15. Paragraph tags <p>...</p>Paragraph tags <p>...</p>  <html>  <head>  <title> Testing Web Page</title>  </head>  <body>  <p> Here is the first paragraph. </p>  <p> Here is the second paragraph. </p>  </body>  </html>
  • 17. List tagsList tags Ordered list: used to display information in a numeric order. The syntax for creating an ordered list is: <ol > e.g. <ol > <li>item1 </li> <li> Name: Satvir Sandhu</li> <li>item2 </li> <li> Software Dept.</li> … <li> Instructor: Satvir </li> </ol> </ol>  Result:
  • 18. List tagsList tags Unordered list: list items are not listed in a particular order. The syntax is: <ul > e.g. <ul> <li>item1 </li> <li> Name: Satvir Sandhu</li> <li>item2 </li> <li> Software Dept. </li> … <li> Instructor: Satvir </li> </ul> </ul> Result
  • 19. Include a PictureInclude a Picture <img src=“FILENAME” /> <img src=“FILENAME” alt=“text” /> E.g. <img src=“logo.gif” alt=“Google logo” /> <img src=“logo.gif” />