What if you want to link within the same document or to a specific section of another document, well this will require two steps. The first step is that you will have to create the anchor also known as a link or target and in the second step you will have to create a link to the anchor.
Read More ››Now I will show you how to send an email message through a link. In order to do this you will need to use the <a> tag and the href attribute and the protocol mailto: followed by the email address you want the email to be sent to.
Read More ››Now the Web is all about linking from one page to another, if you have more then one web page, you will most likely want to create links from one page to the next and back again. You can also create links to other peoples web pages.
Read More ››Now in this tutorial I will show you how to add large quotations of text as well as how to use the old <blockquote> tag hack to indent your text. If you want your text to be indented farther just add another <blockquote> tag but remember to include the end tag as well.
Read More ››How To Nest HTML & XHTML Tags
Why nest tags you ask because I ordered you to, just playing, nesting tags can give your web page multiple effects to your text and much more.
Read More ››