Home    Ambient    Cerulean    MyGarmin

Monday, January 1, 2007

Blogger Tip: HTML elements in a title

You can embed certain HTML elements in the title of a blog post. For example, the following code uses the anchor element to define a link to a video on another website:

<a href="https://vimeo.com/99695528">Taoism</a>

This will display 'Taoism' as the title, which when clicked will take the user to the specified video.

Blogger Tips