SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Introduction to HTML




      1999 Asian Women's Network Training Worksho
                              1
Contents
• Getting Started..
• What is HTML?
• How to create and View an HTML document?
• Basic HTML Document Format
• The HTML Basic tags




               1999 Asian Women's Network Training Worksho
                                       2
What the following term mean:
    Web server: a system on the internet containg one
    or more web site
    Web site: a collection of one or more web pages
    Web pages: single disk file with a single file name
    Home pages: first page in website
Think about the followings before working
  your Web pages.
    Think about the sort of information(content) you want
    to put on the Web.
    Set the goals for the Web site.
    Organize your content into main topics.
    Come up with a general structure for pages and
    topics.
What is HTML?
    Telling the browser what to do, and what props to use.
    A serises of tags that are integrated into a text
    document.


  Tags are ;
    surrounded with angle brackets like this
           <B> or <I>.
    Most tags come in pairs
           exceptions: <P>, <br>, <li> tags …
    The first tag turns the action on, and the second turns it
    off.


                     1999 Asian Women's Network Training Worksho
                                             4
The second tag(off switch) starts with a forward slash.
      For example ,<B> text </B>

can embedded, for instance, to do this:
      <HEAD><TITLE> Your text </HEAD></TITLE> it won't work.
      The correct order is <HEAD><TITLE> Your text </TITLE></HEAD>
not case sensitivity.
Many tags have attributes.
      For example, <P ALIGN=CENTER> centers the paragraph following it.

Some browsers don't support the some tags and some
attributes.




                     1999 Asian Women's Network Training Worksho
                                             5
Basic HTML Document Format




<HTML>                   See what it
<HEAD>                   looks like:
<TITLE>WENT'99</TITLE>
</HEAD>
<BODY>
  Went'99
</BODY>
</HTML>




                     1999 Asian Women's Network Training Worksho
                                             6
How to Create and View an HTML document?
  1.Use an text editor such as Editpad to write the
    document.
  2.Save the file as filename.html on a PC. This is called
    the Document Source.
  3.Open Netscape (or any browser) Off-Line
  4.Switch to Netscape
  5.Click on File, Open File and select the filename.html
    document that you just created.
  6.Your HTML page should now appear just like any
    other Web page in Netscape.




                  1999 Asian Women's Network Training Worksho
                                          7
7.You may now switch back and forth between the
  Source and the HTML Document
   switch to Notepad with the Document Source
   make changes
   save the document again
   switch back to Netscape
   click on RELOAD and view the new HTML
    Document
   switch to Notepad with the Document
    Source......



             1999 Asian Women's Network Training Worksho
                                     8
 Tags in head
 <HEAD>...</HEAD>-- contains information about the
  document
 <TITLE>...</TITLE>-- puts text on the browser's title
  bar.




                 1999 Asian Women's Network Training Worksho
                                         9
 Tags in Body
 Let's talk Text
   Heading: <H1> </H1>
   Center:<Center> </Center>
   Line Break <P> ,<Br>
   Phrase Markups: <I></I> ,<B></B>


 Create a List
   Unordered list : <UL><li>
  Ordered list: <OL><li>
  Nested
                  1999 Asian Women's Network Training Worksho
                                          10
 Add Images
  Use <IMG SRC=imagefilename> tags
  How to specify Relative pathnames
  Attributes of IMG tag
    -width,height
    -Alt
    -Align
    -<Img src=my.gif width=50 height=50 align=right
     alt=“My image”>




              1999 Asian Women's Network Training Worksho
                                      11
 Add some Link
  Use <A href=filename|URL></a>tags
  How to specify Relative pathnames
  Kinds of URLs
     -http://www.women.or.kr
     - ftp://ftp.foo.com/home/foo
     - gopher://gopher.myhost.com/
     - news://news.nuri.net
     - mailto:skrhee@women.or.kr




                1999 Asian Women's Network Training Worksho
                                        12
 How to make colors changes?
  Hexadecimal number :
  Color names : <Font color=white>
  Changing the Background color
     <BODY BGCOLOR=#19378a>
  Changing Text color
  <BODY BGCOLOR=#19378a TEXT=#ffffff LINK=#ffff66
 VLINK=#66ffff>
  Spot color
  <FONT COLOR=#66ffcc>WENT'99</FONT>
  Image Background
  <BODY BACKGROUND=bgimg.gif >
                   1999 Asian Women's Network Training Worksho
                                           13
How to specify Relative pathnames
  The current HTML document is my.html and the current directory is Iam

     C:- Iam -my.html
                   -your.html
             Type this ; <A href=your.html>Your link </A>

     C:- Iam -my.html
                  Child -your.html
             Type this ; <A href=Child/your.html>Your link </A>

     C:-  Iam -my.html
           Sister -your.html
             Type this ; <A href=../Sister/your.html>Your link </A>

     C:-  Mother -your.html
                  Iam -my.html
            Type this ; <A href=../your.html>Your link </A>           Go to
    Back
                       1999 Asian Women's Network Training Worksho
                                               14
How to specify Relative pathnames
The HTML document is my.html and the image file is dragonfly.gif
 C:-  Iam -my.html             ☞ Type this ; <IMG SRC=dragonfly.gif>
              -dragonfly.gif

 C:-  Iam -my.html                ☞ Type this ; <IMG SRC=Image/dragonfly.gif>
           Image
               -dragonfly.gif

 C:-  Iam -my.html               ☞ Type this ; <IMG SRC=../Image/dragonfly.gif>
       Image
              -dragonfly.gif

    C:-  Image -dragonfly.gif     ☞ Type this ; <IMG SRC=../dragonfly.gif>
             Iam
                -my.html
                                                                    Go to Back

                               1999 Asian Women's Network Training Worksho
                                                       15

Weitere ähnliche Inhalte

Was ist angesagt?

Approaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentApproaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentCatch Themes
 
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015topher1kenobe
 
Blog tips
Blog tipsBlog tips
Blog tipsgiri529
 
Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015topher1kenobe
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverGarin Kilpatrick
 
West Coast Business
West Coast BusinessWest Coast Business
West Coast BusinessDavid Kinane
 
GDI WordPress 4 January 2012
GDI WordPress 4 January 2012GDI WordPress 4 January 2012
GDI WordPress 4 January 2012pamselle
 
Jason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web ServicesJason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web ServicesJason Tucker
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99Noel Saw
 
BASIC HTML PRESENTATION
BASIC HTML PRESENTATIONBASIC HTML PRESENTATION
BASIC HTML PRESENTATIONTHABISO BALOYI
 
WordPress: An Introduction
WordPress: An IntroductionWordPress: An Introduction
WordPress: An Introductionsounddelivery
 
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconGary Bacon
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersCotton Rohrscheib
 
Drupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen ThemeDrupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen Themeinfowonders
 

Was ist angesagt? (18)

Wordcampnigeria
WordcampnigeriaWordcampnigeria
Wordcampnigeria
 
Approaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentApproaches To WordPress Theme Development
Approaches To WordPress Theme Development
 
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
Introduction to WordPress Child Theming, WordCamp Kansas City, 2015
 
Html lesson1 5
Html lesson1 5Html lesson1 5
Html lesson1 5
 
Blog tips
Blog tipsBlog tips
Blog tips
 
Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015Intro to Plugin Development, Miami WordCamp, 2015
Intro to Plugin Development, Miami WordCamp, 2015
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in Dreamweaver
 
West Coast Business
West Coast BusinessWest Coast Business
West Coast Business
 
GDI WordPress 4 January 2012
GDI WordPress 4 January 2012GDI WordPress 4 January 2012
GDI WordPress 4 January 2012
 
Jason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web ServicesJason Tucker Wordpress 3rd Party Web Services
Jason Tucker Wordpress 3rd Party Web Services
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99
 
BASIC HTML PRESENTATION
BASIC HTML PRESENTATIONBASIC HTML PRESENTATION
BASIC HTML PRESENTATION
 
WordPress: An Introduction
WordPress: An IntroductionWordPress: An Introduction
WordPress: An Introduction
 
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
 
Meeting 01
Meeting 01Meeting 01
Meeting 01
 
WordPress for Beginner
WordPress for BeginnerWordPress for Beginner
WordPress for Beginner
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and Freelancers
 
Drupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen ThemeDrupal 6 Theming using the Zen Theme
Drupal 6 Theming using the Zen Theme
 

Andere mochten auch

Who wants to be a millionaire vocab past simple_pres simple
Who wants to be a millionaire vocab past simple_pres simpleWho wants to be a millionaire vocab past simple_pres simple
Who wants to be a millionaire vocab past simple_pres simplepflorit
 
Omega 3overview-professorphilipcalder-121230045819-phpapp01
Omega 3overview-professorphilipcalder-121230045819-phpapp01Omega 3overview-professorphilipcalder-121230045819-phpapp01
Omega 3overview-professorphilipcalder-121230045819-phpapp01Mecompany
 
Dostor masr final
Dostor masr finalDostor masr final
Dostor masr finalomar_5555
 
Mobile computing
Mobile computingMobile computing
Mobile computingAnuja Mane
 
Omega 3 overview - professor philip calder
Omega 3 overview - professor philip calderOmega 3 overview - professor philip calder
Omega 3 overview - professor philip calderMecompany
 
Omega3fattyacids1 121225062726-phpapp02
Omega3fattyacids1 121225062726-phpapp02Omega3fattyacids1 121225062726-phpapp02
Omega3fattyacids1 121225062726-phpapp02Mecompany
 
Nodejs Introduction
Nodejs IntroductionNodejs Introduction
Nodejs Introductionthanh can
 
Omega 3 fatty_acids
Omega 3 fatty_acidsOmega 3 fatty_acids
Omega 3 fatty_acidsMecompany
 
Location recommender system
Location recommender systemLocation recommender system
Location recommender systemthanh can
 
LeanCustomerDevelopment
LeanCustomerDevelopmentLeanCustomerDevelopment
LeanCustomerDevelopmentKouki Kawagoi
 
MongoDB Introduction
MongoDB IntroductionMongoDB Introduction
MongoDB Introductionthanh can
 
Presentation dha
Presentation dha Presentation dha
Presentation dha Mecompany
 
UX actually is all around us. - UXを感じよう -
UX actually is all around us. - UXを感じよう -UX actually is all around us. - UXを感じよう -
UX actually is all around us. - UXを感じよう -Akihiro Mukai
 
スクラムマスター3ヶ月生がチームの自己組織化に挑戦して
スクラムマスター3ヶ月生がチームの自己組織化に挑戦してスクラムマスター3ヶ月生がチームの自己組織化に挑戦して
スクラムマスター3ヶ月生がチームの自己組織化に挑戦してKouki Kawagoi
 

Andere mochten auch (18)

Who wants to be a millionaire vocab past simple_pres simple
Who wants to be a millionaire vocab past simple_pres simpleWho wants to be a millionaire vocab past simple_pres simple
Who wants to be a millionaire vocab past simple_pres simple
 
Omega 3overview-professorphilipcalder-121230045819-phpapp01
Omega 3overview-professorphilipcalder-121230045819-phpapp01Omega 3overview-professorphilipcalder-121230045819-phpapp01
Omega 3overview-professorphilipcalder-121230045819-phpapp01
 
Dostor masr final
Dostor masr finalDostor masr final
Dostor masr final
 
Mobile computing
Mobile computingMobile computing
Mobile computing
 
Test ppt
Test pptTest ppt
Test ppt
 
Test ppt my file.
Test ppt my file.Test ppt my file.
Test ppt my file.
 
Mental healthbrief
Mental healthbriefMental healthbrief
Mental healthbrief
 
Test ppt f time
Test ppt f timeTest ppt f time
Test ppt f time
 
Omega 3 overview - professor philip calder
Omega 3 overview - professor philip calderOmega 3 overview - professor philip calder
Omega 3 overview - professor philip calder
 
Omega3fattyacids1 121225062726-phpapp02
Omega3fattyacids1 121225062726-phpapp02Omega3fattyacids1 121225062726-phpapp02
Omega3fattyacids1 121225062726-phpapp02
 
Nodejs Introduction
Nodejs IntroductionNodejs Introduction
Nodejs Introduction
 
Omega 3 fatty_acids
Omega 3 fatty_acidsOmega 3 fatty_acids
Omega 3 fatty_acids
 
Location recommender system
Location recommender systemLocation recommender system
Location recommender system
 
LeanCustomerDevelopment
LeanCustomerDevelopmentLeanCustomerDevelopment
LeanCustomerDevelopment
 
MongoDB Introduction
MongoDB IntroductionMongoDB Introduction
MongoDB Introduction
 
Presentation dha
Presentation dha Presentation dha
Presentation dha
 
UX actually is all around us. - UXを感じよう -
UX actually is all around us. - UXを感じよう -UX actually is all around us. - UXを感じよう -
UX actually is all around us. - UXを感じよう -
 
スクラムマスター3ヶ月生がチームの自己組織化に挑戦して
スクラムマスター3ヶ月生がチームの自己組織化に挑戦してスクラムマスター3ヶ月生がチームの自己組織化に挑戦して
スクラムマスター3ヶ月生がチームの自己組織化に挑戦して
 

Ähnlich wie Web1

Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTMLvidyamittal
 
Web Engineering Lec01-02 - Introduction to Web.pptx
Web Engineering Lec01-02 - Introduction to Web.pptxWeb Engineering Lec01-02 - Introduction to Web.pptx
Web Engineering Lec01-02 - Introduction to Web.pptxJavaid Iqbal
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTMLMarlon Jamera
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsKeith Borgonia Manatad
 
HTML (Basic to Advance)
HTML (Basic to Advance)HTML (Basic to Advance)
HTML (Basic to Advance)Coder Tech
 
02 HTML-01.pdf
02 HTML-01.pdf02 HTML-01.pdf
02 HTML-01.pdfEshaYasir1
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptxmalrad1
 
Basic HTML
Basic HTMLBasic HTML
Basic HTMLSayan De
 
LIS3353 SP12 Week 4
LIS3353 SP12 Week 4LIS3353 SP12 Week 4
LIS3353 SP12 Week 4Amanda Case
 
Hyper text markup Language
Hyper text markup LanguageHyper text markup Language
Hyper text markup LanguageNaveeth Babu
 
HyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptHyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptDrShamikTiwari
 

Ähnlich wie Web1 (20)

Html 1
Html 1Html 1
Html 1
 
Html
HtmlHtml
Html
 
Basics tags for HTML
Basics tags for HTMLBasics tags for HTML
Basics tags for HTML
 
Rd.Html
Rd.HtmlRd.Html
Rd.Html
 
Web Engineering Lec01-02 - Introduction to Web.pptx
Web Engineering Lec01-02 - Introduction to Web.pptxWeb Engineering Lec01-02 - Introduction to Web.pptx
Web Engineering Lec01-02 - Introduction to Web.pptx
 
Lesson plan htmltextformattingtag
Lesson plan htmltextformattingtagLesson plan htmltextformattingtag
Lesson plan htmltextformattingtag
 
How the Web Works Using HTML
How the Web Works Using HTMLHow the Web Works Using HTML
How the Web Works Using HTML
 
Advance HTML
Advance HTMLAdvance HTML
Advance HTML
 
Html intro
Html introHtml intro
Html intro
 
Html
HtmlHtml
Html
 
Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
 
HTML (Basic to Advance)
HTML (Basic to Advance)HTML (Basic to Advance)
HTML (Basic to Advance)
 
02 HTML-01.pdf
02 HTML-01.pdf02 HTML-01.pdf
02 HTML-01.pdf
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptx
 
Web 101 intro to html
Web 101  intro to htmlWeb 101  intro to html
Web 101 intro to html
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
LIS3353 SP12 Week 4
LIS3353 SP12 Week 4LIS3353 SP12 Week 4
LIS3353 SP12 Week 4
 
Hyper text markup Language
Hyper text markup LanguageHyper text markup Language
Hyper text markup Language
 
IT Unit III.pptx
IT Unit III.pptxIT Unit III.pptx
IT Unit III.pptx
 
HyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptHyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.ppt
 

Web1

  • 1. Introduction to HTML 1999 Asian Women's Network Training Worksho 1
  • 2. Contents • Getting Started.. • What is HTML? • How to create and View an HTML document? • Basic HTML Document Format • The HTML Basic tags 1999 Asian Women's Network Training Worksho 2
  • 3. What the following term mean: Web server: a system on the internet containg one or more web site Web site: a collection of one or more web pages Web pages: single disk file with a single file name Home pages: first page in website Think about the followings before working your Web pages. Think about the sort of information(content) you want to put on the Web. Set the goals for the Web site. Organize your content into main topics. Come up with a general structure for pages and topics.
  • 4. What is HTML? Telling the browser what to do, and what props to use. A serises of tags that are integrated into a text document. Tags are ; surrounded with angle brackets like this <B> or <I>. Most tags come in pairs exceptions: <P>, <br>, <li> tags … The first tag turns the action on, and the second turns it off. 1999 Asian Women's Network Training Worksho 4
  • 5. The second tag(off switch) starts with a forward slash. For example ,<B> text </B> can embedded, for instance, to do this: <HEAD><TITLE> Your text </HEAD></TITLE> it won't work. The correct order is <HEAD><TITLE> Your text </TITLE></HEAD> not case sensitivity. Many tags have attributes. For example, <P ALIGN=CENTER> centers the paragraph following it. Some browsers don't support the some tags and some attributes. 1999 Asian Women's Network Training Worksho 5
  • 6. Basic HTML Document Format <HTML> See what it <HEAD> looks like: <TITLE>WENT'99</TITLE> </HEAD> <BODY> Went'99 </BODY> </HTML> 1999 Asian Women's Network Training Worksho 6
  • 7. How to Create and View an HTML document? 1.Use an text editor such as Editpad to write the document. 2.Save the file as filename.html on a PC. This is called the Document Source. 3.Open Netscape (or any browser) Off-Line 4.Switch to Netscape 5.Click on File, Open File and select the filename.html document that you just created. 6.Your HTML page should now appear just like any other Web page in Netscape. 1999 Asian Women's Network Training Worksho 7
  • 8. 7.You may now switch back and forth between the Source and the HTML Document switch to Notepad with the Document Source make changes save the document again switch back to Netscape click on RELOAD and view the new HTML Document switch to Notepad with the Document Source...... 1999 Asian Women's Network Training Worksho 8
  • 9.  Tags in head  <HEAD>...</HEAD>-- contains information about the document  <TITLE>...</TITLE>-- puts text on the browser's title bar. 1999 Asian Women's Network Training Worksho 9
  • 10.  Tags in Body  Let's talk Text Heading: <H1> </H1> Center:<Center> </Center> Line Break <P> ,<Br> Phrase Markups: <I></I> ,<B></B>  Create a List  Unordered list : <UL><li> Ordered list: <OL><li> Nested 1999 Asian Women's Network Training Worksho 10
  • 11.  Add Images Use <IMG SRC=imagefilename> tags How to specify Relative pathnames Attributes of IMG tag -width,height -Alt -Align -<Img src=my.gif width=50 height=50 align=right alt=“My image”> 1999 Asian Women's Network Training Worksho 11
  • 12.  Add some Link Use <A href=filename|URL></a>tags How to specify Relative pathnames Kinds of URLs -http://www.women.or.kr - ftp://ftp.foo.com/home/foo - gopher://gopher.myhost.com/ - news://news.nuri.net - mailto:skrhee@women.or.kr 1999 Asian Women's Network Training Worksho 12
  • 13.  How to make colors changes? Hexadecimal number : Color names : <Font color=white> Changing the Background color <BODY BGCOLOR=#19378a> Changing Text color <BODY BGCOLOR=#19378a TEXT=#ffffff LINK=#ffff66 VLINK=#66ffff> Spot color <FONT COLOR=#66ffcc>WENT'99</FONT> Image Background <BODY BACKGROUND=bgimg.gif > 1999 Asian Women's Network Training Worksho 13
  • 14. How to specify Relative pathnames The current HTML document is my.html and the current directory is Iam C:- Iam -my.html -your.html Type this ; <A href=your.html>Your link </A> C:- Iam -my.html Child -your.html Type this ; <A href=Child/your.html>Your link </A> C:-  Iam -my.html  Sister -your.html Type this ; <A href=../Sister/your.html>Your link </A> C:-  Mother -your.html  Iam -my.html Type this ; <A href=../your.html>Your link </A> Go to Back 1999 Asian Women's Network Training Worksho 14
  • 15. How to specify Relative pathnames The HTML document is my.html and the image file is dragonfly.gif C:-  Iam -my.html ☞ Type this ; <IMG SRC=dragonfly.gif> -dragonfly.gif C:-  Iam -my.html ☞ Type this ; <IMG SRC=Image/dragonfly.gif>  Image -dragonfly.gif C:-  Iam -my.html ☞ Type this ; <IMG SRC=../Image/dragonfly.gif>  Image -dragonfly.gif C:-  Image -dragonfly.gif ☞ Type this ; <IMG SRC=../dragonfly.gif>  Iam -my.html  Go to Back 1999 Asian Women's Network Training Worksho 15