SlideShare a Scribd company logo
1 of 32
Creating Web Pages with Links, Images, and Formatted Text Project 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	=	blue Visited Link	=	purple Active 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 links Link to a Web site <a href=”URL”>linktext</a> a href:  hypertext reference URL:  Name of the URL or linked page or file linktext:  The clickable word or phrase that appears on the Web page
Anchor Tags<a> </a> Link for E-Mail The 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 message Linktext:  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 attribute Targetname:  Must be a unique name on that Web page Space:  No text displays;  the target is not intended to display as a clickable link
Adding Links to Link Targets Links 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 Link The <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 Color Use the color attribute of the <font> tag <font color=” “>
Adding an Image with Wrapped Text Use the align attribute of the <img> tag   Images that are right-aligned wrap text to the left of the image Images that are left-aligned wrap text to the right of the image   <imgsrc=”name” align=”right”  alt=” “ width=” “ height=” “ />
Adding an Image with Wrapped Text You 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 Spacing Using Horizontal and Vertical Spacing Use 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 Image Must 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 Tabs Bold  <b></b>  <strong> </strong> Italics  <i> </i>   <em> </em> Underline  <u> </u>
Body Tag Attributes Background color				 <body bgcolor = “green”></body> Background image				 <body background = “name of image”> </body>
Image Tag Attributes Wrapped 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 Targets Use 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 Target Link 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 Attributes Background color: <body bgcolor = “green”>   </body> Background image: <body background  = “tree.jpg”>   </body>  
Image Tag Attributes Right-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 Tags Name 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

What's hot

SEO and PPC for translators: making yourself visible on the web with search e...
SEO and PPC for translators: making yourself visible on the web with search e...SEO and PPC for translators: making yourself visible on the web with search e...
SEO and PPC for translators: making yourself visible on the web with search e...Andrea Spila
 
Advanced Content Analysis in Google Analytics
Advanced Content Analysis in Google AnalyticsAdvanced Content Analysis in Google Analytics
Advanced Content Analysis in Google Analyticsabandonedjurist69
 
Advanced Content Analysis in Google Analytics
Advanced Content Analysis in Google AnalyticsAdvanced Content Analysis in Google Analytics
Advanced Content Analysis in Google Analyticsdirefuleyesight87
 
Google Search Operators: Power Tips
Google Search Operators: Power TipsGoogle Search Operators: Power Tips
Google Search Operators: Power TipsGranit Doshlaku
 
Seo tutorial
Seo tutorialSeo tutorial
Seo tutorialprakash
 
Seo oct
Seo octSeo oct
Seo octJoel L
 
Agile Storycarding
Agile StorycardingAgile Storycarding
Agile Storycardingdannywa
 
Google Advanced Search
Google Advanced SearchGoogle Advanced Search
Google Advanced SearchJerry Bishop
 

What's hot (12)

SEO and PPC for translators: making yourself visible on the web with search e...
SEO and PPC for translators: making yourself visible on the web with search e...SEO and PPC for translators: making yourself visible on the web with search e...
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 AnalyticsAdvanced Content Analysis in Google Analytics
Advanced Content Analysis in Google Analytics
 
Advanced Content Analysis in Google Analytics
Advanced Content Analysis in Google AnalyticsAdvanced Content Analysis in Google Analytics
Advanced Content Analysis in Google Analytics
 
Google Search Operators: Power Tips
Google Search Operators: Power TipsGoogle Search Operators: Power Tips
Google Search Operators: Power Tips
 
Seo tutorial
Seo tutorialSeo tutorial
Seo tutorial
 
Meta tags
Meta tagsMeta tags
Meta tags
 
Seo oct
Seo octSeo oct
Seo oct
 
Meta tags
Meta tagsMeta tags
Meta tags
 
What is anchor text?
What is anchor text?What is anchor text?
What is anchor text?
 
Search engineland periodic-table-of-seo
Search engineland periodic-table-of-seoSearch engineland periodic-table-of-seo
Search engineland periodic-table-of-seo
 
Agile Storycarding
Agile StorycardingAgile Storycarding
Agile Storycarding
 
Google Advanced Search
Google Advanced SearchGoogle Advanced Search
Google Advanced Search
 

Viewers also liked

Viewers also liked (8)

Instrumentosmusicales 090518184701-phpapp01
Instrumentosmusicales 090518184701-phpapp01Instrumentosmusicales 090518184701-phpapp01
Instrumentosmusicales 090518184701-phpapp01
 
La bordadora del_hierro
La bordadora del_hierroLa bordadora del_hierro
La bordadora del_hierro
 
Que buena idea
Que buena ideaQue buena idea
Que buena idea
 
Project 02 Figures and Tables
Project 02 Figures and TablesProject 02 Figures and Tables
Project 02 Figures and Tables
 
Publicity art
Publicity artPublicity art
Publicity art
 
Presentation on pom
Presentation on pomPresentation on pom
Presentation on pom
 
You neededme
You neededmeYou neededme
You neededme
 
Fotos 2
Fotos 2Fotos 2
Fotos 2
 

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

HTML Attributes.pptx
HTML Attributes.pptxHTML Attributes.pptx
HTML Attributes.pptxSteins18
 
1.3 creating links
1.3 creating links1.3 creating links
1.3 creating linksBulldogs83
 
1.3 creating links
1.3 creating links1.3 creating links
1.3 creating linksBulldogs83
 
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1nleesite
 
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...Angela Edel
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartScott DeLoach
 
Computer application html
Computer application htmlComputer application html
Computer application htmlPrashantChahal3
 
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdfHTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdfArun Karthik
 
How To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Websritikumar
 
HTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsHTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsGrayzon Gonzales, LPT
 
Html Presentation Of Web Page Making
Html Presentation Of Web Page MakingHtml Presentation Of Web Page Making
Html Presentation Of Web Page MakingSandeep Supal
 
2.1 adding images
2.1 adding images2.1 adding images
2.1 adding imagesBulldogs83
 

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

HTML Attributes.pptx
HTML Attributes.pptxHTML Attributes.pptx
HTML Attributes.pptx
 
1.3 creating links
1.3 creating links1.3 creating links
1.3 creating links
 
1.3 creating links
1.3 creating links1.3 creating links
1.3 creating links
 
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1
 
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Tags a...
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStart
 
Computer application html
Computer application htmlComputer application html
Computer application html
 
Html 5
Html   5Html   5
Html 5
 
Module 2
Module 2Module 2
Module 2
 
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdfHTML FOR BEGINNERS AND FOR PRACTICE .pdf
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
 
Html
HtmlHtml
Html
 
Lecture-2.pptx
Lecture-2.pptxLecture-2.pptx
Lecture-2.pptx
 
How To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Web
 
HTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchorsHTML5 - create hyperlinks and anchors
HTML5 - create hyperlinks and anchors
 
Html links
Html linksHtml links
Html links
 
Html Presentation Of Web Page Making
Html Presentation Of Web Page MakingHtml Presentation Of Web Page Making
Html Presentation Of Web Page Making
 
intro-to-html
intro-to-htmlintro-to-html
intro-to-html
 
Understanding THML
Understanding THMLUnderstanding THML
Understanding THML
 
2.1 adding images
2.1 adding images2.1 adding images
2.1 adding images
 
Links in Html
Links in HtmlLinks in Html
Links in Html
 

More from Angela Edel

Daily agenda unit 02 business communications
Daily agenda unit 02 business communicationsDaily agenda unit 02 business communications
Daily agenda unit 02 business communicationsAngela Edel
 
Daily Agenda Chapter 03 The Wide World of Sports and Entertainment
Daily Agenda Chapter 03 The Wide World of Sports and EntertainmentDaily Agenda Chapter 03 The Wide World of Sports and Entertainment
Daily Agenda Chapter 03 The Wide World of Sports and EntertainmentAngela Edel
 
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...Angela Edel
 
Chapter 03 The Wide World of Sports and Entertainment
Chapter 03 The Wide World of Sports and EntertainmentChapter 03 The Wide World of Sports and Entertainment
Chapter 03 The Wide World of Sports and EntertainmentAngela Edel
 
SLM Chapter 03 The Wide World of Sports and Entertainment
SLM Chapter 03 The Wide World of Sports and EntertainmentSLM Chapter 03 The Wide World of Sports and Entertainment
SLM Chapter 03 The Wide World of Sports and EntertainmentAngela Edel
 
Unit 02 Business Communications
Unit 02 Business CommunicationsUnit 02 Business Communications
Unit 02 Business CommunicationsAngela Edel
 
Daily Agenda Unit 02 Business Communications
Daily Agenda Unit 02 Business CommunicationsDaily Agenda Unit 02 Business Communications
Daily Agenda Unit 02 Business CommunicationsAngela Edel
 
SLM Unit 02 Business Communications
SLM Unit 02 Business CommunicationsSLM Unit 02 Business Communications
SLM Unit 02 Business CommunicationsAngela Edel
 
SLM Project 03 Creating Web Pages with Links, Images, and Formatted Text
SLM Project 03 Creating Web Pages with Links, Images, and Formatted TextSLM Project 03 Creating Web Pages with Links, Images, and Formatted Text
SLM Project 03 Creating Web Pages with Links, Images, and Formatted TextAngela Edel
 
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...Angela Edel
 
Daily agenda project 02 creating and editing a web page
Daily agenda project 02 creating and editing a web pageDaily agenda project 02 creating and editing a web page
Daily agenda project 02 creating and editing a web pageAngela Edel
 
Project 03 Outline
Project 03 OutlineProject 03 Outline
Project 03 OutlineAngela Edel
 
Project 03 Student Data Files
Project 03 Student Data FilesProject 03 Student Data Files
Project 03 Student Data FilesAngela Edel
 
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...
Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...Angela Edel
 
Project 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted TextProject 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted TextAngela Edel
 
Project 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted TextProject 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted TextAngela Edel
 
Project 02 Creating and Editing a Web Page - Tags and Attributes
Project 02 Creating and Editing a Web Page - Tags and AttributesProject 02 Creating and Editing a Web Page - Tags and Attributes
Project 02 Creating and Editing a Web Page - Tags and AttributesAngela Edel
 
Project 02 Creating and Editing a Web Page - Notes
Project 02 Creating and Editing a Web Page - NotesProject 02 Creating and Editing a Web Page - Notes
Project 02 Creating and Editing a Web Page - NotesAngela Edel
 
Project 02 Creating and Editing a Web Page
Project 02 Creating and Editing a Web PageProject 02 Creating and Editing a Web Page
Project 02 Creating and Editing a Web PageAngela Edel
 

More from Angela Edel (20)

Daily agenda unit 02 business communications
Daily agenda unit 02 business communicationsDaily agenda unit 02 business communications
Daily agenda unit 02 business communications
 
Daily Agenda Chapter 03 The Wide World of Sports and Entertainment
Daily Agenda Chapter 03 The Wide World of Sports and EntertainmentDaily Agenda Chapter 03 The Wide World of Sports and Entertainment
Daily Agenda Chapter 03 The Wide World of Sports and Entertainment
 
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
 
Chapter 03 The Wide World of Sports and Entertainment
Chapter 03 The Wide World of Sports and EntertainmentChapter 03 The Wide World of Sports and Entertainment
Chapter 03 The Wide World of Sports and Entertainment
 
Sem chap 03
Sem chap 03Sem chap 03
Sem chap 03
 
SLM Chapter 03 The Wide World of Sports and Entertainment
SLM Chapter 03 The Wide World of Sports and EntertainmentSLM Chapter 03 The Wide World of Sports and Entertainment
SLM Chapter 03 The Wide World of Sports and Entertainment
 
Unit 02 Business Communications
Unit 02 Business CommunicationsUnit 02 Business Communications
Unit 02 Business Communications
 
Daily Agenda Unit 02 Business Communications
Daily Agenda Unit 02 Business CommunicationsDaily Agenda Unit 02 Business Communications
Daily Agenda Unit 02 Business Communications
 
SLM Unit 02 Business Communications
SLM Unit 02 Business CommunicationsSLM Unit 02 Business Communications
SLM Unit 02 Business Communications
 
SLM Project 03 Creating Web Pages with Links, Images, and Formatted Text
SLM Project 03 Creating Web Pages with Links, Images, and Formatted TextSLM Project 03 Creating Web Pages with Links, Images, and Formatted Text
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 03 Creating Web Pages with Links, Images, and Formatted ...Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
Daily Agenda Project 03 Creating Web Pages with Links, Images, and Formatted ...
 
Daily agenda project 02 creating and editing a web page
Daily agenda project 02 creating and editing a web pageDaily agenda project 02 creating and editing a web page
Daily agenda project 02 creating and editing a web page
 
Project 03 Outline
Project 03 OutlineProject 03 Outline
Project 03 Outline
 
Project 03 Student Data Files
Project 03 Student Data FilesProject 03 Student Data Files
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 - Outlin...Project 03 Creating Web Pages with Links, Images, and Formatted Text - Outlin...
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 TextProject 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted Text
 
Project 03 Creating Web Pages with Links, Images, and Formatted Text
Project 03 Creating Web Pages with Links, Images, and Formatted TextProject 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 - Tags and AttributesProject 02 Creating and Editing a Web Page - Tags and Attributes
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 - NotesProject 02 Creating and Editing a Web Page - Notes
Project 02 Creating and Editing a Web Page - Notes
 
Project 02 Creating and Editing a Web Page
Project 02 Creating and Editing a Web PageProject 02 Creating and Editing a Web Page
Project 02 Creating and Editing a Web Page
 

Recently uploaded

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 

Recently uploaded (20)

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

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

  • 1. Creating Web Pages with Links, Images, and Formatted Text Project 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 = blue Visited Link = purple Active 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 links Link to a Web site <a href=”URL”>linktext</a> a href: hypertext reference URL: Name of the URL or linked page or file linktext: The clickable word or phrase that appears on the Web page
  • 5. Anchor Tags<a> </a> Link for E-Mail The 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 message Linktext: 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 attribute Targetname: Must be a unique name on that Web page Space: No text displays; the target is not intended to display as a clickable link
  • 8. Adding Links to Link Targets Links 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 Link The <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 Color Use the color attribute of the <font> tag <font color=” “>
  • 13. Adding an Image with Wrapped Text Use the align attribute of the <img> tag   Images that are right-aligned wrap text to the left of the image Images 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 Text You 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 Spacing Using Horizontal and Vertical Spacing Use 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 Image Must 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 Tabs Bold <b></b> <strong> </strong> Italics <i> </i> <em> </em> Underline <u> </u>
  • 20. Body Tag Attributes Background color <body bgcolor = “green”></body> Background image <body background = “name of image”> </body>
  • 21. Image Tag Attributes Wrapped 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 Targets Use 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 Target Link 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 Attributes Background color: <body bgcolor = “green”> </body> Background image: <body background = “tree.jpg”> </body>  
  • 31. Image Tag Attributes Right-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 Tags Name 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>