Welcome HTML Training
Teach By :Thansare
Level: Beginner
DOC: https://www.slideshare.net/thansare
https://plus.google.com/u/0/102131634838526305706
Elements
 An HTML element usually consists of a start tag and end tag, with the content inserted in between:
<tagname>Content goes here...</tagname>
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Attributes
 All HTML elements can have attributes
 Attributes provide additional information about an element
 Attributes are always specified in the start tag
 Attributes usually come in name/value pairs like: name="value"
 Type of Attributes Lange Attribute, title Attribute, href Attributes, Size Attribute, alt Attribute, Quote
Attribute values
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Lang Attribute
 The language of the document can be declared in the <html> tag.
 The language is declared with the lang attribute.
 Declaring a language is important for accessibility applications (screen readers) and search engines
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Title Attribute
 a title attribute is added to the <p> element. The value of the title attribute will be displayed as a
tooltip when you mouse over the paragraph
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Href Attribute
 HTML links are defined with the <a> tag. The link address is specified in the href attribute
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Size Attribute
 HTML images are defined with the <img> tag.
 The filename of the source (src), and the size of the image (width and height) are all provided as
attributes
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Alt Attribute
 The alt attribute specifies an alternative text to be used, when an image cannot be displayed.
 The value of the attribute can be read by screen readers. This way, someone "listening" to the webpage,
e.g. a blind person, can "hear" the element.
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
Quote Attribute Values
 Daf
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Headings
 Headings are defined with the <h1> to <h6> tags.
 <h1> defines the most important heading. <h6> defines the least important heading
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Horizontal Rules
 The <hr> tag defines a thematic break in an HTML page, and is most often displayed as a horizontal
rule.
 The <hr> element is used to separate content (or define a change) in an HTML page
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML<head>Element
 he HTML <head> element has nothing to do with HTML headings.
 The <head> element is a container for metadata. HTML metadata is data about the HTML document.
Metadata is not displayed.
 The <head> element is placed between the <html> tag and the <body> tag:
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Paragraphs
 The HTML <p> element defines a paragraph
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML <pre>Element
 The HTML <pre> element defines preformatted text.
 The text inside a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both
spaces and line breaks
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Style
 Setting the style of an HTML element, can be done with the style attribute.
 The HTML style attribute has the following syntax <tagname style="property:value;">
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Background Color
 The background-color property defines the background color for an HTML element.
 This example sets the background color for a page to powderblue
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Fonts
 The font-family property defines the font to be used for an HTML element
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Formatting Elements
 n the previous chapter, you learned about the HTML style attribute.
 HTML also defines special elements for defining text with a special meaning.
 HTML uses elements like <b> and <i> for formatting output, like bold or italic text
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Quotations
 The HTML <q> element defines a short quotation.
Browsers usually insert quotation marks around the <q> element
 The HTML <blockquote> element defines a section that is quoted from another source.
Browsers usually indent <blockquote> elements
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
 The HTML <abbr> element defines an abbreviation or an acronym.
 Marking abbreviations can give useful information to browsers, translation systems and search-engines
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
 The HTML <address> element defines contact information (author/owner) of a document or an article.
 The <address> element is usually displayed in italic. Most browsers will add a line break before and after the
element.
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
 The HTML <cite> element defines the title of a work.
 Browsers usually display <cite> elements in italic
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
 The HTML <bdo> element defines bi-directional override.
 The <bdo> element is used to override the current text direction
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Comments
 Comment tags are used to insert comments in the HTML source code
 Notice that there is an exclamation point (!) in the opening tag, but not in the closing tag.
 Conditional comments defines some HTML tags to be executed by Internet Explorer only
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Colors
 In HTML, a color can be specified by using a color name, an RGB value, or a HEX value
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML CSS
 CSS stands for Cascading Style Sheets.
 CSS describes how HTML elements are to be displayed on screen, paper, or in other media.
 CSS saves a lot of work. It can control the layout of multiple web pages all at once.
 CSS can be added to HTML elements in 3 ways:
 Inline - by using the style attribute in HTML elements
 Internal - by using a <style> element in the <head> section
 External - by using an external CSS file
HTML Links
 Links are found in nearly all web pages. Links allow users to click their way from page to page.
 Type of links: Hyper links,Local Links,links color,Image as a Link,………………
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Images
 In HTML, images are defined with the <img> tag.
 The <img> tag is empty, it contains attributes only, and does not have a closing tag.
 The src attribute specifies the URL (web address) of the image
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Tables
 An HTML table is defined with the <table> tag.
 Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table
headings are bold and centered. A table data/cell is defined with the <td> tag
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML List
 List in HTML have two types are Unordered list and Ordered list
 Type of style : disc,circle,square,noune,
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
 An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.
 The list items will be marked with numbers by default
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Classes
 he HTML class attribute makes it possible to define equal styles for elements with the same class name.
 Here we have three <div> elements that point to the same class name
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Iframes
 An iframe is used to display a web page within a web page.
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
HTML Media(Video)
 Multimedia on the web is sound, music, videos, movies, and animations.
HTML Media(Audio)
 MP3 is the newest format for compressed recorded music. The term MP3 has become synonymous with
digital music.
 If your website is about recorded music, MP3 is the choice.
HTML Video Code
 Before HTML5, a video could only be played in a browser with a plug-in (like flash).
 The HTML5 <video> element specifies a standard way to embed a video in a web page
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
 Df
https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber

More Related Content

PPTX
PPTX
PPTX
Ict html
PPTX
PPTX
PPT
PDF
[Basic HTML/CSS] 1. html - basic tags
PDF
Crash Course Web - HTML Presentation
Ict html
[Basic HTML/CSS] 1. html - basic tags
Crash Course Web - HTML Presentation

What's hot (20)

PPT
HTML Introduction
PPTX
Introduction to HTML
PPT
Web designing using html
PPT
Html Slide Part-1
PPTX
Basic html structure
PDF
Introduction to html
PDF
PPT
PPT
Introduction to HTML
PPTX
PPTX
Html presentation
PPTX
How to learn HTML in 10 Days
PPTX
Web Page Designing
PPTX
Basic HTML
PPT
PPT on Basic HTML Tags
PPTX
Html presentation
PPT
Html basic
PPTX
Learn html Basics
PPTX
HTML Introduction
HTML Introduction
Introduction to HTML
Web designing using html
Html Slide Part-1
Basic html structure
Introduction to html
Introduction to HTML
Html presentation
How to learn HTML in 10 Days
Web Page Designing
Basic HTML
PPT on Basic HTML Tags
Html presentation
Html basic
Learn html Basics
HTML Introduction
Ad

Similar to Html training part1 (20)

PPTX
HTML.pptx
PPTX
Html Workshop
PPTX
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
PPTX
HTML Training Part1
PPT
Intodcution to Html
PPTX
Introduction to Html
PPTX
Web technology
PPTX
Introduction to HTML- Week 3- HTMLSyntax
PDF
Html tutorial
PPTX
HTML/HTML5
PPTX
Introduction to HTML.pptx
PPT
Html5 css3
PPT
Html presentation
PPTX
HTML 5 Topic 2
PPTX
HTML Introduction
PDF
html complete notes
PDF
html compete notes basic to advanced
PDF
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
PDF
Html tutorials by www.dmdiploma.com
HTML.pptx
Html Workshop
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
HTML Training Part1
Intodcution to Html
Introduction to Html
Web technology
Introduction to HTML- Week 3- HTMLSyntax
Html tutorial
HTML/HTML5
Introduction to HTML.pptx
Html5 css3
Html presentation
HTML 5 Topic 2
HTML Introduction
html complete notes
html compete notes basic to advanced
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
Html tutorials by www.dmdiploma.com
Ad

More from than sare (20)

DOCX
Spring review_for Semester II of Year 4
DOC
Project Management_Review_2018
DOCX
Android review_for final Semester II of Year4
PDF
Importain questions e_commerce_preview questions
PDF
E commerce preview questions23 jul-2018
PDF
Physic 12-2
PDF
Physic grade-12
PDF
Business plan
PDF
Share point review qustions
PDF
Share point answer the question
PDF
Judging rubric
PDF
Smartphone v ideo editing manual-ios(Tech By Ms.THAN Sare)
PDF
Database(db sql) review
PDF
Mid term &amp; final- preparation- student-review(Oracle)
PDF
Answer ado.net pre-exam2018
PDF
Review oop and ood
PPTX
Technovation week6 planning_yourcode
PPTX
Sen sors(technovation) week6_thansare
PPTX
Week5(technovation)-Teach by Mr.than Sare
PPTX
App inventor week4(technovation)
Spring review_for Semester II of Year 4
Project Management_Review_2018
Android review_for final Semester II of Year4
Importain questions e_commerce_preview questions
E commerce preview questions23 jul-2018
Physic 12-2
Physic grade-12
Business plan
Share point review qustions
Share point answer the question
Judging rubric
Smartphone v ideo editing manual-ios(Tech By Ms.THAN Sare)
Database(db sql) review
Mid term &amp; final- preparation- student-review(Oracle)
Answer ado.net pre-exam2018
Review oop and ood
Technovation week6 planning_yourcode
Sen sors(technovation) week6_thansare
Week5(technovation)-Teach by Mr.than Sare
App inventor week4(technovation)

Recently uploaded (20)

PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
Empowerment Technology for Senior High School Guide
PDF
advance database management system book.pdf
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Hazard Identification & Risk Assessment .pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PPTX
20th Century Theater, Methods, History.pptx
PDF
Trump Administration's workforce development strategy
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
Share_Module_2_Power_conflict_and_negotiation.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Empowerment Technology for Senior High School Guide
advance database management system book.pdf
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Hazard Identification & Risk Assessment .pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
20th Century Theater, Methods, History.pptx
Trump Administration's workforce development strategy
Introduction to pro and eukaryotes and differences.pptx
Environmental Education MCQ BD2EE - Share Source.pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
AI-driven educational solutions for real-life interventions in the Philippine...
Unit 4 Computer Architecture Multicore Processor.pptx

Html training part1

  • 1. Welcome HTML Training Teach By :Thansare Level: Beginner DOC: https://www.slideshare.net/thansare https://plus.google.com/u/0/102131634838526305706
  • 2. Elements  An HTML element usually consists of a start tag and end tag, with the content inserted in between: <tagname>Content goes here...</tagname> https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 3. Attributes  All HTML elements can have attributes  Attributes provide additional information about an element  Attributes are always specified in the start tag  Attributes usually come in name/value pairs like: name="value"  Type of Attributes Lange Attribute, title Attribute, href Attributes, Size Attribute, alt Attribute, Quote Attribute values https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 4. Lang Attribute  The language of the document can be declared in the <html> tag.  The language is declared with the lang attribute.  Declaring a language is important for accessibility applications (screen readers) and search engines https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 5. Title Attribute  a title attribute is added to the <p> element. The value of the title attribute will be displayed as a tooltip when you mouse over the paragraph https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 6. Href Attribute  HTML links are defined with the <a> tag. The link address is specified in the href attribute https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 7. Size Attribute  HTML images are defined with the <img> tag.  The filename of the source (src), and the size of the image (width and height) are all provided as attributes https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 8. Alt Attribute  The alt attribute specifies an alternative text to be used, when an image cannot be displayed.  The value of the attribute can be read by screen readers. This way, someone "listening" to the webpage, e.g. a blind person, can "hear" the element. https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 9. Quote Attribute Values  Daf https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 10. HTML Headings  Headings are defined with the <h1> to <h6> tags.  <h1> defines the most important heading. <h6> defines the least important heading https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 11. HTML Horizontal Rules  The <hr> tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.  The <hr> element is used to separate content (or define a change) in an HTML page https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 12. HTML<head>Element  he HTML <head> element has nothing to do with HTML headings.  The <head> element is a container for metadata. HTML metadata is data about the HTML document. Metadata is not displayed.  The <head> element is placed between the <html> tag and the <body> tag: https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 13. HTML Paragraphs  The HTML <p> element defines a paragraph https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 14. HTML <pre>Element  The HTML <pre> element defines preformatted text.  The text inside a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 15. HTML Style  Setting the style of an HTML element, can be done with the style attribute.  The HTML style attribute has the following syntax <tagname style="property:value;"> https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 16. HTML Background Color  The background-color property defines the background color for an HTML element.  This example sets the background color for a page to powderblue https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 17. HTML Fonts  The font-family property defines the font to be used for an HTML element https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 18. HTML Formatting Elements  n the previous chapter, you learned about the HTML style attribute.  HTML also defines special elements for defining text with a special meaning.  HTML uses elements like <b> and <i> for formatting output, like bold or italic text https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 19. HTML Quotations  The HTML <q> element defines a short quotation. Browsers usually insert quotation marks around the <q> element  The HTML <blockquote> element defines a section that is quoted from another source. Browsers usually indent <blockquote> elements https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 20.  The HTML <abbr> element defines an abbreviation or an acronym.  Marking abbreviations can give useful information to browsers, translation systems and search-engines https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 21.  The HTML <address> element defines contact information (author/owner) of a document or an article.  The <address> element is usually displayed in italic. Most browsers will add a line break before and after the element. https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 22.  The HTML <cite> element defines the title of a work.  Browsers usually display <cite> elements in italic https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 23.  The HTML <bdo> element defines bi-directional override.  The <bdo> element is used to override the current text direction https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 24. HTML Comments  Comment tags are used to insert comments in the HTML source code  Notice that there is an exclamation point (!) in the opening tag, but not in the closing tag.  Conditional comments defines some HTML tags to be executed by Internet Explorer only https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 25. HTML Colors  In HTML, a color can be specified by using a color name, an RGB value, or a HEX value https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 26. HTML CSS  CSS stands for Cascading Style Sheets.  CSS describes how HTML elements are to be displayed on screen, paper, or in other media.  CSS saves a lot of work. It can control the layout of multiple web pages all at once.  CSS can be added to HTML elements in 3 ways:  Inline - by using the style attribute in HTML elements  Internal - by using a <style> element in the <head> section  External - by using an external CSS file
  • 27. HTML Links  Links are found in nearly all web pages. Links allow users to click their way from page to page.  Type of links: Hyper links,Local Links,links color,Image as a Link,……………… https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 28. HTML Images  In HTML, images are defined with the <img> tag.  The <img> tag is empty, it contains attributes only, and does not have a closing tag.  The src attribute specifies the URL (web address) of the image https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 29. HTML Tables  An HTML table is defined with the <table> tag.  Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table headings are bold and centered. A table data/cell is defined with the <td> tag https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 30. HTML List  List in HTML have two types are Unordered list and Ordered list  Type of style : disc,circle,square,noune, https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 31.  An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.  The list items will be marked with numbers by default https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 32. HTML Classes  he HTML class attribute makes it possible to define equal styles for elements with the same class name.  Here we have three <div> elements that point to the same class name https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 33. HTML Iframes  An iframe is used to display a web page within a web page. https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber
  • 34. HTML Media(Video)  Multimedia on the web is sound, music, videos, movies, and animations.
  • 35. HTML Media(Audio)  MP3 is the newest format for compressed recorded music. The term MP3 has become synonymous with digital music.  If your website is about recorded music, MP3 is the choice.
  • 36. HTML Video Code  Before HTML5, a video could only be played in a browser with a plug-in (like flash).  The HTML5 <video> element specifies a standard way to embed a video in a web page https://www.youtube.com/channel/UCDNuis_my5FvUFx8FPAindg?view_as=subscriber