SlideShare a Scribd company logo
Creating Web Pages with Links, Images, and Formatted TextProject 03
Using Links Unless coded in the <body> tag, the browser settings define the colors of text links.  To change the default, you must enter attributes and values.
Using Links Internet Explorer defaults:Normal Link	=	blueVisited Link	=	purpleActive Link	=green <body link=”color”><body vlink=”color”><body alink=”color”>
Anchor Tags<a> </a>Used to create links in a Web page and must specify the page, file, or location to which it linksLink to a Web site<a href=”URL”>linktext</a>a href:  hypertext referenceURL:  Name of the URL or linked page or filelinktext:  The clickable word or phrase that appears on the Web page
Anchor Tags<a> </a>Link for E-MailThe anchor tags <a> </a> are also used to create an e-mail link <a href=”mailto:address@email.com”>linktext</a>mailto:  Uses the word mailto to indicate it is an email link followed by a colon and the e-mail address to which to send the messageLinktext:  Clickable text is typically the e-mail address used in the e-mail link
Setting Link Targets (for links within the same page)To create links within the same Web page, the targets for the links need to be created first. A target is a named location within a Web page to which a link can be created.
Setting Link Targets (for links within the same page)The <a> tag specifies a target (named location) in the same file.  Links to link targets are created using the <a> tag with the name attribute, using the form:<a name=”targetname”> </a>Name:  Uses the NAME attribute instead of the  HREF attributeTargetname:  Must be a unique name on that Web pageSpace:  No text displays;  the target is not intended to display as a clickable link
Adding Links to Link TargetsLinks to link targets are created using the <a> tag with the name attribute<a href=”#targetname”> </a>#:  Note the use of the pound sign #Targetname:  Name of the link target in that Web page
Adding an Image LinkThe <a></a> tags are used to set the image as a clickable element for the link<a href=”name of image”> The end tag </a> will be added after the image tag (img) 
Format Text in Bold<b> </b> = physical style (specify a particular font change that is interpreted strictly by browsers)  <strong> </strong> = logical style (allow browsers to interpret the tag based on browser settings—relative to other text in a Web page) which browsers interpret as displaying the text in bold font
Format Text in Italics<em> </em>
Format Text with a Font ColorUse the color attribute of the <font> tag<font color=” “>
Adding an Image with Wrapped TextUse the align attribute of the <img> tag Images that are right-aligned wrap text to the left of the imageImages that are left-aligned wrap text to the right of the image <imgsrc=”name” align=”right” alt=” “ width=” “ height=” “ />
Adding an Image with Wrapped TextYou MUST enter a <br /> tag to end the text wrapping!!!! To end right-aligned text wrap, <br clear=”right”/>To end left-aligned text wrap, <br clear=”left”/>To end both left and right, <br clear=”all”/> The align attribute also supports values to align text with the top, middle or bottom of the image—vertically (P 102)
Using Horizontal and Vertical SpacingUsing Horizontal and Vertical SpacingUse hspace (horizontal spacing) and vspace (vertical spacing) attributes to control the spacing between and around images<imgsrc=”name” align=”right” alt=” “ width=” “ height=” “ hspace=”20” />
Thumbnail Images (smaller version of image)The HTML code to add a thumbnail image that links to a larger image <a href=”largeimage.gif”><imgsrc=”thumbnail.gif” /></a>
Background ImageMust be added in the <body> tag<body background=” “>
Font Tag Attributes<font color= “either name or number of color”>		<font color = “yellow”> </font><font  face = “fontname”>			<font name = “tahoma”> </font><font  size=  “value”>  One to seven; three is the default	<font size = “7”> </font>
Text Formatting TabsBold <b></b>  <strong> </strong>Italics <i> </i>   <em> </em>Underline <u> </u>
Body Tag AttributesBackground color				<body bgcolor = “green”></body>Background image				<body background = “name of image”> </body>
Image Tag AttributesWrapped text		 <imgsrc= “name of image” align =”right”hspace= “20”vspace = “10” height= “200”  width = “215”  alt= “descriptive name of image” />hspace = Horizontal Spacing  vspace = Vertical Spacing <br clear= “right” /> = clear the wrapped text:
Anchor Tags<a>  </a> href= hypertext reference—specifies the URL of the linked page or file<ahref= “http://www.nameofwebpage.com”> The text of the link is inserted here </a>
Link TargetsUse the name attribute within the anchor tag<aname= “name of target”> </a>
Add Links to Link Targets<a href= “#name of target”>Text that will display </a>
Link TargetLink Target for movement to the top of a page:	<a name = “top”> </a><a href = “#top” >To top</a>
Link to Another File<a href = “name of file”> Text that will display </a> 
Link to a Web Page<a href = “name of Web page--URL”>Text that will display </a>
Image Link<a href = “name of image”> </a>
E-mail link<a href= “mailto:angela_edel@southwesternsd.org”>Angela Edel’s Email address</a>
Body Tag AttributesBackground color:<body bgcolor = “green”>   </body>Background image:<body background  = “tree.jpg”>   </body> 
Image Tag AttributesRight-aligned image with wrapped text:		<imgsrc=“tree.jpg” align =“right” height=“225” width=“345” alt=“Oak Tree” hspace=“20” / > Clear the right-aligned wrapped text:<br clear = “right” / >
Anchor TagsName a link target:<a name = “top”>  </a>Add a link to that target:<a href = “#top”>  </a> Link to another Web site:<a href = “http:google.com”>  </a>Link to a file:	< a href = “project3.htm”>  </a> E-mail link:<a href = mailto:angela_edel@southwesternsd.org>  </a>

More Related Content

PPTX
Pres
PPTX
Direct Marketing SEO
DOCX
Importance Facebook OG Meta Tags and Twitter OG Meta Tags
PPTX
Sending link
PPTX
Web htmlt3
PDF
PPTX
Webpage Title Optimization
PPTX
Boston WP Meetup 6/2010: SEO & WP
Pres
Direct Marketing SEO
Importance Facebook OG Meta Tags and Twitter OG Meta Tags
Sending link
Web htmlt3
Webpage Title Optimization
Boston WP Meetup 6/2010: SEO & WP

What's hot (12)

PPT
SEO and PPC for translators: making yourself visible on the web with search e...
PDF
Advanced Content Analysis in Google Analytics
PDF
Advanced Content Analysis in Google Analytics
PDF
Google Search Operators: Power Tips
PPTX
Seo tutorial
PPTX
Meta tags
KEY
Seo oct
PPTX
Meta tags
PPTX
What is anchor text?
PDF
Search engineland periodic-table-of-seo
PPT
Agile Storycarding
PPTX
Google Advanced Search
SEO and PPC for translators: making yourself visible on the web with search e...
Advanced Content Analysis in Google Analytics
Advanced Content Analysis in Google Analytics
Google Search Operators: Power Tips
Seo tutorial
Meta tags
Seo oct
Meta tags
What is anchor text?
Search engineland periodic-table-of-seo
Agile Storycarding
Google Advanced Search
Ad

Viewers also liked (8)

PPT
Instrumentosmusicales 090518184701-phpapp01
PPS
La bordadora del_hierro
PPS
Que buena idea
PPTX
Project 02 Figures and Tables
PDF
Publicity art
PPTX
Presentation on pom
PPS
PPS
Fotos 2
Instrumentosmusicales 090518184701-phpapp01
La bordadora del_hierro
Que buena idea
Project 02 Figures and Tables
Publicity art
Presentation on pom
Fotos 2
Ad

Similar to Project 03 Creating Web Pages with Links, Images, and Formatted Text (20)

PPTX
HTML Attributes.pptx
PPT
1.3 creating links
PPT
1.3 creating links
PPT
Xhtml Part1
PPTX
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
PPT
Stylesheets for Online Help - Scott DeLoach, ClickStart
DOCX
Computer application html
PPTX
PDF
Understanding HTML: Creating Text Links for Navigation and Image Links for In...
PPTX
Module 2
PDF
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
PPT
PPTX
Lecture-2.pptx
PPT
How To Create Personal Web Pages On My Web
PPTX
HTML5 - create hyperlinks and anchors
PPTX
Html links
PPT
Html Presentation Of Web Page Making
PPT
intro-to-html
PPT
Understanding THML
PPT
2.1 adding images
HTML Attributes.pptx
1.3 creating links
1.3 creating links
Xhtml Part1
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
Stylesheets for Online Help - Scott DeLoach, ClickStart
Computer application html
Understanding HTML: Creating Text Links for Navigation and Image Links for In...
Module 2
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
Lecture-2.pptx
How To Create Personal Web Pages On My Web
HTML5 - create hyperlinks and anchors
Html links
Html Presentation Of Web Page Making
intro-to-html
Understanding THML
2.1 adding images

More from Angela Edel (20)

DOCX
Daily agenda unit 02 business communications
DOCX
Daily Agenda Chapter 03 The Wide World of Sports and Entertainment
DOCX
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
PPT
Chapter 03 The Wide World of Sports and Entertainment
PPT
Sem chap 03
PPTX
SLM Chapter 03 The Wide World of Sports and Entertainment
PPTX
Unit 02 Business Communications
DOCX
Daily Agenda Unit 02 Business Communications
PPTX
SLM Unit 02 Business Communications
PPTX
SLM Project 03 Creating Web Pages with Links, Images, and Formatted Text
DOCX
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
DOCX
Daily agenda project 02 creating and editing a web page
XLSX
Project 03 Outline
XLSX
Project 03 Student Data Files
XLSX
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...
PPT
Project 03 Creating Web Pages with Links, Images, and Formatted Text
PDF
Project 03 Creating Web Pages with Links, Images, and Formatted Text
PPTX
Project 02 Creating and Editing a Web Page - Tags and Attributes
PPTX
Project 02 Creating and Editing a Web Page - Notes
PPT
Project 02 Creating and Editing a Web Page
Daily agenda unit 02 business communications
Daily Agenda Chapter 03 The Wide World of Sports and Entertainment
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Chapter 03 The Wide World of Sports and Entertainment
Sem chap 03
SLM Chapter 03 The Wide World of Sports and Entertainment
Unit 02 Business Communications
Daily Agenda Unit 02 Business Communications
SLM Unit 02 Business Communications
SLM Project 03 Creating Web Pages with Links, Images, and Formatted Text
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily agenda project 02 creating and editing a web page
Project 03 Outline
Project 03 Student Data Files
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...
Project 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted Text
Project 02 Creating and Editing a Web Page - Tags and Attributes
Project 02 Creating and Editing a Web Page - Notes
Project 02 Creating and Editing a Web Page

Recently uploaded (20)

PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Pharma ospi slides which help in ospi learning
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Presentation on HIE in infants and its manifestations
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Classroom Observation Tools for Teachers
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Computing-Curriculum for Schools in Ghana
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Final Presentation General Medicine 03-08-2024.pptx
Pharma ospi slides which help in ospi learning
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Presentation on HIE in infants and its manifestations
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Classroom Observation Tools for Teachers
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Anesthesia in Laparoscopic Surgery in India
Computing-Curriculum for Schools in Ghana
VCE English Exam - Section C Student Revision Booklet
102 student loan defaulters named and shamed – Is someone you know on the list?
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Microbial diseases, their pathogenesis and prophylaxis
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
A systematic review of self-coping strategies used by university students to ...
2.FourierTransform-ShortQuestionswithAnswers.pdf

Project 03 Creating Web Pages with Links, Images, and Formatted Text

  • 1. Creating Web Pages with Links, Images, and Formatted TextProject 03
  • 2. Using Links Unless coded in the <body> tag, the browser settings define the colors of text links. To change the default, you must enter attributes and values.
  • 3. Using Links Internet Explorer defaults:Normal Link = blueVisited Link = purpleActive Link =green <body link=”color”><body vlink=”color”><body alink=”color”>
  • 4. Anchor Tags<a> </a>Used to create links in a Web page and must specify the page, file, or location to which it linksLink to a Web site<a href=”URL”>linktext</a>a href: hypertext referenceURL: Name of the URL or linked page or filelinktext: The clickable word or phrase that appears on the Web page
  • 5. Anchor Tags<a> </a>Link for E-MailThe anchor tags <a> </a> are also used to create an e-mail link <a href=”mailto:address@email.com”>linktext</a>mailto: Uses the word mailto to indicate it is an email link followed by a colon and the e-mail address to which to send the messageLinktext: Clickable text is typically the e-mail address used in the e-mail link
  • 6. Setting Link Targets (for links within the same page)To create links within the same Web page, the targets for the links need to be created first. A target is a named location within a Web page to which a link can be created.
  • 7. Setting Link Targets (for links within the same page)The <a> tag specifies a target (named location) in the same file. Links to link targets are created using the <a> tag with the name attribute, using the form:<a name=”targetname”> </a>Name: Uses the NAME attribute instead of the HREF attributeTargetname: Must be a unique name on that Web pageSpace: No text displays; the target is not intended to display as a clickable link
  • 8. Adding Links to Link TargetsLinks to link targets are created using the <a> tag with the name attribute<a href=”#targetname”> </a>#: Note the use of the pound sign #Targetname: Name of the link target in that Web page
  • 9. Adding an Image LinkThe <a></a> tags are used to set the image as a clickable element for the link<a href=”name of image”> The end tag </a> will be added after the image tag (img) 
  • 10. Format Text in Bold<b> </b> = physical style (specify a particular font change that is interpreted strictly by browsers)  <strong> </strong> = logical style (allow browsers to interpret the tag based on browser settings—relative to other text in a Web page) which browsers interpret as displaying the text in bold font
  • 11. Format Text in Italics<em> </em>
  • 12. Format Text with a Font ColorUse the color attribute of the <font> tag<font color=” “>
  • 13. Adding an Image with Wrapped TextUse the align attribute of the <img> tag Images that are right-aligned wrap text to the left of the imageImages that are left-aligned wrap text to the right of the image <imgsrc=”name” align=”right” alt=” “ width=” “ height=” “ />
  • 14. Adding an Image with Wrapped TextYou MUST enter a <br /> tag to end the text wrapping!!!! To end right-aligned text wrap, <br clear=”right”/>To end left-aligned text wrap, <br clear=”left”/>To end both left and right, <br clear=”all”/> The align attribute also supports values to align text with the top, middle or bottom of the image—vertically (P 102)
  • 15. Using Horizontal and Vertical SpacingUsing Horizontal and Vertical SpacingUse hspace (horizontal spacing) and vspace (vertical spacing) attributes to control the spacing between and around images<imgsrc=”name” align=”right” alt=” “ width=” “ height=” “ hspace=”20” />
  • 16. Thumbnail Images (smaller version of image)The HTML code to add a thumbnail image that links to a larger image <a href=”largeimage.gif”><imgsrc=”thumbnail.gif” /></a>
  • 17. Background ImageMust be added in the <body> tag<body background=” “>
  • 18. Font Tag Attributes<font color= “either name or number of color”> <font color = “yellow”> </font><font face = “fontname”> <font name = “tahoma”> </font><font size= “value”> One to seven; three is the default <font size = “7”> </font>
  • 19. Text Formatting TabsBold <b></b> <strong> </strong>Italics <i> </i> <em> </em>Underline <u> </u>
  • 20. Body Tag AttributesBackground color <body bgcolor = “green”></body>Background image <body background = “name of image”> </body>
  • 21. Image Tag AttributesWrapped text  <imgsrc= “name of image” align =”right”hspace= “20”vspace = “10” height= “200” width = “215” alt= “descriptive name of image” />hspace = Horizontal Spacing vspace = Vertical Spacing <br clear= “right” /> = clear the wrapped text:
  • 22. Anchor Tags<a> </a> href= hypertext reference—specifies the URL of the linked page or file<ahref= “http://www.nameofwebpage.com”> The text of the link is inserted here </a>
  • 23. Link TargetsUse the name attribute within the anchor tag<aname= “name of target”> </a>
  • 24. Add Links to Link Targets<a href= “#name of target”>Text that will display </a>
  • 25. Link TargetLink Target for movement to the top of a page: <a name = “top”> </a><a href = “#top” >To top</a>
  • 26. Link to Another File<a href = “name of file”> Text that will display </a> 
  • 27. Link to a Web Page<a href = “name of Web page--URL”>Text that will display </a>
  • 28. Image Link<a href = “name of image”> </a>
  • 29. E-mail link<a href= “mailto:angela_edel@southwesternsd.org”>Angela Edel’s Email address</a>
  • 30. Body Tag AttributesBackground color:<body bgcolor = “green”> </body>Background image:<body background = “tree.jpg”> </body> 
  • 31. Image Tag AttributesRight-aligned image with wrapped text: <imgsrc=“tree.jpg” align =“right” height=“225” width=“345” alt=“Oak Tree” hspace=“20” / > Clear the right-aligned wrapped text:<br clear = “right” / >
  • 32. Anchor TagsName a link target:<a name = “top”> </a>Add a link to that target:<a href = “#top”> </a> Link to another Web site:<a href = “http:google.com”> </a>Link to a file: < a href = “project3.htm”> </a> E-mail link:<a href = mailto:angela_edel@southwesternsd.org> </a>