Code - Cheat Sheet

Monday, May 11, 2020

< nav >

  • navigational items for the website. It may point to other webpages or to different sections of the same webpage
  • usually found inside the <header> tags, or directly underneath these tags
HTML - code view example:
<nav>
  <a href="/html/">HTML</a> |
  <a href="/css/">CSS</a> |
  <a href="/js/">JavaScript</a> |
  <a href="/jquery/">jQuery</a>
</nav>

No comments:

Post a Comment

Panels

Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...