SlideShare a Scribd company logo
GOVT FIRST GRADE COLLEGE CHIKKABASUR
Department of Computer Applications
CLASS : Bcom ii Year
SUBJECT : Computer APPLICATIONS II
TOPIC NAME : Introduction HTML
Presented By : Prof. SHRIDEVI S G
Dept of Computer Applications
Introduction to HTML
What is HTML?
• HTML, otherwise known as HyperText Markup Language, is the
language used to create Web pages
• Using HTML, you can create a Web page with text, graphics, sound,
and video
Tags
• The essence of HTML programming is tags
• A tag is a keyword enclosed by angle brackets ( Example: <I> )
• There are opening and closing tags for many but not all tags; The
affected text is between the two tags
More Tags...
• The opening and closing tags use the same command except the
closing tag contains and additional forward slash /
• For example, the expression <B> Warning </B> would cause the
word ‘Warning’ to appear in bold face on a Web page
Nested Tags
• Whenever you have HTML tags within other HTML tags, you must
close the nearest tag first
• Example:
<H1> <I> The Nation </I> </H1>
Structure of a Web Page
• All Web pages share a common
structure
• All Web pages should contain a
pair of <HTML>, <HEAD>,
<TITLE>, and <BODY> tags
<HTML>
<HEAD>
<TITLE> Example </TITLE>
</HEAD>
<BODY>
This is where you would include the text and
images on your Web page.
</BODY>
</HTML>
The <TITLE> Tag
• Choose the title of your Web page carefully; The title of a Web page
determines its ranking in certain search engines
• The title will also appear on Favorite lists, History lists, and Bookmark
lists to identify your page
Text Formatting
• Manipulating text in HTML can be tricky; Oftentimes, what you see is
NOT what you get
• For instance, special HTML tags are needed to create paragraphs,
move to the next line, and create headings
Text Formatting Tags
<B> Bold Face </B>
<I> Italics </I>
<U> Underline </U>
<P> New Paragraph </P>
<BR> Next Line
Changing the Font
• The expression <FONT FACE = “fontname”> … </FONT> can be
used to change the font of the enclosed text
• To change the size of text use the expression <FONT SIZE=n> ….
</FONT> where n is a number between 1 and 7
Changing the Font
• To change the color, use <FONT COLOR=“red”>….
</FONT>; The color can also be defined using
hexadecimal representation ( Example: #ffffff )
• These attributes can be combined to change
the font, size, and color of the text all at once;
For example, <FONT SIZE=4 FACE=“Courier”
COLOR=“red”> …. </FONT>
Headings
• Web pages are typically organized into sections with headings; To
create a heading use the expression <Hn>….</Hn> where n is a
number between 1 and 7
• In this case, the 1 corresponds to the largest size heading while the 7
corresponds to the smallest size
Aligning Text
• The ALIGN attribute can be inserted in the <P> and <Hn> tags to right
justify, center, or left justify the text
• For example, <H1 ALIGN=CENTER> The New York Times </H1> would
create a centered heading of the largest size
Comment Statements
• Comment statements are notes in the HTML code that explain the
important features of the code
• The comments do not appear on the Web page itself but are a useful
reference to the author of the page and other programmers
• To create a comment statement use the <!-- …. --> tags
The Infamous Blink Tag
• It is possible to make text blink using the <BLINK> … </BLINK> tag
• However, it is best to use this feature at most sparingly or not at all;
What seems like a good idea to a Web designer can become very
annoying to a Web user
• The <BLINK> tag is not supported by Internet Explorer
Page Formatting
• To define the background color, use the BGCOLOR attribute in the
<BODY> tag
• To define the text color, use the TEXT attribute in the <BODY> tag
• To define the size of the text, type <BASEFONT SIZE=n>
Example
<HTML>
<HEAD>
<TITLE> Example </TITLE>
</HEAD>
<BODY BGCOLOR=“black” TEXT=“white”>
<BASEFONT SIZE=7>
This is where you would include the text and images on your Web page.
</BODY>
</HTML>
Inserting Images
• Type <IMG SRC = “image.ext”>, where image.ext indicates the
location of the image file
• The WIDTH=n and HEIGHT=n attributes can be used to adjust the size
of an image
• The attribute BORDER=n can be used to add a border n pixels thick
around the image
Alternate Text
• Some browsers don’t support images. In this case, the ALT attribute
can be used to create text that appears instead of the image.
• Example:
<IMG SRC=“satellite.jpg” ALT = “Picture of satellite”>
THANK YOU

More Related Content

PPTX
Basic html tags
Himanshu Pathak
 
PPTX
HTML Lesson 1
Danny Ambrosio
 
PDF
Html Presentation
RahulSuri30
 
PPTX
Html (hyper text markup language)
Denni Domingo
 
PPT
Html basic
Charitha Bandara
 
PPTX
Html link and list tags
Himanshu Pathak
 
DOCX
INTRODUCTION TO HTML
bwire sedrick
 
PPTX
HTML BASIC BY SHASHI KANT SINGH HAJIPUR
Shashi Kant Singh
 
Basic html tags
Himanshu Pathak
 
HTML Lesson 1
Danny Ambrosio
 
Html Presentation
RahulSuri30
 
Html (hyper text markup language)
Denni Domingo
 
Html basic
Charitha Bandara
 
Html link and list tags
Himanshu Pathak
 
INTRODUCTION TO HTML
bwire sedrick
 
HTML BASIC BY SHASHI KANT SINGH HAJIPUR
Shashi Kant Singh
 

What's hot (20)

PPTX
Html basic tags
umesh patil
 
PPTX
Basic HTML
coachhahn
 
PPT
Understanding THML
Hinopak Motors Limited
 
PPTX
Introduction to basic HTML [Librarian edition]
Kosie Eloff
 
PPTX
Web design - HTML (Hypertext Markup Language) introduction
Mustafa Kamel Mohammadi
 
PPT
HTML_Slideshow1
ldehn
 
PPTX
Web designing (1) - Html Basic Codding
Rabiul robi
 
PPT
Learning Html
Damian Gonz
 
PPTX
Basic HTML
Eric Marilag
 
PPT
Html text formatting
derekoei
 
PPTX
Stephanie wheeler
sgwheeler37
 
PPT
Introduction To HTML
Mehul Patel
 
PPTX
Html intro
RuchiNagar3
 
PPTX
Html & dhtml ppt
manoranjan parida
 
PPT
Html 1
Anmol Pant
 
PPT
PPT on Basic HTML Tags
VinitaPaliwal1
 
PPTX
Week 4 Lecture Part 1
Katherine McCurdy-Lapierre, R.G.D.
 
PPTX
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
PPTX
HTML (Hyper Text Markup Language)
actanimation
 
Html basic tags
umesh patil
 
Basic HTML
coachhahn
 
Understanding THML
Hinopak Motors Limited
 
Introduction to basic HTML [Librarian edition]
Kosie Eloff
 
Web design - HTML (Hypertext Markup Language) introduction
Mustafa Kamel Mohammadi
 
HTML_Slideshow1
ldehn
 
Web designing (1) - Html Basic Codding
Rabiul robi
 
Learning Html
Damian Gonz
 
Basic HTML
Eric Marilag
 
Html text formatting
derekoei
 
Stephanie wheeler
sgwheeler37
 
Introduction To HTML
Mehul Patel
 
Html intro
RuchiNagar3
 
Html & dhtml ppt
manoranjan parida
 
Html 1
Anmol Pant
 
PPT on Basic HTML Tags
VinitaPaliwal1
 
Week 4 Lecture Part 1
Katherine McCurdy-Lapierre, R.G.D.
 
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
HTML (Hyper Text Markup Language)
actanimation
 
Ad

Similar to GFGC CHIKKABASUR(HTML) (20)

PPT
Internship HTML_Day-1 for beggineers.ppt
testvarun21
 
PPT
IntroHTML.ppt
abhishek kumar
 
PPT
HTML.ppt
HatemMagdyMohamed
 
PPT
IntroHTML.ppt
HatemMagdyMohamed
 
PPTX
Introduction to HTML Communication Skills
GraceChokoli1
 
PPTX
HTML-INTRO.pptx
SanjayKumarBahuguna1
 
PPT
introdution-to-html.ppt
charvivij
 
PDF
Introduction to HTML programming for webpages.pdf
Mahmoud268161
 
PPTX
Web topic 3 html format tags
CK Yang
 
PPTX
001-Hyper-Text-Markup-Language-Lesson.pptx
ryzthianeartoisitchu
 
PDF
Lecture17.pdf
JoyPalit
 
PPTX
WEB PROGRAMMING.Introduction to HTML Heading Tags Formatting Tags
SABITHARASSISTANTPRO
 
PPTX
WEB PROGRAMMING- Web page creation using HTML Tags
jananisairam
 
PPT
introdution-to-htmlppt.ppt
navyar41
 
PPT
introduction to HTML. How to learn HTML coding
meheraf045
 
PPT
introduction-to-html hyper text markup .ppt
ubaidullah75790
 
PPTX
Week-1_PPT_WEBAPPS-done.pptx
JuvyIlustrisimo
 
PPTX
introduction to html and css for beginners
ahoveida
 
PPT
introdution-to-html,regarding high level language
Aminazakeer
 
PPT
introdution-to000000000000000000000-html.ppt
Sandeep Mathur
 
Internship HTML_Day-1 for beggineers.ppt
testvarun21
 
IntroHTML.ppt
abhishek kumar
 
IntroHTML.ppt
HatemMagdyMohamed
 
Introduction to HTML Communication Skills
GraceChokoli1
 
HTML-INTRO.pptx
SanjayKumarBahuguna1
 
introdution-to-html.ppt
charvivij
 
Introduction to HTML programming for webpages.pdf
Mahmoud268161
 
Web topic 3 html format tags
CK Yang
 
001-Hyper-Text-Markup-Language-Lesson.pptx
ryzthianeartoisitchu
 
Lecture17.pdf
JoyPalit
 
WEB PROGRAMMING.Introduction to HTML Heading Tags Formatting Tags
SABITHARASSISTANTPRO
 
WEB PROGRAMMING- Web page creation using HTML Tags
jananisairam
 
introdution-to-htmlppt.ppt
navyar41
 
introduction to HTML. How to learn HTML coding
meheraf045
 
introduction-to-html hyper text markup .ppt
ubaidullah75790
 
Week-1_PPT_WEBAPPS-done.pptx
JuvyIlustrisimo
 
introduction to html and css for beginners
ahoveida
 
introdution-to-html,regarding high level language
Aminazakeer
 
introdution-to000000000000000000000-html.ppt
Sandeep Mathur
 
Ad

More from GOVT FIRST GRADE COLLEGE CHIKKABASUR (20)

PPTX
gfgc Entrepreneural development programme
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( Human Resource Manangement)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( human resource management)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPT
GFGC CHIKKABASUR DETERMINANTS OF WORKING CAPITAL
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( The theory of consumer behaviour )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( Trade union movement )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( Meaning and functions of central bank )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPT
GFGC CHIKKABASUR ( BASIC FEATURES OF INDIAN CONSTITUTION )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( Presidant akila bharata kannada sahity sammelana )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPT
GFGC CHIKKABASUR ( Business Environment )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( CEDOK )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPT
GFGC CHIKKABASUR ( Preamble of the constitution of india )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( FINANCIAL ACCOUNTING )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( PRINCIPLE OF MARKETING )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( Market segmentation )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( ISSUE OF SHARES )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR(HTML)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR(HTML)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPTX
GFGC CHIKKABASUR ( Feminist criticism )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
PPT
GFGC CHIKKABASUR ( INTERPRETATION OF SHORT NOTICES )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
gfgc Entrepreneural development programme
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Human Resource Manangement)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( human resource management)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR DETERMINANTS OF WORKING CAPITAL
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( The theory of consumer behaviour )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Trade union movement )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Meaning and functions of central bank )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( BASIC FEATURES OF INDIAN CONSTITUTION )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Presidant akila bharata kannada sahity sammelana )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Business Environment )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( CEDOK )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Preamble of the constitution of india )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( FINANCIAL ACCOUNTING )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( PRINCIPLE OF MARKETING )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Market segmentation )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( ISSUE OF SHARES )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR(HTML)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR(HTML)
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( Feminist criticism )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 
GFGC CHIKKABASUR ( INTERPRETATION OF SHORT NOTICES )
GOVT FIRST GRADE COLLEGE CHIKKABASUR
 

Recently uploaded (20)

PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PPTX
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PPTX
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
PPTX
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
PPTX
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
Artificial Intelligence in Gastroentrology: Advancements and Future Presprec...
AyanHossain
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 

GFGC CHIKKABASUR(HTML)

  • 1. GOVT FIRST GRADE COLLEGE CHIKKABASUR Department of Computer Applications CLASS : Bcom ii Year SUBJECT : Computer APPLICATIONS II TOPIC NAME : Introduction HTML Presented By : Prof. SHRIDEVI S G Dept of Computer Applications
  • 3. What is HTML? • HTML, otherwise known as HyperText Markup Language, is the language used to create Web pages • Using HTML, you can create a Web page with text, graphics, sound, and video
  • 4. Tags • The essence of HTML programming is tags • A tag is a keyword enclosed by angle brackets ( Example: <I> ) • There are opening and closing tags for many but not all tags; The affected text is between the two tags
  • 5. More Tags... • The opening and closing tags use the same command except the closing tag contains and additional forward slash / • For example, the expression <B> Warning </B> would cause the word ‘Warning’ to appear in bold face on a Web page
  • 6. Nested Tags • Whenever you have HTML tags within other HTML tags, you must close the nearest tag first • Example: <H1> <I> The Nation </I> </H1>
  • 7. Structure of a Web Page • All Web pages share a common structure • All Web pages should contain a pair of <HTML>, <HEAD>, <TITLE>, and <BODY> tags <HTML> <HEAD> <TITLE> Example </TITLE> </HEAD> <BODY> This is where you would include the text and images on your Web page. </BODY> </HTML>
  • 8. The <TITLE> Tag • Choose the title of your Web page carefully; The title of a Web page determines its ranking in certain search engines • The title will also appear on Favorite lists, History lists, and Bookmark lists to identify your page
  • 9. Text Formatting • Manipulating text in HTML can be tricky; Oftentimes, what you see is NOT what you get • For instance, special HTML tags are needed to create paragraphs, move to the next line, and create headings
  • 10. Text Formatting Tags <B> Bold Face </B> <I> Italics </I> <U> Underline </U> <P> New Paragraph </P> <BR> Next Line
  • 11. Changing the Font • The expression <FONT FACE = “fontname”> … </FONT> can be used to change the font of the enclosed text • To change the size of text use the expression <FONT SIZE=n> …. </FONT> where n is a number between 1 and 7
  • 12. Changing the Font • To change the color, use <FONT COLOR=“red”>…. </FONT>; The color can also be defined using hexadecimal representation ( Example: #ffffff ) • These attributes can be combined to change the font, size, and color of the text all at once; For example, <FONT SIZE=4 FACE=“Courier” COLOR=“red”> …. </FONT>
  • 13. Headings • Web pages are typically organized into sections with headings; To create a heading use the expression <Hn>….</Hn> where n is a number between 1 and 7 • In this case, the 1 corresponds to the largest size heading while the 7 corresponds to the smallest size
  • 14. Aligning Text • The ALIGN attribute can be inserted in the <P> and <Hn> tags to right justify, center, or left justify the text • For example, <H1 ALIGN=CENTER> The New York Times </H1> would create a centered heading of the largest size
  • 15. Comment Statements • Comment statements are notes in the HTML code that explain the important features of the code • The comments do not appear on the Web page itself but are a useful reference to the author of the page and other programmers • To create a comment statement use the <!-- …. --> tags
  • 16. The Infamous Blink Tag • It is possible to make text blink using the <BLINK> … </BLINK> tag • However, it is best to use this feature at most sparingly or not at all; What seems like a good idea to a Web designer can become very annoying to a Web user • The <BLINK> tag is not supported by Internet Explorer
  • 17. Page Formatting • To define the background color, use the BGCOLOR attribute in the <BODY> tag • To define the text color, use the TEXT attribute in the <BODY> tag • To define the size of the text, type <BASEFONT SIZE=n>
  • 18. Example <HTML> <HEAD> <TITLE> Example </TITLE> </HEAD> <BODY BGCOLOR=“black” TEXT=“white”> <BASEFONT SIZE=7> This is where you would include the text and images on your Web page. </BODY> </HTML>
  • 19. Inserting Images • Type <IMG SRC = “image.ext”>, where image.ext indicates the location of the image file • The WIDTH=n and HEIGHT=n attributes can be used to adjust the size of an image • The attribute BORDER=n can be used to add a border n pixels thick around the image
  • 20. Alternate Text • Some browsers don’t support images. In this case, the ALT attribute can be used to create text that appears instead of the image. • Example: <IMG SRC=“satellite.jpg” ALT = “Picture of satellite”>