重新回顾了一遍 freeCodeCamp
上关于 HTML
部分的知识点,这里记录下两条:
1.HTML5 introduces more descriptive HTML tags. These include main, header, footer, nav, video, article, section and others.
2.Sometimes you want to add a elements to your website before you know where they will link.Replace the href attribute value with a #, also known as a hash symbol, to create a dead link.
href="#"