SlideShare a Scribd company logo
Presented By:-
Rahul JAIN
1rahuljaincse.blogspot.com
2rahuljaincse.blogspot.com
3rahuljaincse.blogspot.com
 HTML is a language for describing web pages.
 HTML stands
for Hyper Text Markup Language
 HTML is a markup language
 A markup language is a set of markup tags
 The tags describe document content
 HTML documents contain HTML tags and
plain text
 HTML documents are also called web pages
4rahuljaincse.blogspot.com
 Web Browser is used to read HTML
documents and composed them into
visible or audible web page.
 HTML is platform independence means we
can see web page on any OS including
Windows, Linux and Mac
 HTML Created by WORLD WIDE WEB
CONSORTIUM.
5rahuljaincse.blogspot.com
6rahuljaincse.blogspot.com
 HTML markup tags are usually called HTML
tags
 HTML tags are keywords (tag names)
surrounded by angle brackets like <html>
 HTML tags normally come in pairs like <b>
and </b>
 The first tag in a pair is the start tag, the
second tag is the end tag
 The end tag is written like the start tag, with
a forward slash before the tag name
 Start and end tags are also called opening
tags and closing tags
7rahuljaincse.blogspot.com
 Tags can be written using upper or lowercase
letters.
 We can assign specific attributes to each HTML
tag to customize its behavior, like
<P align=‘left’>.
 HTML document are plain-text documents, so it
can use any text- editor to write HTML code.
<tagname>content</tagname>
8rahuljaincse.blogspot.com
<html>
<body>
<h1>My First
Heading</h1>
<p>My first
paragraph.</p>
</body>
</html>
9rahuljaincse.blogspot.com
 HTML can be edited by using a professional
HTML editor like:
 Adobe Dreamweaver
 Microsoft Expression Web
 CoffeeCuP HTML Editor
 However, for learning HTML we recommend
a text editor like Notepad (PC) or
TextEdit(Mac). We believe using a simple
text editor is a good way to learn HTML.
10rahuljaincse.blogspot.com
To start Notepad go to:
 Start
    All Programs
        Accessories
            Notepad
11rahuljaincse.blogspot.com
12rahuljaincse.blogspot.com
13rahuljaincse.blogspot.com
HTML headings are defined with the <h1> to <h6> tags.
<html>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</body>
</html>
14rahuljaincse.blogspot.com
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
15rahuljaincse.blogspot.com
 HTML elements can have attributes
 Attributes provide additional
information about an element
 Attributes are always specified in the start
tag
 Attributes come in name/value pairs
like: name="value"
16rahuljaincse.blogspot.com
 HTML paragraph are defined with the <P>
tag. The align attribute is used to align the
paragraph.
<P align=“left”
17rahuljaincse.blogspot.com
18rahuljaincse.blogspot.com
19rahuljaincse.blogspot.com
To find out,
right-click in the page and select
"View Source" (IE) or "View Page Source"
(Firefox), or similar for other browsers.
This will open a window containing the
HTML code of the page.
20rahuljaincse.blogspot.com
21rahuljaincse.blogspot.com

More Related Content

What's hot

belajar HTML 1
belajar HTML 1belajar HTML 1
Html.ppt
Html.pptHtml.ppt
Html.ppt
Sunil Thakur
 
Html
HtmlHtml
Html
mazario
 
Introducing HTML
Introducing HTMLIntroducing HTML
Introducing HTML
ritaester
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
Asra Hameed
 
HTML
HTMLHTML
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
actanimation
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
selcukca84
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
Aksa Sahi
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
Trinity Dwarka
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advancedc525600
 
HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediatec525600
 
Hyper Text Marup Language
Hyper Text Marup LanguageHyper Text Marup Language
Hyper Text Marup Language
AniketPujari
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
Muhammad Shafique
 
1 introductin to HTML
1 introductin to HTML1 introductin to HTML
1 introductin to HTML
Javed Khan
 

What's hot (19)

belajar HTML 1
belajar HTML 1belajar HTML 1
belajar HTML 1
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
 
Html
HtmlHtml
Html
 
Introducing HTML
Introducing HTMLIntroducing HTML
Introducing HTML
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
HTML
HTMLHTML
HTML
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
Part 3 boot camp
Part 3 boot campPart 3 boot camp
Part 3 boot camp
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
 
Learning HTML
Learning HTMLLearning HTML
Learning HTML
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advanced
 
HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediate
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
Hyper Text Marup Language
Hyper Text Marup LanguageHyper Text Marup Language
Hyper Text Marup Language
 
Basic Html for beginners.
Basic Html for beginners.Basic Html for beginners.
Basic Html for beginners.
 
Html
HtmlHtml
Html
 
1 introductin to HTML
1 introductin to HTML1 introductin to HTML
1 introductin to HTML
 

Similar to HTML, HTML5,HTML,CSS How To Make Your Own Website

HTML
HTMLHTML
Html rahul jain
Html rahul jainHtml rahul jain
Html rahul jain
Rahul Jain
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
google
 
Html basics
Html basicsHtml basics
Html basics
Adityaroy110
 
Html basics
Html basicsHtml basics
Html basics
Vivek Khandelwal
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
Bhavani Testone
 
Html BASICS
Html BASICSHtml BASICS
Html basics
Html basicsHtml basics
Html basics
Adityaroy110
 
Html basics
Html basicsHtml basics
Html basic file
Html basic fileHtml basic file
Html basic file
Md Mozaddidul Karim
 
Html basics
Html basicsHtml basics
Html basics
Vjay Vijju
 
Html_Day_One (W3Schools)
Html_Day_One (W3Schools)Html_Day_One (W3Schools)
Html_Day_One (W3Schools)
Rafi Haidari
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
NextGenr
 
Html grade 11
Html grade 11Html grade 11
Html grade 11
Nelly Mofokeng
 

Similar to HTML, HTML5,HTML,CSS How To Make Your Own Website (20)

HTML
HTMLHTML
HTML
 
Html rahul jain
Html rahul jainHtml rahul jain
Html rahul jain
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
 
Html BASICS
Html BASICSHtml BASICS
Html BASICS
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basic file
Html basic fileHtml basic file
Html basic file
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
Html basics
Html basicsHtml basics
Html basics
 
Html_Day_One (W3Schools)
Html_Day_One (W3Schools)Html_Day_One (W3Schools)
Html_Day_One (W3Schools)
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html grade 11
Html grade 11Html grade 11
Html grade 11
 

More from Er. Rahul Jain

Sla violation in Cloud Computing
Sla violation in Cloud ComputingSla violation in Cloud Computing
Sla violation in Cloud Computing
Er. Rahul Jain
 
Interview Preparation For Wipro/TCS/Infy/IBM/Accenture
Interview Preparation For Wipro/TCS/Infy/IBM/AccentureInterview Preparation For Wipro/TCS/Infy/IBM/Accenture
Interview Preparation For Wipro/TCS/Infy/IBM/Accenture
Er. Rahul Jain
 
International Albinism Awareness Day IAAD, 13 June
International Albinism Awareness Day IAAD, 13 JuneInternational Albinism Awareness Day IAAD, 13 June
International Albinism Awareness Day IAAD, 13 June
Er. Rahul Jain
 
Latest RBI Policy Rates
Latest RBI Policy RatesLatest RBI Policy Rates
Latest RBI Policy Rates
Er. Rahul Jain
 
Competition Exam Preparation
Competition Exam Preparation Competition Exam Preparation
Competition Exam Preparation
Er. Rahul Jain
 
Bit coin, Know About Bit Coins
Bit coin, Know About Bit CoinsBit coin, Know About Bit Coins
Bit coin, Know About Bit Coins
Er. Rahul Jain
 
Goods &amp; services tax (gst)
Goods &amp; services tax (gst)Goods &amp; services tax (gst)
Goods &amp; services tax (gst)
Er. Rahul Jain
 
Isro successfully launches its heaviest ever rocket, geosynchronous satellite...
Isro successfully launches its heaviest ever rocket, geosynchronous satellite...Isro successfully launches its heaviest ever rocket, geosynchronous satellite...
Isro successfully launches its heaviest ever rocket, geosynchronous satellite...
Er. Rahul Jain
 
The big investors of 2017
The big investors of 2017The big investors of 2017
The big investors of 2017
Er. Rahul Jain
 
Apps & Schemes Launched by banks
Apps & Schemes Launched by banksApps & Schemes Launched by banks
Apps & Schemes Launched by banks
Er. Rahul Jain
 
Important abbreviations on economy GST Related
Important abbreviations on economy GST Related Important abbreviations on economy GST Related
Important abbreviations on economy GST Related
Er. Rahul Jain
 
Important abbreviations on economy GST Related
Important abbreviations on economy GST Related Important abbreviations on economy GST Related
Important abbreviations on economy GST Related
Er. Rahul Jain
 
Important English Slang words
Important English Slang wordsImportant English Slang words
Important English Slang words
Er. Rahul Jain
 
How To Choose Subject After 10th Class?
How To Choose Subject After 10th Class?How To Choose Subject After 10th Class?
How To Choose Subject After 10th Class?
Er. Rahul Jain
 
International Yoga Day 21st June, IDY
International Yoga Day 21st June, IDYInternational Yoga Day 21st June, IDY
International Yoga Day 21st June, IDY
Er. Rahul Jain
 
International Yoga Day 21st June, IDY
International Yoga Day 21st June, IDYInternational Yoga Day 21st June, IDY
International Yoga Day 21st June, IDY
Er. Rahul Jain
 
WHO : World Blood Donor Day, 14 June
WHO : World Blood Donor Day, 14 JuneWHO : World Blood Donor Day, 14 June
WHO : World Blood Donor Day, 14 June
Er. Rahul Jain
 
Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks
Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks
Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks
Er. Rahul Jain
 
Mini Project Format
Mini Project Format Mini Project Format
Mini Project Format
Er. Rahul Jain
 
Mobile IP Presentation
Mobile IP Presentation Mobile IP Presentation
Mobile IP Presentation
Er. Rahul Jain
 

More from Er. Rahul Jain (20)

Sla violation in Cloud Computing
Sla violation in Cloud ComputingSla violation in Cloud Computing
Sla violation in Cloud Computing
 
Interview Preparation For Wipro/TCS/Infy/IBM/Accenture
Interview Preparation For Wipro/TCS/Infy/IBM/AccentureInterview Preparation For Wipro/TCS/Infy/IBM/Accenture
Interview Preparation For Wipro/TCS/Infy/IBM/Accenture
 
International Albinism Awareness Day IAAD, 13 June
International Albinism Awareness Day IAAD, 13 JuneInternational Albinism Awareness Day IAAD, 13 June
International Albinism Awareness Day IAAD, 13 June
 
Latest RBI Policy Rates
Latest RBI Policy RatesLatest RBI Policy Rates
Latest RBI Policy Rates
 
Competition Exam Preparation
Competition Exam Preparation Competition Exam Preparation
Competition Exam Preparation
 
Bit coin, Know About Bit Coins
Bit coin, Know About Bit CoinsBit coin, Know About Bit Coins
Bit coin, Know About Bit Coins
 
Goods &amp; services tax (gst)
Goods &amp; services tax (gst)Goods &amp; services tax (gst)
Goods &amp; services tax (gst)
 
Isro successfully launches its heaviest ever rocket, geosynchronous satellite...
Isro successfully launches its heaviest ever rocket, geosynchronous satellite...Isro successfully launches its heaviest ever rocket, geosynchronous satellite...
Isro successfully launches its heaviest ever rocket, geosynchronous satellite...
 
The big investors of 2017
The big investors of 2017The big investors of 2017
The big investors of 2017
 
Apps & Schemes Launched by banks
Apps & Schemes Launched by banksApps & Schemes Launched by banks
Apps & Schemes Launched by banks
 
Important abbreviations on economy GST Related
Important abbreviations on economy GST Related Important abbreviations on economy GST Related
Important abbreviations on economy GST Related
 
Important abbreviations on economy GST Related
Important abbreviations on economy GST Related Important abbreviations on economy GST Related
Important abbreviations on economy GST Related
 
Important English Slang words
Important English Slang wordsImportant English Slang words
Important English Slang words
 
How To Choose Subject After 10th Class?
How To Choose Subject After 10th Class?How To Choose Subject After 10th Class?
How To Choose Subject After 10th Class?
 
International Yoga Day 21st June, IDY
International Yoga Day 21st June, IDYInternational Yoga Day 21st June, IDY
International Yoga Day 21st June, IDY
 
International Yoga Day 21st June, IDY
International Yoga Day 21st June, IDYInternational Yoga Day 21st June, IDY
International Yoga Day 21st June, IDY
 
WHO : World Blood Donor Day, 14 June
WHO : World Blood Donor Day, 14 JuneWHO : World Blood Donor Day, 14 June
WHO : World Blood Donor Day, 14 June
 
Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks
Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks
Phishing attacks, Types Of Phishing Attacks, How To Avoid Phishing Attacks
 
Mini Project Format
Mini Project Format Mini Project Format
Mini Project Format
 
Mobile IP Presentation
Mobile IP Presentation Mobile IP Presentation
Mobile IP Presentation
 

Recently uploaded

Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 

Recently uploaded (20)

Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 

HTML, HTML5,HTML,CSS How To Make Your Own Website

  • 4.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is a markup language  A markup language is a set of markup tags  The tags describe document content  HTML documents contain HTML tags and plain text  HTML documents are also called web pages 4rahuljaincse.blogspot.com
  • 5.  Web Browser is used to read HTML documents and composed them into visible or audible web page.  HTML is platform independence means we can see web page on any OS including Windows, Linux and Mac  HTML Created by WORLD WIDE WEB CONSORTIUM. 5rahuljaincse.blogspot.com
  • 7.  HTML markup tags are usually called HTML tags  HTML tags are keywords (tag names) surrounded by angle brackets like <html>  HTML tags normally come in pairs like <b> and </b>  The first tag in a pair is the start tag, the second tag is the end tag  The end tag is written like the start tag, with a forward slash before the tag name  Start and end tags are also called opening tags and closing tags 7rahuljaincse.blogspot.com
  • 8.  Tags can be written using upper or lowercase letters.  We can assign specific attributes to each HTML tag to customize its behavior, like <P align=‘left’>.  HTML document are plain-text documents, so it can use any text- editor to write HTML code. <tagname>content</tagname> 8rahuljaincse.blogspot.com
  • 10.  HTML can be edited by using a professional HTML editor like:  Adobe Dreamweaver  Microsoft Expression Web  CoffeeCuP HTML Editor  However, for learning HTML we recommend a text editor like Notepad (PC) or TextEdit(Mac). We believe using a simple text editor is a good way to learn HTML. 10rahuljaincse.blogspot.com
  • 11. To start Notepad go to:  Start     All Programs         Accessories             Notepad 11rahuljaincse.blogspot.com
  • 14. HTML headings are defined with the <h1> to <h6> tags. <html> <body> <h1>This is heading 1</h1> <h2>This is heading 2</h2> <h3>This is heading 3</h3> <h4>This is heading 4</h4> <h5>This is heading 5</h5> <h6>This is heading 6</h6> </body> </html> 14rahuljaincse.blogspot.com
  • 15. This is heading 1 This is heading 2 This is heading 3 This is heading 4 This is heading 5 This is heading 6 15rahuljaincse.blogspot.com
  • 16.  HTML elements can have attributes  Attributes provide additional information about an element  Attributes are always specified in the start tag  Attributes come in name/value pairs like: name="value" 16rahuljaincse.blogspot.com
  • 17.  HTML paragraph are defined with the <P> tag. The align attribute is used to align the paragraph. <P align=“left” 17rahuljaincse.blogspot.com
  • 20. To find out, right-click in the page and select "View Source" (IE) or "View Page Source" (Firefox), or similar for other browsers. This will open a window containing the HTML code of the page. 20rahuljaincse.blogspot.com