<?xml version="1.0" encoding="utf-8"?>

Attribute value

Attribute value

The attribute value is the second part of the attribute that comes after the equals symbol and is enclosed within quotation marks. The value tells you what exactly the attribute is going to do — in the example href="design.html", the value of the attribute href is "design.html", and this is also the URL of the link that the browser will redirect users to when clicked.

You might notice that the link in this example doesn't begin with https://www — that's because the page it leads to is hosted within the website.

Improve your UX & Product skills with interactive courses that actually work