twitter
261
edits
(→HTML) |
(→HTML) |
||
Line 2: | Line 2: | ||
=== HTML === | === HTML === | ||
Creating hypertext with HTML can be done with this simple code: <a href="url">Link text</a> | Creating hypertext with HTML can be done with this simple code: <a href="url">Link text</a> | ||
For 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> | For 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> and it would appears as [http://www.w3schools.com/html/html_links.asp#gsc.tab=0 Links] | ||
=== Use the Link button === | === Use the Link button === |