Question about HTML coding?
I have to make an internet site .that comprises links that will other web sites.I have no clue how to accomplish that.what should i do
Best to set up a selection menu:
Notice following internet sites for selection menus:
CSS Collection Horizontal CSS Menus:
http://www.dynamicdrive.com/style/csslibrary/category/C1/
CSS Collection Vertical CSS Menus:
http://www.dynamicdrive.com/style/csslibrary/category/C2/
http://www.dynamicdrive.com/dynamicindex1/
http://www.cssplay.company.uk/menus/
The way to Style the Unordered Checklist with CSS:
http://www.webreference.com/programming/css_style2/index.html
Making CSS Rollover Switches:
http://www.elated.com/articles/css-rollover-buttons/
Additional…
Website Codes:
The URL/href will be the link that’s shown from the browser’s target field if you find yourself on the particular page you need to link to be able to.
Making an Photo a Hyperlink:
<a href="URL route to additional link" title="Mouseover Description
If site won’t host pictures, then you should host your own image on the internet at any good image web hosting site.The “src” graphic URL Needs to be the DIRECT link to the photograph alone instead of to the particular page this image will be on.Position the DIRECT WEB ADDRESS to ONLY the image inside the src=”” characteristic.Put the needed link to the site inside the href=”” characteristic.
Textual content Link:
<a href="URL route to additional link" title="Mouseover Description
You can change the “p” tags to help div tags as well as style since needed.
All the best.
Ron
I will provide you with code in making a connection to other webpages.
<a href="site
Replace site when using the website you want to go to help (include “http://” in the beginning)
Replace description with the link text
<a href="link runs here" title="Add any description here
That may create your link.The title is definitely added to make it far more usable and also accessible.
<a href="http://www._____.
Leave a Reply
You must be logged in to post a comment.