SlideShare a Scribd company logo
Session No 3

Developed by: Saif Ullah Dar

1/7/2014

1
1.
2.
3.
4.
5.
6.
7.
8.
9.

LOGICAL CHARACTER HIGHLIGHTING TAGS
PHYSICAL CHARACTER HIGHLIGHTING TAGS
FONT TAG
FONT TAG PROPERTIES.
SIZE OF FONT
COLOR OF FONT
FACE OF FONT
SPECIAL CHARACTERS
USING LINKS

Developed by: Saif Ullah Dar

1/7/2014

2
•
•

•
•

Logical Character Highlighters are also
known as Idiomatic styles tags.
The purpose of logical tags is to convey
the basic semantic meaning of a piece of
text rather than the absolute appearance.
It is used to give your text a different look
when displayed by browsers.
Browser handle the look and feel of the
logical tag.

Developed by: Saif Ullah Dar

1/7/2014

3
•
•

•

Physical Character Highlighters are also
known as Typographical styles tags.
It is used to give your text a different look
but exacting look.
Not all browsers support physical styles.

Developed by: Saif Ullah Dar

1/7/2014

4
• It is used to change the font color, f

ontsize,

font face of text in an HTML document.

Developed by: Saif Ullah Dar

1/7/2014

5
A. SIZE

B. COLOR
C. FACE

Developed by: Saif Ullah Dar

1/7/2014

6
The primary <FONT> attribute is SIZE=x,
where x is an absolute value ranging from 1
to 7 or a relative vale (+/-).
Default font size is 3.
Largest font size can be set is 7.
Smallest is 1.

Developed by: Saif Ullah Dar

1/7/2014

7
There are 3 different methods to set color.

i.

Generic Coloring System

ii.

RGB Coloring System

iii.

Hexadecimal Coloring System

Developed by: Saif Ullah Dar

1/7/2014

8
1) Generics colors are preset HTML coded colors
where the

2)

value is simply the name of each color.

Developed by: Saif Ullah Dar

1/7/2014

9
Black

Gray

Silver

White

Yellow

Lime

Aqua

Fuchsia

Red

Green

Blue

Purple

Maroon

Olive

Navy

Teal

Developed by: Saif Ullah Dar

1/7/2014

10
I. RGB stands for Red, Green, Blue. Each can
have a value from 0 (none of that color) to
255 (fully that color).

II.

The format for RGB is – RGB (Red, Green,
Blue)

Developed by: Saif Ullah Dar

1/7/2014

11
<font color=RGB(255,0,0)>Confidence</font>

Confidence

<font color=RGB(255,255,0)>Confidence</font>

Confidence

<font color=RGB(0,0,255)>Confidence</font>

Confidence

<font color=RGB(255,255,255)>Confidence</font>

Confidence

Developed by: Saif Ullah Dar

1/7/2014

12
A hexadecimal is a 6 digit representation of a
color.

XX

XX

XX

Red

Green

Blue

Developed by: Saif Ullah Dar

1/7/2014

13
<font color=“#FF0000”>Confidence</font>

Confidence

<font color=“#FFFF00”>Confidence</font>

Confidence

<font color=“#0000FF”>Confidence</font>

Confidence

<font color=“#FFFFFF”>Confidence</font>

Confidence

Developed by: Saif Ullah Dar

1/7/2014

14
Color

Color
Name

Hexadecim
al Value

Color
Name

Hexadecima
l Value

Black

#000000

Green

#008000

Silver

#c0c0c0

Lime

#00ff00

Gray

#808080

Olive

#808000

White

#ffffff

Yellow

#ffff00

Maroo
n

#800000

Navy

#000080

Red

#ff0000

Blue

#0000ff

Purple #800080

Teal

#008080

Fushia #ff00ff

Aqua

#00ffff

Developed by: Saif Ullah Dar

Color

1/7/2014

15
The font face attribute is used to specify
the font name.

Developed by: Saif Ullah Dar

1/7/2014

16
<font face=“Serif”>Confidence</font>

Confidence

<font face=“Courier”>Confidence</font>

Confidence

<font face=“Palatino”>Confidence</font>

Confidence

<font face=“Monotype Corsiva”>Confidence</font>

Confidence

Developed by: Saif Ullah Dar

1/7/2014

17
<html>
<body>
<h2><b>&lt;MARQUEE&gt;</b> is used to scroll the
enclosing text.</h2>

</body>
</html>

Developed by: Saif Ullah Dar

1/7/2014

18
 The

Anchor Tag



HTML uses the <a> (anchor) tag to create a link to another document.



Attributes of <a>(anchor) tag

href : is used to address the document to link to, and
the words between the open and close of the anchor
tag will be displayed as a hyperlink.
Syntax:
<a href=”url”>Text to be displayed</a>


Developed by: Saif Ullah Dar

1/7/2014

19


Attributes of <a>(anchor) tag
target : The target attribute defines where the linked
document will be opened.
Syntax:
<a href=“http://w3.ibm.com” target=“where to place
the document”>Text to be displayed</a>
 name :The name attribute is used to create a named
anchor. When using named anchors we can create links
that can jump directly into a specific section on a
page.


Syntax
<a name=“label”>Text to be displayed</a>

Developed by: Saif Ullah Dar

1/7/2014

20
---- other information within
<html>
body tag------<head>
</body>
<title>Example of a
</html>
Hyperlink</title>
<head>
The word IBM will be highlighted , and
<body>
on clicking IBM the user will be taken to
the w3 pages of IBM, the page will be
<a href=“http://w3.IBM.com”>
opened on the same window
IBM</a>
<a href=“http://w3.IBM.com”
The word IBM will be highlighted , and
target=“_blank”>IBM</a>
on clicking IBM the user will be taken to
the w3 pages of IBM, the page will be
opened on a new window.

Developed by: Saif Ullah Dar

1/7/2014

21
</body>
</html>

<html>
<body>

<a name=“locations”>
locations</a>
Kolkata, Lahore,Karachi,
Dhaka, Kabul, Tehran
----- other information
On Clicking on IBM Location in Asia you
will be linked to the section which has
been named as locations

---------<a href=“#locations”>IBM
Location In Asia</a>

Developed by: Saif Ullah Dar

1/7/2014

22
SAIF ULLAH DAR

Developed by: Saif Ullah Dar

1/7/2014

23

More Related Content

Similar to Session no 3

Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2
mmvidanes29
 
Web engineering and Technology
Web engineering and TechnologyWeb engineering and Technology
Web engineering and Technology
chirag patil
 
Html.pptx
Html.pptxHtml.pptx
Html.pptx
SuhaibKhan62
 
Certified HTML5 Developer
Certified HTML5 DeveloperCertified HTML5 Developer
Certified HTML5 Developer
Narender Rana
 
HTML5 developer Certification
HTML5 developer CertificationHTML5 developer Certification
HTML5 developer Certification
Vskills
 
ppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptxppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptx
ManojKumar297202
 
In Class Assignment 1 .docx
In Class Assignment 1                                        .docxIn Class Assignment 1                                        .docx
In Class Assignment 1 .docx
jaggernaoma
 
Developing Branding Solutions for 2013
Developing Branding Solutions for 2013Developing Branding Solutions for 2013
Developing Branding Solutions for 2013
Thomas Daly
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and Development
Shagor Ahmed
 
HTML
HTMLHTML
Html xhtml tag-sheet
Html xhtml tag-sheetHtml xhtml tag-sheet
Html xhtml tag-sheetwihrbt
 
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
John Hartley
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
Sunil Thakur
 
Top 5 HTML 5 Tools For Web Development
Top 5 HTML 5 Tools For Web Development Top 5 HTML 5 Tools For Web Development
Top 5 HTML 5 Tools For Web Development
MarkupBox
 
Successful Web Typography - The Developer's Ampersandwich
Successful Web Typography - The Developer's AmpersandwichSuccessful Web Typography - The Developer's Ampersandwich
Successful Web Typography - The Developer's Ampersandwich
Jenn Lukas
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginners
Vineeth N Krishnan
 

Similar to Session no 3 (20)

Intro to html revised2
Intro to html revised2Intro to html revised2
Intro to html revised2
 
Web engineering and Technology
Web engineering and TechnologyWeb engineering and Technology
Web engineering and Technology
 
Session no 2
Session no 2Session no 2
Session no 2
 
Session no 1
Session no 1Session no 1
Session no 1
 
Html.pptx
Html.pptxHtml.pptx
Html.pptx
 
Session no 4
Session no 4Session no 4
Session no 4
 
Certified HTML5 Developer
Certified HTML5 DeveloperCertified HTML5 Developer
Certified HTML5 Developer
 
HTML5 developer Certification
HTML5 developer CertificationHTML5 developer Certification
HTML5 developer Certification
 
ppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptxppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptx
 
In Class Assignment 1 .docx
In Class Assignment 1                                        .docxIn Class Assignment 1                                        .docx
In Class Assignment 1 .docx
 
Developing Branding Solutions for 2013
Developing Branding Solutions for 2013Developing Branding Solutions for 2013
Developing Branding Solutions for 2013
 
Web design and Development
Web design and DevelopmentWeb design and Development
Web design and Development
 
HTML
HTMLHTML
HTML
 
Html xhtml tag-sheet
Html xhtml tag-sheetHtml xhtml tag-sheet
Html xhtml tag-sheet
 
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...Familiar Tools, New Possibilities:  Leveraging the Power of the Adobe Web Pub...
Familiar Tools, New Possibilities: Leveraging the Power of the Adobe Web Pub...
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
 
Top 5 HTML 5 Tools For Web Development
Top 5 HTML 5 Tools For Web Development Top 5 HTML 5 Tools For Web Development
Top 5 HTML 5 Tools For Web Development
 
Successful Web Typography - The Developer's Ampersandwich
Successful Web Typography - The Developer's AmpersandwichSuccessful Web Typography - The Developer's Ampersandwich
Successful Web Typography - The Developer's Ampersandwich
 
Html5
Html5Html5
Html5
 
HTML5 introduction for beginners
HTML5 introduction for beginnersHTML5 introduction for beginners
HTML5 introduction for beginners
 

More from Saif Ullah Dar

Session no 2 For BZU
Session no 2 For BZUSession no 2 For BZU
Session no 2 For BZU
Saif Ullah Dar
 
Xml Session No 1
Xml Session No 1Xml Session No 1
Xml Session No 1
Saif Ullah Dar
 
Java script Session No 1
Java script Session No 1Java script Session No 1
Java script Session No 1
Saif Ullah Dar
 
Session No1
Session No1 Session No1
Session No1
Saif Ullah Dar
 

More from Saif Ullah Dar (8)

Session no 1 html
Session no 1 htmlSession no 1 html
Session no 1 html
 
Session no 3 bzu
Session no 3 bzuSession no 3 bzu
Session no 3 bzu
 
Session no 2 For BZU
Session no 2 For BZUSession no 2 For BZU
Session no 2 For BZU
 
Java script session 4
Java script session 4Java script session 4
Java script session 4
 
Java script session 3
Java script session 3Java script session 3
Java script session 3
 
Xml Session No 1
Xml Session No 1Xml Session No 1
Xml Session No 1
 
Java script Session No 1
Java script Session No 1Java script Session No 1
Java script Session No 1
 
Session No1
Session No1 Session No1
Session No1
 

Recently uploaded

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 

Recently uploaded (20)

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 

Session no 3