Snippets Collections
href=”url” -------------Provides the url of the hypertext link

target=(_blank|_parent|_self|_top) --------------Specifies where to open the linked document

download=”filename” ------------Indicates that the link should be downloaded as
a file, where filename is the name given to the
downloaded file [HTML5]

rel=”type” ---------Provides the relationship between the linked
document and the current page

hreflang=”lang” --------------Indicates the language of the linked document

type=”mime-type” -------------Indicates the media type of the linked document
tel:phone
Call: <a href=”tel:+17045551151”>(704) 555-1151</a>
<a href=”mailto:curbside.thai@example.com”>
 curbside.thai@example.com
</a>
<a href=”ct_start.html”><img src=”ct_logo2.png”
alt=”Curbside Thai” /></a>
<dl>
 <dt>term1</dt>
 <dd>description1</dd>
 <dt>term2</dt>
 <dd>description2a</dd>
 <dd>description2b</dd>
 ...
</dl>
<img src=”file” alt=”text” />
star

Thu Aug 11 2022 15:01:47 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet
star

Thu Aug 11 2022 15:00:36 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet
star

Thu Aug 11 2022 14:59:15 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet
star

Thu Aug 11 2022 14:47:30 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet
star

Thu Aug 11 2022 14:44:13 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet
star

Thu Aug 11 2022 14:31:14 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet
star

Thu Aug 11 2022 14:29:26 GMT+0000 (Coordinated Universal Time)

#markup #link #stylesheet

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension