Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
BATRA COMPUTER CENTRE
ISO CERTIFIED 9001:2008
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
HTML is the standard markup language for creating Web
pages.
 HTML stands for Hyper Text Markup Language
 HTML describes the structure of Web pages using markup
 HTML elements are the building blocks of HTML pages
 HTML elements are represented by tags
 HTML tags label pieces of content such as "heading", "paragraph",
"table", and so on
 Browsers do not display the HTML tags, but use them to render
the content of the page
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Below is an example of HTML used to define a
basic webpage with a title and a single paragraph
of text.
<!doctype html>
<html>
<head>
<title>TechTerms.com</title>
</head>
<body>
<p>This is an example of a paragraph in HTML.</p>
</body>
</html>
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
•The <!DOCTYPE html> declaration defines this document to
be HTML5
•The <html> element is the root element of an HTML page
•The <head> element contains meta information about the
document
•The <title> element specifies a title for the document
•The <body> element contains the visible page content
•The <h1> element defines a large heading
•The <p> element defines a paragraph
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
HTML tags are element names surrounded by angle brackets:
<tagname>content goes here...</tagname>
 HTML tags normally come in pairs like <p> and </p>
 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, but with a forward
slash inserted before the tag name
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
 HTML headings are defined with the <h1> to <h6> tags.
 <h1> defines the most important heading. <h6> defines the
least important heading
EXAMPLE:--
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
 HTML paragraphs are defined with the <p> tag:
EXAMPLE:--
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
The link's destination is specified in the href attribute.
Attributes are used to provide additional information about
HTML elements.
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
 HTML links are defined with the <a> tag:
EXAMPLE:--
<a href="https://www.w3schools.com">This is a
link</a>
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
EXAMPLE:--
<img src="w3schools.jpg" alt="W3Schools.com" width
="104" height="142">
 HTML images are defined with the <img> tag.
 The source file (src), alternative text (alt), width, and height
are provided as attributes:
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <!--...--> Defines a comment
 <!DOCTYPE> Defines the document type
 <a> Defines a hyperlink
 <abbr> Defines an abbreviation or an acronym
 <acronym> Not supported in HTML5. Use <abbr>
instead.
Defines an acronym
 <address> Defines contact information for the
author/owner of a document
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <applet> Not supported in HTML5. Use
<embed> or <object> instead.
Defines an embedded applet
 <area> Defines an area inside an image-
 <article> Defines an article
 <aside> Defines content aside from the page
content
 <audio> Defines sound content
 <b> Defines bold text
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <base> Specifies the base URL/target for all
relative URLs in a document
 <basefont> Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all
text in a document
 <bdi> Isolates a part of text that might be formatted
in a different direction from other text outside
it
 <bdo> Overrides the current text direction
 <big> Not supported in HTML5. Use CSS instead.
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <blockquote> Defines a section that is quoted from another
source
 <body> Defines the document's body
 <br> Defines a single line break
 <button> Defines a clickable button
 <caption> Defines a table caption.
 <code> Defines a piece of computer code
 <dd> Defines a description/value of a term in a
description list
 <del> Defines text that has been deleted from a
document
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <details> Defines additional details that the user can view
or hide
 <dfn> Represents the defining instance of a term
 <dialog> Defines a dialog box or window
 <div> Defines a section in a document
 <dl> Defines a description list
 <dt> Defines a term/name in a description list
 <em> Defines emphasized text
 <font> Defines font, color, and size for text
 <footer> Defines a footer for a document or section
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <form> Defines an HTML form for user input
 <header> Defines a header for a document or section
 <hr> Defines a thematic change in the content
 <i> Defines a part of text in an alternate voice or
mood
 <ins> Defines a text that has been inserted into a
document
 <li> Defines a list item
 <mark> Defines marked/highlighted text
 <ol> Defines an ordered list
 <pre> Defines preformatted text
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <q> Defines a short quotation
 <script> Defines a client-side script
 <section> Defines a section in a document
 <select> Defines a drop-down list
 <small> Defines smaller text
 <source> Defines multiple media resources for media
elements (<video> and <audio>)
 <span> Defines a section in a document
 <strong> Defines important text
 <style> Defines style information for a document
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <sub> Defines subscripted text
 <summary> Defines a visible heading for a <details>
element
 <sup> Defines superscripted text
 <table> Defines a table
 <tbody> Groups the body content in a table
 <time> Defines a date/time
 <title> Defines a title for the document
 <tr> Defines a row in a table
 <track> Defines text tracks for media elements
(<video> and <audio>)
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Tag Description
 <u> Defines text that should be stylistically
different from normal text
 <ul> Defines an unordered list
 <var> Defines a variable
 <vedio> Defines a video or movie
 <wbr> Defines a possible line-break
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Attributes provide additional information about
HTML elements.
 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"
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Version Year
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com
ADDRESS:
SCO -15, Dayal Bagh,
Near Hanuman Mandir
Ambala Cantt-13300, Haryana
Ph. No.: 9729666670, 8222066670 &0171-4000670
Email ID: info.jatinbatra@gmail.com
Website: www.batracomputercentre.com
Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670
Email: info.jatinbatra@gmail.com

More Related Content

PPT
Intodcution to Html
PDF
Html Tutorial Full PDF Book
PPT
Spsl v unit - final
PPT
Intr to-html-xhtml-1233508169541646-3
PDF
HTML practical guide for O/L exam
PDF
Html tutorial
Intodcution to Html
Html Tutorial Full PDF Book
Spsl v unit - final
Intr to-html-xhtml-1233508169541646-3
HTML practical guide for O/L exam
Html tutorial

What's hot (19)

PDF
PDF
HTML or Hypertext Markup Language
DOCX
Practical file on web technology(html)
PDF
HTML guide for beginners
PPTX
Learn HTML Step By Step
PDF
Html tags
PPT
Mengelola isi halaman web1 eng
DOCX
Html basics
PPTX
Html basic
DOCX
Html example
PPTX
PPTX
HTML Fundamentals
PPTX
Web Application and HTML Summary
PPTX
CSS Training Institute in Ambala ! Batra Computer Centre
DOCX
Html viva questions
HTML or Hypertext Markup Language
Practical file on web technology(html)
HTML guide for beginners
Learn HTML Step By Step
Html tags
Mengelola isi halaman web1 eng
Html basics
Html basic
Html example
HTML Fundamentals
Web Application and HTML Summary
CSS Training Institute in Ambala ! Batra Computer Centre
Html viva questions
Ad

Viewers also liked (20)

PDF
Up to Speed on HTML 5 and CSS 3
PPTX
HTML, CSS and Java Scripts Basics
KEY
HTML presentation for beginners
PPT
Introduction to html
PPTX
Aula01 Desenvolvimento em Ambiente Web - HTML
PPT
Html Ppt
PPT
Introduction to HTML
PPTX
HTML Training in Ambala ! Batra Computer Centre
PDF
Code This, Not That: 10 Do's and Don'ts For Learning HTML
PDF
Building on the Dane County Difference
PDF
Better and Instant Healthcare - UAH smart e-clinic kiosk
PDF
[Basic HTML/CSS] 2. html - list tags
PDF
Html 4 01 Weekend Crash Course (2000) 0764547461
PPT
Gogo Golden Globes 2010 !
PPTX
Setting.pheriperall (materi tik)
PDF
What Do Mommies Think of GoGo squeeZ ?
PDF
[Basic HTML/CSS] 1. html - basic tags
Up to Speed on HTML 5 and CSS 3
HTML, CSS and Java Scripts Basics
HTML presentation for beginners
Introduction to html
Aula01 Desenvolvimento em Ambiente Web - HTML
Html Ppt
Introduction to HTML
HTML Training in Ambala ! Batra Computer Centre
Code This, Not That: 10 Do's and Don'ts For Learning HTML
Building on the Dane County Difference
Better and Instant Healthcare - UAH smart e-clinic kiosk
[Basic HTML/CSS] 2. html - list tags
Html 4 01 Weekend Crash Course (2000) 0764547461
Gogo Golden Globes 2010 !
Setting.pheriperall (materi tik)
What Do Mommies Think of GoGo squeeZ ?
[Basic HTML/CSS] 1. html - basic tags
Ad

Similar to HTML Training in Ambala ! BATRA COMPUTER CENTRE (20)

PPTX
HTML Training Centre in Ambala ! Batra Computer Cetre
PPTX
Html Training in Ambala ! Batra Computer Centre
PDF
PPTX
HTML Training Institute in Ambala ! Batra Computer Centre
PDF
Sybsc cs sem 3 Web Programming unit 1
PPTX
HTML Basics 1 workshop
PPTX
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
PPTX
Web technology
PPTX
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
PPTX
HTML Training Institute in Ambala ! Batra Computer Centre
PPTX
Presentation on HTML By Batra Computer Centre
PPTX
HTML web design_ an introduction to design
DOCX
html-tags.docx
PPTX
Lec 2 Web.pptxLec 2 Web.pptxLec 2 Web.pptx
DOCX
List of html tags
PPTX
POLITEKNIK MALAYSIA
PPTX
4. html css-java script-basics
PPTX
4. html css-java script-basics
PPTX
4. html css-java script-basics
PPTX
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
HTML Training Centre in Ambala ! Batra Computer Cetre
Html Training in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer Centre
Sybsc cs sem 3 Web Programming unit 1
HTML Basics 1 workshop
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
Web technology
Web_Devp_HTML_CSS00jfhfghhdf0000000.pptx
HTML Training Institute in Ambala ! Batra Computer Centre
Presentation on HTML By Batra Computer Centre
HTML web design_ an introduction to design
html-tags.docx
Lec 2 Web.pptxLec 2 Web.pptxLec 2 Web.pptx
List of html tags
POLITEKNIK MALAYSIA
4. html css-java script-basics
4. html css-java script-basics
4. html css-java script-basics
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv

More from jatin batra (20)

PDF
Best SMO Training &Coaching in Ambala
PDF
Best HTML Training &Coaching in Ambala
PDF
Best SEO Training & Coaching in Ambala
PDF
Best Photoshop Training in Ambala
PDF
Best C Programming Training & Coaching in Ambala
PDF
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
PPTX
Web Browser ! Batra Computer Centre
PPTX
Search Engine Training in Ambala ! Batra Computer Centre
PPTX
Networking Training in Ambala ! Batra Computer Centre
PPTX
SQL Training in Ambala ! BATRA COMPUTER CENTRE
PPTX
Networking ! BATRA COMPUTER CENTRE
PPTX
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
PPTX
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
PPTX
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
PPTX
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
PPTX
Benefits of Web Browser ! Batra Computer Centre
PPTX
SEO Training in Ambala ! Batra Computer Centre
PPTX
Internet Training Centre in Ambala ! Batra Computer Centre
PPTX
Basic Computer Training Centre in Ambala ! Batra Computer Centre
PPTX
Web Designing Training in Ambala ! Batra Computer Centre
Best SMO Training &Coaching in Ambala
Best HTML Training &Coaching in Ambala
Best SEO Training & Coaching in Ambala
Best Photoshop Training in Ambala
Best C Programming Training & Coaching in Ambala
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
Web Browser ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer Centre
SQL Training in Ambala ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Basic Computer Training Centre in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
Benefits of Web Browser ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer Centre
Web Designing Training in Ambala ! Batra Computer Centre

Recently uploaded (20)

PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
Race Reva University – Shaping Future Leaders in Artificial Intelligence
PPTX
Module on health assessment of CHN. pptx
PDF
semiconductor packaging in vlsi design fab
PDF
IP : I ; Unit I : Preformulation Studies
PDF
Journal of Dental Science - UDMY (2022).pdf
PDF
Farming Based Livelihood Systems English Notes
PDF
Literature_Review_methods_ BRACU_MKT426 course material
PPTX
MICROPARA INTRODUCTION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
PDF
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
plant tissues class 6-7 mcqs chatgpt.pdf
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
HVAC Specification 2024 according to central public works department
PDF
Everyday Spelling and Grammar by Kathi Wyldeck
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Race Reva University – Shaping Future Leaders in Artificial Intelligence
Module on health assessment of CHN. pptx
semiconductor packaging in vlsi design fab
IP : I ; Unit I : Preformulation Studies
Journal of Dental Science - UDMY (2022).pdf
Farming Based Livelihood Systems English Notes
Literature_Review_methods_ BRACU_MKT426 course material
MICROPARA INTRODUCTION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
My India Quiz Book_20210205121199924.pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
plant tissues class 6-7 mcqs chatgpt.pdf
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
Cambridge-Practice-Tests-for-IELTS-12.docx
Environmental Education MCQ BD2EE - Share Source.pdf
HVAC Specification 2024 according to central public works department
Everyday Spelling and Grammar by Kathi Wyldeck

HTML Training in Ambala ! BATRA COMPUTER CENTRE

  • 1. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] BATRA COMPUTER CENTRE ISO CERTIFIED 9001:2008
  • 2. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] HTML is the standard markup language for creating Web pages.  HTML stands for Hyper Text Markup Language  HTML describes the structure of Web pages using markup  HTML elements are the building blocks of HTML pages  HTML elements are represented by tags  HTML tags label pieces of content such as "heading", "paragraph", "table", and so on  Browsers do not display the HTML tags, but use them to render the content of the page
  • 4. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Below is an example of HTML used to define a basic webpage with a title and a single paragraph of text. <!doctype html> <html> <head> <title>TechTerms.com</title> </head> <body> <p>This is an example of a paragraph in HTML.</p> </body> </html>
  • 5. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] •The <!DOCTYPE html> declaration defines this document to be HTML5 •The <html> element is the root element of an HTML page •The <head> element contains meta information about the document •The <title> element specifies a title for the document •The <body> element contains the visible page content •The <h1> element defines a large heading •The <p> element defines a paragraph
  • 6. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] HTML tags are element names surrounded by angle brackets: <tagname>content goes here...</tagname>  HTML tags normally come in pairs like <p> and </p>  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, but with a forward slash inserted before the tag name
  • 8. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected]  HTML headings are defined with the <h1> to <h6> tags.  <h1> defines the most important heading. <h6> defines the least important heading EXAMPLE:-- <h1>This is heading 1</h1> <h2>This is heading 2</h2> <h3>This is heading 3</h3>
  • 9. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected]  HTML paragraphs are defined with the <p> tag: EXAMPLE:-- <p>This is a paragraph.</p> <p>This is another paragraph.</p> The link's destination is specified in the href attribute. Attributes are used to provide additional information about HTML elements.
  • 10. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected]  HTML links are defined with the <a> tag: EXAMPLE:-- <a href="https://www.w3schools.com">This is a link</a>
  • 11. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] EXAMPLE:-- <img src="w3schools.jpg" alt="W3Schools.com" width ="104" height="142">  HTML images are defined with the <img> tag.  The source file (src), alternative text (alt), width, and height are provided as attributes:
  • 12. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <!--...--> Defines a comment  <!DOCTYPE> Defines the document type  <a> Defines a hyperlink  <abbr> Defines an abbreviation or an acronym  <acronym> Not supported in HTML5. Use <abbr> instead. Defines an acronym  <address> Defines contact information for the author/owner of a document
  • 13. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <applet> Not supported in HTML5. Use <embed> or <object> instead. Defines an embedded applet  <area> Defines an area inside an image-  <article> Defines an article  <aside> Defines content aside from the page content  <audio> Defines sound content  <b> Defines bold text
  • 14. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <base> Specifies the base URL/target for all relative URLs in a document  <basefont> Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a document  <bdi> Isolates a part of text that might be formatted in a different direction from other text outside it  <bdo> Overrides the current text direction  <big> Not supported in HTML5. Use CSS instead.
  • 15. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <blockquote> Defines a section that is quoted from another source  <body> Defines the document's body  <br> Defines a single line break  <button> Defines a clickable button  <caption> Defines a table caption.  <code> Defines a piece of computer code  <dd> Defines a description/value of a term in a description list  <del> Defines text that has been deleted from a document
  • 16. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <details> Defines additional details that the user can view or hide  <dfn> Represents the defining instance of a term  <dialog> Defines a dialog box or window  <div> Defines a section in a document  <dl> Defines a description list  <dt> Defines a term/name in a description list  <em> Defines emphasized text  <font> Defines font, color, and size for text  <footer> Defines a footer for a document or section
  • 17. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <form> Defines an HTML form for user input  <header> Defines a header for a document or section  <hr> Defines a thematic change in the content  <i> Defines a part of text in an alternate voice or mood  <ins> Defines a text that has been inserted into a document  <li> Defines a list item  <mark> Defines marked/highlighted text  <ol> Defines an ordered list  <pre> Defines preformatted text
  • 18. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <q> Defines a short quotation  <script> Defines a client-side script  <section> Defines a section in a document  <select> Defines a drop-down list  <small> Defines smaller text  <source> Defines multiple media resources for media elements (<video> and <audio>)  <span> Defines a section in a document  <strong> Defines important text  <style> Defines style information for a document
  • 19. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <sub> Defines subscripted text  <summary> Defines a visible heading for a <details> element  <sup> Defines superscripted text  <table> Defines a table  <tbody> Groups the body content in a table  <time> Defines a date/time  <title> Defines a title for the document  <tr> Defines a row in a table  <track> Defines text tracks for media elements (<video> and <audio>)
  • 20. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Tag Description  <u> Defines text that should be stylistically different from normal text  <ul> Defines an unordered list  <var> Defines a variable  <vedio> Defines a video or movie  <wbr> Defines a possible line-break
  • 21. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Attributes provide additional information about HTML elements.  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"
  • 22. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] Version Year HTML 1991 HTML 2.0 1995 HTML 3.2 1997 HTML 4.01 1999 XHTML 2000 HTML5 2014
  • 24. Website: www.batracomputercentre.comPh. No.: 8222066670, 4000670 Email: [email protected] ADDRESS: SCO -15, Dayal Bagh, Near Hanuman Mandir Ambala Cantt-13300, Haryana Ph. No.: 9729666670, 8222066670 &0171-4000670 Email ID: [email protected] Website: www.batracomputercentre.com