BASIC HTML/XHTML LINK CODES

HTML stands for Hypertext Mark-up Language and is the programming language used to create web pages. To create a web page you basically type the information you want then use HTML tags to enhance the text, create links, or insert images .HTML tags are letters or words between two brackets, like this:< html >

HTML/XHTML LINK CODES



  • Add URL Links use this code :
 


  • The code below will open the URL in New Window:




  • Add images to your webpage use this code:

(Note: Remove all _proxy between Img src)




  • Image code with 'alt' attribute:

[if the browser does not load images display text instead of image with 'alt' attribution]
(Note: Remove all _proxy between Img src)




  • Use Image as as a link use this code:
(Note: Remove all _proxy between Img src)



  • Open in new window image link use this code:


(Note: Remove all _proxy between Img src)




  • To adjust image link size use this code:



(Note: Remove all _proxy between Img src)