noreferrer vs noopener vs nofollow
#htmlnoreferrer
, noopener
and nofollow
are rel attribute values that are important to use on links for both SEO and security.
noreferrer
, noopener
and nofollow
are rel attribute values that are important to use on links for both SEO and security.
Occasionally you might need to be able to submit a form using a button outside of the form element and luckily it’s simple to do without any JavaScript necessary.
The lang attribute is used to define the language of the text content of an element. It is usually found on the HTML tag, where it is used to define the language of a web page.
Yes, you can use multiple rel values on a
and even area
elements.
Native lazy loading is now supported in most browsers, it’s super easy to implement and doesn’t rely on JavaScript.