enllaços html links

enllaços html links

enllaç obrir en finestra nova

<a href="url" target="_blank">titol</a>

link image dimensions

<a href="url web"><img src="url image"  width="150" height="150"></a>

Absolute URLs

<p><a href="https://www.w3.org/">W3C</a></p>
<p><a href="https://www.google.com/">Google</a></p>

Relative URLs

<p><a href="html_images.asp">HTML Images</a></p>
<p><a href="/css/default.asp">CSS Tutorial</a></p>

Send email

<a href="mailto:someone@example.com">Send email</a>