SysChat is a free online computer support community. Ask questions, share resources, contribute knowledge and discuss technology. Join our growing community to access all features. Register Now!

SysChat » Software Support » Development » Html Code Writing Method

Development

Support help and discuss software development and programming.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 01-24-2008, 04:13 AM
benzaloy benzaloy is offline
Senior Member
 
About:
Join Date: Nov 2007
Posts: 180
benzaloy is on a distinguished road

Default Html Code Writing Method


Please show me the proper way to write this html code. In case you do not handle instructions on writing html code please say so and I shall understand.

I have an instruction that reads:

Point to name with # at front:

<a href="#internal"> go to internal links</a>

Please tell me what I should write in the 2 spaces there:
1... "#internal"

2 ... go to internal links

I have 3 or 4 other questions on this subject.
If you answer this question, thereafter I shall ask the others.

I appreciate and am grateful for the kind and quick responses you have given me in the past.

Thank you.



Reply With Quote
  #2 (permalink)  
Old 01-24-2008, 12:39 PM
squirrelnmoose's Avatar
squirrelnmoose squirrelnmoose is offline
Moderator
 
About:
Join Date: Sep 2007
Location: Minnesota, USA
Posts: 516
squirrelnmoose will become famous soon enoughsquirrelnmoose will become famous soon enough

Default


Here is the structure of a link.
<a href="url">Text to be displayed</a>

The # symbol indicates an anchor somewhere else on the page.
<a href="#internal"> go to internal links</a>
This will display a link with the text "go to internal links" and when clicked it will move down the page to the anchor tag with the name internal.

Here is a great website for learning HTML.
HTML Links



Reply With Quote
  #3 (permalink)  
Old 01-24-2008, 10:51 PM
benzaloy benzaloy is offline
Senior Member
 
About:
Join Date: Nov 2007
Posts: 180
benzaloy is on a distinguished road

Default Writing html code


Quote:
Originally Posted by squirrelnmoose View Post
Here is the structure of a link.
<a href="url">Text to be displayed</a>

The # symbol indicates an anchor somewhere else on the page.
<a href="#internal"> go to internal links</a>
This will display a link with the text "go to internal links" and when clicked it will move down the page to the anchor tag with the name internal.

Here is a great website for learning HTML.
HTML Links
Thank you SnM. Your explanation is clearer than what I read on this subject.

Also thank you for pointing the w3school for me. i feel it is easier to get the info from SysChat than learn html cde in w3schools.

Cheers, ben



Reply With Quote
Reply




Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
method of Opening a File benzaloy Networking 2 12-11-2007 10:58 AM
Pasting of Html Code in a Site benzaloy Development 4 12-06-2007 09:43 PM
windows media error code on vista.... topps999 Operating Systems 5 05-29-2007 03:43 PM
Adding a webpage favicon (html) William_Wilson Internet 0 10-17-2006 06:55 PM
Secret Code Lurks in Sober Variant thestudent Computer Security 0 01-12-2006 11:00 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is on
Smilies are on
[IMG] code is on
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are on



» Ads



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54