2019/02/12, third day in a row
I'm doing lesson 11 from Basic HTML at FreeCodeCamp. About the <a> anchor tag. Interesting bit from MDN: it accepts a download attribute in HTML5 where the linked file is not followed but proposed for download. hreflang allows values from BCP47 to inform about the linked file language.
<a name="stuff"> could be the target of a local link. But adding id="stuff" works with <a href="#stuff">. Good to know.<a href="#"> an orthodox way to create a dead link?That's all for today. Already close to 2am...