If I have an longer article with multiple titles and want to link to a title from the middle of the article, how do I do that? Example: http://en.wikipedia.org/wiki/United_Kingdom#Visual_art
Wikipedia uses html bookmarks, you could have that on your website as well. To create a bookmark: <span id="bookmark1">New paragraph starts here...</span> Code (markup): Then link to it like this: yourdomain.com/somepage.html#bookmark1