SlideShare ist ein Scribd-Unternehmen logo
1 von 23
• HTML Stands for Hyper Text Markup Language.
• It is the language for building web pages through that you
can create your own website.
• It is derived from SGML Language (Standard Graphic
markup Language)
• It uses markup tags to describe web pages.
• HTML tags normally come in pair like opening tag <h2>
and closing tag </h2>
• It is not a case sensitive language
Write HTML code in
• Notepad, Notepad++, Pspad
Or You can also use HTML editors like
• MS FrontPage
• Macromedia Dreamweaver
• Netscape Composer
• Expression web
Image source: w3school.com
• After Writing HTML code in any of the given
file, save the file with (.html) (.htm) extensive.
• Now you can view the file in any browser like,
Chrome, Firefox etc.
HTML tags are consist on 2 types.
• Container Elements:
Container tags contains start tags and
end tags like <HTML> and </HTML>
• Empty Elements:
Empty tags contains start tags like <BR>
HTML headings are defined with
the <h1> to <h6> tags:
<h1>MediaLinkers Atlanta Web Design</h1>
<h2>MediaLinkers Atlanta Web Design</h2>
<h3>MediaLinkers Atlanta Web Design</h3>
<h4>MediaLinkers Atlanta Web Design</h4>
<h5>MediaLinkers Atlanta Web Design</h5>
<h6>MediaLinkers Atlanta Web Design</h6>
HTML paragraphs are defined with the <p> tag
like:
<p>Medialinkers web design company is
working in Kennesaw and Atlanta since
2002.</p>
<p>We at medialinkers have a team of expert
web designers and developers, who know the
best design for your company.</p>
HTML links are defined with the <a> tag:
<a href="http://www.medialinkers.com">Web Design Atlanta</a>
• <b> Identifies bold text
• <big> Identifies big Text
• <em> Identifies emphasized text
• <i> Defines italic text
• <Small> Defines small text
• <strong> Defines strong text
• <sub> Defines subscripted text
• <super> Superscripted text
• <ins> Inserted text
• <del> Deleted text
• <tt> Teletype text
• <u> Underline text
• <strike> strike text
• The <img> tag defines an image in an HTML
page.
• The <img> tag has two required attributes: src
and alt.
– Alt Specifies an alternate text for an image
– Src Specifies the URL of an image
The attribute bgcolor is used for changing
the back ground color of the page.
<body bgcolor=“Blue” >
Text is use to change the color of the
enclosed text.
<body text=“white”>
• Left alignment <align=“left”>
• Right alignment <align=“right”>
• Center alignment <align=“center”>
• <table> Used to create table
• <tr> table is divided into rows
• <td> each row is divided into data cells
• <td> Headings in a table
• <caption> caption to the table
• <colgroup> Defines groups of table columns
• <col> Defines the attribute values for one or
more columns in a table
• <thead> Defines a table head
• <tbody> Defines a table body
• <tfoot> Defines a table footer
• <cellpadding> Amount of space between
table cells.
• <colspam> Space around the edges of
each cell
• <rowspan> No of column working
with will span
• <border> No of rows working with
will span attribute takes a
number
There are three main types of HTML list tags
• <UL> Unordered lists (bulleted lists)
• <OL> Order lists (numbered lists)
• <DT> Definition lists (for definition lists)
• <form> Defines form for user input
• <Input> For input field
• <text> For single line text entry field
• <textarea> Define a text area
• <password> Create single line text area
shown (*)
• <label> Defines Selectable list
• <option> Defines a push button
• <select> Select or unselect a checkbox
Medialinkers is a Kennesaw and Atlanta based
web design company.
For more info visit: www.medialinkers.com
Address: 350 Wooten Lake Rd NW Suite 102,
Kennesaw, GA 30144, United States
Phone:+1 678-369-6000
Medialinkers Kennesaw Web development

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Lecture 2 introduction to html
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
HTML Text formatting tags
HTML Text formatting tagsHTML Text formatting tags
HTML Text formatting tags
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web Designing
 
Getting into HTML
Getting into HTMLGetting into HTML
Getting into HTML
 
Html1
Html1Html1
Html1
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
3 Layers of the Web - Part 1
3 Layers of the Web - Part 13 Layers of the Web - Part 1
3 Layers of the Web - Part 1
 
HTML
HTMLHTML
HTML
 
Html basics
Html basicsHtml basics
Html basics
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Learning Html
Learning HtmlLearning Html
Learning Html
 
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)
 
HTML (Web) basics for a beginner
HTML (Web) basics for a beginnerHTML (Web) basics for a beginner
HTML (Web) basics for a beginner
 
Basic html structure
Basic html structureBasic html structure
Basic html structure
 

Andere mochten auch

[Basic HTML/CSS] 5. css - selector, units
[Basic HTML/CSS] 5. css - selector, units[Basic HTML/CSS] 5. css - selector, units
[Basic HTML/CSS] 5. css - selector, units
Hyejin Oh
 
Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01
ramya116
 
Share point workflow presentation
Share point workflow presentationShare point workflow presentation
Share point workflow presentation
Wyngate Solutions
 
Final Web Design Project
Final Web Design ProjectFinal Web Design Project
Final Web Design Project
Jeana Bertoldi
 

Andere mochten auch (20)

SharePoint Saturday UK - Workflow Evolution
SharePoint Saturday UK - Workflow EvolutionSharePoint Saturday UK - Workflow Evolution
SharePoint Saturday UK - Workflow Evolution
 
Freelancing
FreelancingFreelancing
Freelancing
 
[Basic HTML/CSS] 5. css - selector, units
[Basic HTML/CSS] 5. css - selector, units[Basic HTML/CSS] 5. css - selector, units
[Basic HTML/CSS] 5. css - selector, units
 
Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01
 
HTML - Basics and Good Practices
HTML - Basics and Good PracticesHTML - Basics and Good Practices
HTML - Basics and Good Practices
 
The Evolution of SharePoint
The Evolution of SharePointThe Evolution of SharePoint
The Evolution of SharePoint
 
Share point workflow presentation
Share point workflow presentationShare point workflow presentation
Share point workflow presentation
 
Power bi introduction
Power bi introductionPower bi introduction
Power bi introduction
 
Power BI for Office 365: Using SharePoint to Deliver Self-Service
Power BI for Office 365: Using SharePoint to Deliver Self-ServicePower BI for Office 365: Using SharePoint to Deliver Self-Service
Power BI for Office 365: Using SharePoint to Deliver Self-Service
 
Html basic
Html basicHtml basic
Html basic
 
Html 5 New Features
Html 5 New FeaturesHtml 5 New Features
Html 5 New Features
 
Freelance@toptal
Freelance@toptalFreelance@toptal
Freelance@toptal
 
Workflow in SharePoint 2013
Workflow in SharePoint 2013Workflow in SharePoint 2013
Workflow in SharePoint 2013
 
New CV
New CVNew CV
New CV
 
Freelancing Presentation
Freelancing PresentationFreelancing Presentation
Freelancing Presentation
 
What, When and How about Freelancing
What, When and How about FreelancingWhat, When and How about Freelancing
What, When and How about Freelancing
 
Final Web Design Project
Final Web Design ProjectFinal Web Design Project
Final Web Design Project
 
Microsoft Power BI Overview
Microsoft Power BI OverviewMicrosoft Power BI Overview
Microsoft Power BI Overview
 
Power BI Made Simple
Power BI Made SimplePower BI Made Simple
Power BI Made Simple
 
Web Design Project Report
Web Design Project ReportWeb Design Project Report
Web Design Project Report
 

Ähnlich wie Basics of HTML 5 for Beginners

introduction-to-html hyper text markup .ppt
introduction-to-html hyper text markup  .pptintroduction-to-html hyper text markup  .ppt
introduction-to-html hyper text markup .ppt
ubaidullah75790
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
BagHarki
 

Ähnlich wie Basics of HTML 5 for Beginners (20)

Basics ogHtml
Basics ogHtml Basics ogHtml
Basics ogHtml
 
Html
HtmlHtml
Html
 
Html cia
Html ciaHtml cia
Html cia
 
Web fundamental concept and tags
Web fundamental concept and tags Web fundamental concept and tags
Web fundamental concept and tags
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
Aryan kumar
Aryan kumarAryan kumar
Aryan kumar
 
introduction-to-html hyper text markup .ppt
introduction-to-html hyper text markup  .pptintroduction-to-html hyper text markup  .ppt
introduction-to-html hyper text markup .ppt
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
html
htmlhtml
html
 
Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
 
BVK_PTT_HTML-Unit - III (1).pptx
BVK_PTT_HTML-Unit - III (1).pptxBVK_PTT_HTML-Unit - III (1).pptx
BVK_PTT_HTML-Unit - III (1).pptx
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
HTML PPT.pdf
HTML PPT.pdfHTML PPT.pdf
HTML PPT.pdf
 
Workshop 2 Slides.pptx
Workshop 2 Slides.pptxWorkshop 2 Slides.pptx
Workshop 2 Slides.pptx
 
Lab1_HTML.pptx
Lab1_HTML.pptxLab1_HTML.pptx
Lab1_HTML.pptx
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptx
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html
HtmlHtml
Html
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Basics of HTML 5 for Beginners

  • 1.
  • 2.
  • 3. • HTML Stands for Hyper Text Markup Language. • It is the language for building web pages through that you can create your own website. • It is derived from SGML Language (Standard Graphic markup Language) • It uses markup tags to describe web pages. • HTML tags normally come in pair like opening tag <h2> and closing tag </h2> • It is not a case sensitive language
  • 4. Write HTML code in • Notepad, Notepad++, Pspad Or You can also use HTML editors like • MS FrontPage • Macromedia Dreamweaver • Netscape Composer • Expression web
  • 5.
  • 7. • After Writing HTML code in any of the given file, save the file with (.html) (.htm) extensive. • Now you can view the file in any browser like, Chrome, Firefox etc.
  • 8.
  • 9. HTML tags are consist on 2 types. • Container Elements: Container tags contains start tags and end tags like <HTML> and </HTML> • Empty Elements: Empty tags contains start tags like <BR>
  • 10. HTML headings are defined with the <h1> to <h6> tags: <h1>MediaLinkers Atlanta Web Design</h1> <h2>MediaLinkers Atlanta Web Design</h2> <h3>MediaLinkers Atlanta Web Design</h3> <h4>MediaLinkers Atlanta Web Design</h4> <h5>MediaLinkers Atlanta Web Design</h5> <h6>MediaLinkers Atlanta Web Design</h6>
  • 11. HTML paragraphs are defined with the <p> tag like: <p>Medialinkers web design company is working in Kennesaw and Atlanta since 2002.</p> <p>We at medialinkers have a team of expert web designers and developers, who know the best design for your company.</p>
  • 12. HTML links are defined with the <a> tag: <a href="http://www.medialinkers.com">Web Design Atlanta</a>
  • 13. • <b> Identifies bold text • <big> Identifies big Text • <em> Identifies emphasized text • <i> Defines italic text • <Small> Defines small text • <strong> Defines strong text • <sub> Defines subscripted text
  • 14. • <super> Superscripted text • <ins> Inserted text • <del> Deleted text • <tt> Teletype text • <u> Underline text • <strike> strike text
  • 15. • The <img> tag defines an image in an HTML page. • The <img> tag has two required attributes: src and alt. – Alt Specifies an alternate text for an image – Src Specifies the URL of an image
  • 16. The attribute bgcolor is used for changing the back ground color of the page. <body bgcolor=“Blue” > Text is use to change the color of the enclosed text. <body text=“white”>
  • 17. • Left alignment <align=“left”> • Right alignment <align=“right”> • Center alignment <align=“center”>
  • 18. • <table> Used to create table • <tr> table is divided into rows • <td> each row is divided into data cells • <td> Headings in a table • <caption> caption to the table • <colgroup> Defines groups of table columns • <col> Defines the attribute values for one or more columns in a table • <thead> Defines a table head • <tbody> Defines a table body • <tfoot> Defines a table footer
  • 19. • <cellpadding> Amount of space between table cells. • <colspam> Space around the edges of each cell • <rowspan> No of column working with will span • <border> No of rows working with will span attribute takes a number
  • 20. There are three main types of HTML list tags • <UL> Unordered lists (bulleted lists) • <OL> Order lists (numbered lists) • <DT> Definition lists (for definition lists)
  • 21. • <form> Defines form for user input • <Input> For input field • <text> For single line text entry field • <textarea> Define a text area • <password> Create single line text area shown (*) • <label> Defines Selectable list • <option> Defines a push button • <select> Select or unselect a checkbox
  • 22. Medialinkers is a Kennesaw and Atlanta based web design company. For more info visit: www.medialinkers.com Address: 350 Wooten Lake Rd NW Suite 102, Kennesaw, GA 30144, United States Phone:+1 678-369-6000