How do you bind HTML attributes in Vue.js?

HTML attributes are bound using v-bind or the shorthand :. For example, :href="url" binds the href attribute to a dynamic URL.