SlideShare a Scribd company logo
HTML Demo	  …By YuvaLakshya TeamAll rights reserved
Learn to create simple HTML page-Click on StartGo to Run and type notepadClick on OK
In every HTML page, the words starting with < and ending with > are actually coded commandsThese coded commands are called HTMLtagsThis allows the Web browser to display the text appropriately.An HTML tag is a coded command used to indicate how part of a Web page should be displayed.Every Web page you create must include the <HTML>, <HEAD>, <TITLE>, and <BODY> tags
Most HTML tags have two parts: an opening tag, to indicate where a piece of text begins, and a closing tag, to show where the piece of text ends. opening tagHTML tagHEAD tagTITLE tag
Closing tags start with a “ / “ (forward slash) just after the < symbol.closing tagClosing BODY & HTML tags respectively.
Title of the pagebody of the pageClosing BODY & HTML tags
Go to File MenuAnd click on Save AsAlways save file with “ .html “ extensionYour file name should  always end with “ .html “ extension .  e.g demo.html
Now have a look at content of your first webpage
Go to saved fileRight click on it and Open with Internet Explorer
Your page will look as below----Contents in your TITLE tagContents in your BODY tag

More Related Content

PPTX
How To Become A Web Page Master Builder
PPT
PPT
Web design
PPT
Dreamweaver template
PPTX
How an html file is structured
PPTX
Learning HTML
PDF
Godaddy Blog Setup
How To Become A Web Page Master Builder
Web design
Dreamweaver template
How an html file is structured
Learning HTML
Godaddy Blog Setup

What's hot (19)

PPTX
Very basic intro to HTML
PPT
1. html introduction
PDF
How to Use Evernote as the Ultimate Note-Taking Tool?
PPTX
Learn html through programs
PPTX
Html
PPTX
Introducing HTML
PPTX
HTML to FTP
PDF
How to update HTML files
PPTX
Introduction to HTML
PPTX
YL frame demo
PPTX
Htmlcss1
PPTX
Html.ppt
PPT
Dreamweaver
PPTX
Introduction to html class-1
PPT
PPT
Opening Your Email
PDF
How to Use Animoto
PDF
Html introduction
Very basic intro to HTML
1. html introduction
How to Use Evernote as the Ultimate Note-Taking Tool?
Learn html through programs
Html
Introducing HTML
HTML to FTP
How to update HTML files
Introduction to HTML
YL frame demo
Htmlcss1
Html.ppt
Dreamweaver
Introduction to html class-1
Opening Your Email
How to Use Animoto
Html introduction
Ad

Similar to YL html intro1 (20)

PDF
Html beginner
PDF
Html beginners tutorial
PDF
Html basics
PPTX
Lesson 2 Starting with the basics
DOCX
Html example
PPT
Html ppt computer
PPT
Coding
PDF
Html notes
PDF
Html basics 1
PDF
Html basics
PDF
Html basics
PDF
Html basics
PDF
Html basic file
PDF
HTML_Basics.pdf
PDF
Html basics
PDF
Html basics
PDF
Html beginner
Html beginners tutorial
Html basics
Lesson 2 Starting with the basics
Html example
Html ppt computer
Coding
Html notes
Html basics 1
Html basics
Html basics
Html basics
Html basic file
HTML_Basics.pdf
Html basics
Html basics
Ad

More from dilom1986 (8)

PPTX
YL html form demo
PPTX
YL html
PPTX
YL form tag with radio button
PPTX
YL form tag with checkbox
PPTX
YL basic tag
PPT
YL Intro html
PPTX
YL basic computer Learning
PPTX
Maths tricks multiply by 11
YL html form demo
YL html
YL form tag with radio button
YL form tag with checkbox
YL basic tag
YL Intro html
YL basic computer Learning
Maths tricks multiply by 11

Recently uploaded (20)

PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Cell Types and Its function , kingdom of life
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Structure & Organelles in detailed.
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Presentation on HIE in infants and its manifestations
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Final Presentation General Medicine 03-08-2024.pptx
Supply Chain Operations Speaking Notes -ICLT Program
human mycosis Human fungal infections are called human mycosis..pptx
Cell Types and Its function , kingdom of life
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
VCE English Exam - Section C Student Revision Booklet
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
O7-L3 Supply Chain Operations - ICLT Program
Pharmacology of Heart Failure /Pharmacotherapy of CHF
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Structure & Organelles in detailed.
102 student loan defaulters named and shamed – Is someone you know on the list?
Microbial diseases, their pathogenesis and prophylaxis
Presentation on HIE in infants and its manifestations
Module 4: Burden of Disease Tutorial Slides S2 2025
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
RMMM.pdf make it easy to upload and study
Final Presentation General Medicine 03-08-2024.pptx

YL html intro1

  • 1. HTML Demo …By YuvaLakshya TeamAll rights reserved
  • 2. Learn to create simple HTML page-Click on StartGo to Run and type notepadClick on OK
  • 3. In every HTML page, the words starting with < and ending with > are actually coded commandsThese coded commands are called HTMLtagsThis allows the Web browser to display the text appropriately.An HTML tag is a coded command used to indicate how part of a Web page should be displayed.Every Web page you create must include the <HTML>, <HEAD>, <TITLE>, and <BODY> tags
  • 4. Most HTML tags have two parts: an opening tag, to indicate where a piece of text begins, and a closing tag, to show where the piece of text ends. opening tagHTML tagHEAD tagTITLE tag
  • 5. Closing tags start with a “ / “ (forward slash) just after the < symbol.closing tagClosing BODY & HTML tags respectively.
  • 6. Title of the pagebody of the pageClosing BODY & HTML tags
  • 7. Go to File MenuAnd click on Save AsAlways save file with “ .html “ extensionYour file name should always end with “ .html “ extension . e.g demo.html
  • 8. Now have a look at content of your first webpage
  • 9. Go to saved fileRight click on it and Open with Internet Explorer
  • 10. Your page will look as below----Contents in your TITLE tagContents in your BODY tag