Search This Blog
Menu
Categories
- inspirational Posts (37)
- Truth of life (23)
- Fun (20)
- Religion and Spirituality (15)
- Ghazals And Shayri's (10)
- stories (10)
- zodiac (10)
- Others (9)
- Pics Folder... (9)
- My India (8)
- Health (7)
- jokes (7)
- Still Thinking (6)
- GK (4)
- My Stories My Life... (4)
- AIDS (3)
- Friends (3)
- Poems (3)
- Best Moments in Life (2)
- Computers And Internet (2)
- Crime or new face of the Society (2)
- Puzzlesss (2)
- Tips and TrickS (2)
- COMPUTER BASICS (1)
- Career And Interviews (1)
- Html (1)
- Messages 2 Family/ Friends/ Students (1)
- My Poems.....Written by me....... (1)
- Rhyming Couplets (1)
- Story (1)
- Suicide is not a Solution (1)
- काइरीर एंड स्टडीज (1)
Oh Globe! Archive
-
►
2012
(5)
- ► January 2012 (1)
-
►
2011
(31)
- ► August 2011 (1)
- ► April 2011 (1)
-
►
2010
(33)
- ► December 2010 (2)
- ► November 2010 (1)
- ► October 2010 (1)
- ► September 2010 (1)
- ► August 2010 (1)
-
►
2009
(2)
- ► September 2009 (1)
- ► March 2009 (1)
-
▼
2007
(196)
- ► December 2007 (10)
- ▼ October 2007 (12)
-
►
2006
(2)
- ► October 2006 (1)
- ► September 2006 (1)
Nominated...


Followers
My Favourite Websites
Disclaimer
Thanks for visiting my blog
Have a nice time !!! God Bless...
Please tell your friends
Visitor Number
img src="images/ibdhost.gif"/ (note the omission of the slash :)
Here is example on a web server (where the web root is public_html)
Root (public_html)
.......index.html
.......top.gif
....images
......ibdhost.gif
....help
......path
........index.php (this page)
For this page, the current page is the index.php file inside the path directory - inside the help directory. Therefore, the relative path to this page is
/help/path/index.php
Then to load the ibdhost.gif image (top left of this page), the relative path to the image is
../../images/ibdhost.gif
Which means the ibdhost.gif image is in a directory two levels up from this index.php file - then down into the 'images' directory.
The two dots .. instruct the server to move up one directory. Therefore two sets of ../../ moves up two levels to the root directory (public_html) - then opens the images directory and loads the ibdhost.gif file.
Of course, if the image had been in the help directory the relative path would be
../help/imagename.jpg
Relative path is really easy to understand just by reviewing the basic definition:
A relative URL points to a file or directory in relation to the present file or directory.
Absolute Path: An absolute URL is the URL most people already understand. It is the complete path including the domain - file name. Example: http://www.ibdhost.com/images/logo.gif specifies an image file (logo.gif) located in the images directory, for the www.ibdhost.com domain. This type of URL is what your must use when you want to link (or load) a file that is on another server.
Another example is the absolute URL of this page (which is also the Address / Location of the file) = http://www.ibdhost.com/help/path/index.php/
The tags are what separate normal text from HTML code. You might know them as the words between the
. They allow all the cool stuff like images and tables and stuff, just by telling your browser what to render on the page. Different tags will perform different functions. The tags themselves donât appear when you view your page through a browser, but their effects do.
|
Headings
Headings are defined with the h1 to h6 tags. h1 defines the largest heading. h6 defines the smallest heading.
Headings tags always comes in the BODY part of html document :)
Paragraphs
Paragraphs are defined with the p tag.
HTML automatically adds an extra blank line before and after a paragraph.
Line Breaks
The br tag is used when you want to end a line, but don't want to start a new paragraph. The br tag forces a line break wherever you place it. The br tag is an empty tag. It has no closing tag.
Please visit these websites now for explanation of HTML TAGS :
http://www.helpwithpcs.com/courses/html/html_tags.htm
http://www.w3schools.com/html/html_intro.asp
If you have any questions please email me (If you know my email id and if you are student of my class or university) otherwise please write down the question or query or anything you want to share in COMMENTS SECTION of this BLOG
God Bless All...