wartość relationship w linkach rel=” „

rel – relationship to microformat

możliwe wartości rel w linkach:

  • rel=”Start”
  • rel=”Top”
  • rel=”Up”
  • rel=”First”
  • rel=”Prev” rel=”Previous”
  • rel=”Next”
  • rel=”Last”
  • rel=”Contents” rel=”Toc” – Zawartość
  • rel=”Chapter” (Mozilla)
  • rel=”Section” (Mozilla)
  • rel=”Subsection” (Mozilla)
  • rel=”Appendix” (Mozilla)
  • rel=”Glossary” – Słownik
  • rel=”Index”
  • rel=”Help”
  • rel=”Search”
  • rel=”Author”
  • rel=”Copyright”
  • rel=”Bookmark”
  • rel=”Alternate” lang=”język” – inne wersje
  • rel=”tag”
  • REL=Home
  • REL=ToC The link references a document serving as a table of contents.
HTML5

Hope this helps and happy coding :)

Zobacz jeszcze

ilość posów w kategorii i strzałka dla parent link menu - Walker_Nav_Menu

wyświetlenie ilości postów danej kategorii dzięki $category->category_count oraz wyświetlenie ikony strzałki przy pozycjach mających sub-menu: class Nav_Walker_Nav_Menu extends...

ES6

arrow function - => this nie jest przenoszone ternary operator - ${ condition ? true : false } template literal, template strings - kod pomiędzy `` pozwala na łamanie lini kodu i...