SlideShare a Scribd company logo
HTML
Class X
Html Class X
Html Class X
1. What is HTML, Tag, Attributes?
2. What are container tags and Empty
tags?
3. How many styles of heading in HTML?
4. What is the file extension of HTML code
file?
5. Which tag is used to display data in
tabular form?
6. How can you see the source code of
webpage?
7. How to see the web page of respective
code?
8. Which tag and attribute is used to set
image as background?
9. Difference between body tag attributes-
background and bgcolor?
10. What are lists type?
HTML 1
BODY tag ATTRIBUTES
1.background
2.bgcolor
3.leftmargin
4.topmargin
BODY TAGS
<BODY background=” E:HTML Xnature.jpg ”>
<BODY bgcolor=”magenta”>
<BODY leftmargin= 40 >
<BODY topmargin= 80 >
</BODY >
Heading Tag
{H1......H6}
<H1>Level 1 largest text size</H1>
<H2>Level 2 text size</H2>
<H3>Level 3 text size</H3>
<H4>Level 4 text size</H4>
<H5>Level 5 text size</H5>
<H6>Level 6 smallest size</H6>
<BR>
To leave the blank line space
between two lines or
paragraph
<BR>
<HR>
To draw the horizontal line
Attributes are size and width
<HR size=4 width=”50%”>
<br>
<br>
<HR size=4 width=200>
Paragraph tag attribute
<p align=left>this text is left
align</p>
<p align=right>this text is
right align</p>
<p align=center>this text is
center align</p>
<p>paragraph</p>
Basefont
<BASEFONT size=5>
This text has basefont size 5
<BASEFONT size=+2>
This text has basefont size bigger than the previous
font size
<BASEFONT size=-1>
This text has basefont size -1 than the previous font
size
FONT
<FONT size=7>
This text has font size 7
</FONT>
<FONT color=blue>
This text has font color blue
</FONT>
<FONT face=Arial>
This text has font type Arial
</FONT>
Text style
1. Logical-<em>,<code>,<strong>,<var>....
2. physical-<B>, <I>, <U>, <TT>
<p>logical style of text</p><br>
<B>The text written here is the bold in style</B><br>
<I>The text is in italic style </I><br>
<U>The text is in underline style</U>
Superscript
Sub
script
<P>X<sub>2</sub></p>
<P>X<sup>2</sup></p>
Special Characters
<
>
&
&lt for <
&gt for >
&amp for &
<p> &lt <br>
<p> &gt <br>
<p>&amp <br>
List and numbers
1.Numbered or ordered<OL>
2.Unnumbered or unordered<UL>
<OL>
<LI>apples
<LI>bananas
<LI>grapefruit
</OL>
<UL>
<LI>Star
<LI>Moon
<LI>Planet
</UL>
Ordered list attribute
1.Type
2.Start
<OL start = 6 type=A>
<LI>alphabet A
<LI>alphabet B
<LI>alphabet C
</UL>
<OL type=i>
<LI>One
<LI>Two
<LI>Three
</UL>
<UL type=disc>
<LI>Star
<LI>Moon
<LI>Planet
</UL>
Unordered list
1.Disc
2.Circle
3.Square
<UL type=circle>
<LI>Star
<LI>Moon
<LI>Planet
</UL>
<UL type=square>
<LI>Star
<LI>Moon
<LI>Planet
</UL>
HTML 2
Images
Links
Table
Inserting Images, supports-
Gif
XBM(xbitmap)
Jpeg
<img src=” ”>
<img src=” ” alt=”this is the image”>
<img src=” ” >
<img src="E:HTML Xbook.jpg" alt="click to image">
TABLE ATTRIBUTES
1. Border
2. bordercolor
3. Bgcolor
4. Cellspacing
5. Cellpadding
TABLE TAGS
1. <TABLE>
2. <TH>
3. <TR>
4. <TD>
Draw Table
Item sold price quantity
Shampoo 98
30
Biscuit 45
The bill contains gst
Colspan
rowspan
Introduction to web page designing using HTML: create and save an
HTML document, access a web page using a web browser. • HTML tags:
html, head, title, body, (attributes: text, background, bgcolor, link, vlink,
alink), br (break), hr(horizontal rule), inserting comments, h1..h6
(heading), p (paragraph), b (bold), i (italics), u (underline), ul (unordered
list), ol (ordered list), and li (list item). Description lists: dl, dt and dd.
Attributes of ol (start, type), ul (type). • Font tags (attributes: face, size,
color). • Insert images: img (attributes: src, width, height, alt), sup (super
script), sub (subscript). • HTML Forms: Textbox, radio buttons, checkbox,
password, list, combobox. • Embed audio and video in a HTML page. •
Create a table using the tags: table, tr, th, td, rowspan, colspan • Links:
significance of linking, anchor element (attributes: href, mailto), targets. •
Cascading style sheets: colour, background-colour, border-style, margin,
height, width, outline, font (family, style, size), align, float.
Html Class X
Linking
IInternal Linking
External Linking
<A href="https://www.google.com/"> Google</A>
A saperate tab will open
<A href="jaipuria.docx"> Google</A>
Same browser, file will open
IInternal Linking
Also used as section linking in the same document
Section set-
<A name=”elephant A”> elephent section </A>
Link to this section Section -
<A name=”#elephant A”> elephent link </A>
Link to the section of other document
<A href=”main.docx#elephantlink> elephant link</A>
Html Class X
Sending Email from a Browser
<A href=”mailto:publisher@gmail.com?subject=’to order book’ “> mail to </A>
Html Class X
Html Class X
CSS
HTML----CSS-----Javasxript-----DOM(document object model)
Dynamic web
page
Static VS Dynamic
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X
Html Class X

More Related Content

PPTX
CBSE class X Computer Applications ch 1 INTERNET
PPTX
CLASS VIII MATHS CUBE AND CUBE ROOTS
PPTX
Digital Marketing: Tools
PPTX
computer networks presentation
PPTX
Adventures of toto
PDF
Protocols and standards
PPTX
Shark tank project
PPTX
English tenses
CBSE class X Computer Applications ch 1 INTERNET
CLASS VIII MATHS CUBE AND CUBE ROOTS
Digital Marketing: Tools
computer networks presentation
Adventures of toto
Protocols and standards
Shark tank project
English tenses

What's hot (20)

PPT
Html ppt computer
PPT
HTML Tags
DOCX
Class 10th FIT Practical File(HTML)
PPTX
Html coding
PPT
DOCX
CLASS VII COMPUTERS HTML
PPTX
Learn HTML Step By Step
PPTX
How to learn HTML in 10 Days
PPTX
html-table
PDF
Html tags or elements
PPTX
Basic HTML
PPTX
PPT
Html presentation
PPTX
HTML (Web) basics for a beginner
PDF
Digital documentation
PPT
Html project
PPTX
HTML Text formatting tags
PDF
Title, heading and paragraph tags
PDF
HTML PPT.pdf
PPTX
Html ppt
Html ppt computer
HTML Tags
Class 10th FIT Practical File(HTML)
Html coding
CLASS VII COMPUTERS HTML
Learn HTML Step By Step
How to learn HTML in 10 Days
html-table
Html tags or elements
Basic HTML
Html presentation
HTML (Web) basics for a beginner
Digital documentation
Html project
HTML Text formatting tags
Title, heading and paragraph tags
HTML PPT.pdf
Html ppt
Ad

Similar to Html Class X (20)

PPT
3 v html_next_energy_03.27.2014_v1.0
PPTX
PPTX
PPTX
Web Development , HTML & CSS & JAVASCRIPT
PPTX
FFW Gabrovo PMG - HTML
PPTX
HTML_HEADER PART TAGS .pptx
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PPTX
Internet and Web Technology (CLASS-3) [HTML & CSS]
PPT
Eye catching HTML BASICS tips: Learn easily
DOCX
Caracteristicas Basicas De Htlm
PPTX
CAP 756 UNIT 1.pptx
PDF
Presentation on htmlcssjs-130221085257-phpapp02.pdf
PPT
HTML Tags: HTML tags are the basic building blocks of any website. They are u...
PDF
Web Development 3 (HTML & CSS)
PPT
Introduction to HTML, CSS, and Scripting In the world of web development, thr...
PPTX
Html starting
PPTX
DOCX
PHP HTML CSS Notes
PPTX
Html presentation
3 v html_next_energy_03.27.2014_v1.0
Web Development , HTML & CSS & JAVASCRIPT
FFW Gabrovo PMG - HTML
HTML_HEADER PART TAGS .pptx
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
Internet and Web Technology (CLASS-3) [HTML & CSS]
Eye catching HTML BASICS tips: Learn easily
Caracteristicas Basicas De Htlm
CAP 756 UNIT 1.pptx
Presentation on htmlcssjs-130221085257-phpapp02.pdf
HTML Tags: HTML tags are the basic building blocks of any website. They are u...
Web Development 3 (HTML & CSS)
Introduction to HTML, CSS, and Scripting In the world of web development, thr...
Html starting
PHP HTML CSS Notes
Html presentation
Ad

More from Archana Dwivedi (20)

PPTX
Ix ch 4 operating system types
PPTX
Ix ch-4-operating-system ludus ppt
PPTX
Ix calc ii charts
PPTX
Ajanta caves heritage walk
PPTX
Ahmedabad heritage walk
PPTX
Jaipur heritage walk
PPTX
Critical Thinking
PPTX
Critical Thinking
PPTX
Critical Thinking
PPTX
Critical Thinking
PPTX
Career Updates
PPTX
Career guidence 2, biology
PPTX
Ix CBSE Computer Application Ch 2 Types of Hardware
PPTX
Ix Computer Applications ch 1 Computer System
PPTX
PPTX
Self improvement
PPTX
No discrimination
PPTX
Sportify
PPTX
Glitters not gold
PPTX
Self improvement
Ix ch 4 operating system types
Ix ch-4-operating-system ludus ppt
Ix calc ii charts
Ajanta caves heritage walk
Ahmedabad heritage walk
Jaipur heritage walk
Critical Thinking
Critical Thinking
Critical Thinking
Critical Thinking
Career Updates
Career guidence 2, biology
Ix CBSE Computer Application Ch 2 Types of Hardware
Ix Computer Applications ch 1 Computer System
Self improvement
No discrimination
Sportify
Glitters not gold
Self improvement

Recently uploaded (20)

PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Presentation on HIE in infants and its manifestations
PDF
Computing-Curriculum for Schools in Ghana
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Institutional Correction lecture only . . .
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
GDM (1) (1).pptx small presentation for students
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Presentation on HIE in infants and its manifestations
Computing-Curriculum for Schools in Ghana
Chinmaya Tiranga quiz Grand Finale.pdf
Microbial disease of the cardiovascular and lymphatic systems
Abdominal Access Techniques with Prof. Dr. R K Mishra
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Complications of Minimal Access Surgery at WLH
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Institutional Correction lecture only . . .
Final Presentation General Medicine 03-08-2024.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
01-Introduction-to-Information-Management.pdf
Pharma ospi slides which help in ospi learning
GDM (1) (1).pptx small presentation for students
A systematic review of self-coping strategies used by university students to ...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx

Html Class X

  • 4. 1. What is HTML, Tag, Attributes? 2. What are container tags and Empty tags? 3. How many styles of heading in HTML? 4. What is the file extension of HTML code file? 5. Which tag is used to display data in tabular form? 6. How can you see the source code of webpage? 7. How to see the web page of respective code? 8. Which tag and attribute is used to set image as background? 9. Difference between body tag attributes- background and bgcolor? 10. What are lists type?
  • 6. BODY tag ATTRIBUTES 1.background 2.bgcolor 3.leftmargin 4.topmargin BODY TAGS <BODY background=” E:HTML Xnature.jpg ”> <BODY bgcolor=”magenta”> <BODY leftmargin= 40 > <BODY topmargin= 80 > </BODY >
  • 7. Heading Tag {H1......H6} <H1>Level 1 largest text size</H1> <H2>Level 2 text size</H2> <H3>Level 3 text size</H3> <H4>Level 4 text size</H4> <H5>Level 5 text size</H5> <H6>Level 6 smallest size</H6>
  • 8. <BR> To leave the blank line space between two lines or paragraph <BR> <HR> To draw the horizontal line Attributes are size and width <HR size=4 width=”50%”> <br> <br> <HR size=4 width=200>
  • 9. Paragraph tag attribute <p align=left>this text is left align</p> <p align=right>this text is right align</p> <p align=center>this text is center align</p> <p>paragraph</p>
  • 10. Basefont <BASEFONT size=5> This text has basefont size 5 <BASEFONT size=+2> This text has basefont size bigger than the previous font size <BASEFONT size=-1> This text has basefont size -1 than the previous font size
  • 11. FONT <FONT size=7> This text has font size 7 </FONT> <FONT color=blue> This text has font color blue </FONT> <FONT face=Arial> This text has font type Arial </FONT>
  • 12. Text style 1. Logical-<em>,<code>,<strong>,<var>.... 2. physical-<B>, <I>, <U>, <TT> <p>logical style of text</p><br> <B>The text written here is the bold in style</B><br> <I>The text is in italic style </I><br> <U>The text is in underline style</U>
  • 14. Special Characters < > & &lt for < &gt for > &amp for & <p> &lt <br> <p> &gt <br> <p>&amp <br>
  • 15. List and numbers 1.Numbered or ordered<OL> 2.Unnumbered or unordered<UL> <OL> <LI>apples <LI>bananas <LI>grapefruit </OL> <UL> <LI>Star <LI>Moon <LI>Planet </UL>
  • 16. Ordered list attribute 1.Type 2.Start <OL start = 6 type=A> <LI>alphabet A <LI>alphabet B <LI>alphabet C </UL> <OL type=i> <LI>One <LI>Two <LI>Three </UL>
  • 17. <UL type=disc> <LI>Star <LI>Moon <LI>Planet </UL> Unordered list 1.Disc 2.Circle 3.Square <UL type=circle> <LI>Star <LI>Moon <LI>Planet </UL> <UL type=square> <LI>Star <LI>Moon <LI>Planet </UL>
  • 19. Inserting Images, supports- Gif XBM(xbitmap) Jpeg <img src=” ”> <img src=” ” alt=”this is the image”> <img src=” ” >
  • 20. <img src="E:HTML Xbook.jpg" alt="click to image">
  • 21. TABLE ATTRIBUTES 1. Border 2. bordercolor 3. Bgcolor 4. Cellspacing 5. Cellpadding TABLE TAGS 1. <TABLE> 2. <TH> 3. <TR> 4. <TD>
  • 22. Draw Table Item sold price quantity Shampoo 98 30 Biscuit 45 The bill contains gst Colspan rowspan
  • 23. Introduction to web page designing using HTML: create and save an HTML document, access a web page using a web browser. • HTML tags: html, head, title, body, (attributes: text, background, bgcolor, link, vlink, alink), br (break), hr(horizontal rule), inserting comments, h1..h6 (heading), p (paragraph), b (bold), i (italics), u (underline), ul (unordered list), ol (ordered list), and li (list item). Description lists: dl, dt and dd. Attributes of ol (start, type), ul (type). • Font tags (attributes: face, size, color). • Insert images: img (attributes: src, width, height, alt), sup (super script), sub (subscript). • HTML Forms: Textbox, radio buttons, checkbox, password, list, combobox. • Embed audio and video in a HTML page. • Create a table using the tags: table, tr, th, td, rowspan, colspan • Links: significance of linking, anchor element (attributes: href, mailto), targets. • Cascading style sheets: colour, background-colour, border-style, margin, height, width, outline, font (family, style, size), align, float.
  • 25. Linking IInternal Linking External Linking <A href="https://www.google.com/"> Google</A> A saperate tab will open <A href="jaipuria.docx"> Google</A> Same browser, file will open
  • 26. IInternal Linking Also used as section linking in the same document Section set- <A name=”elephant A”> elephent section </A> Link to this section Section - <A name=”#elephant A”> elephent link </A> Link to the section of other document <A href=”main.docx#elephantlink> elephant link</A>
  • 28. Sending Email from a Browser <A href=”mailto:publisher@gmail.com?subject=’to order book’ “> mail to </A>