twitter
261
edits
(→HTML) |
(→HTML) |
||
Line 1: | Line 1: | ||
==How to Link== | ==How to Link== | ||
=== HTML === | === HTML === | ||
Creating hypertext with HTML can be done with | Creating hypertext with HTML can be done with a simple code. The HTML link syntax looks like this: <a href="url">Link text</a> [http://www.w3schools.com/html/html_links.asp#gsc.tab=0] | ||
Example: To link to a page about linking, I would use this code <a href= "http://www.w3schools.com/html/html_links.asp#gsc.tab=0">Links</a>. It would then appear as: [http://www.w3schools.com/html/html_links.asp#gsc.tab=0 Links] | Example: To link to a page about linking, I would use this code <a href= "http://www.w3schools.com/html/html_links.asp#gsc.tab=0">Links</a>. It would then appear as: [http://www.w3schools.com/html/html_links.asp#gsc.tab=0 Links] |