Passing a variable and html5 ID attribute through a link

When you’re developing websites, you sometimes pass information through the URL (link). In HTML, information to jump to another section of the same page is also passed through the link. What do you do when you need both? Let me… Read on