Add comment explaining the <base> tag

This commit is contained in:
Paul Macey 2016-05-24 11:30:32 +01:00
parent f477b10f3e
commit dfbcdf5a48
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ A collection of HTML head elements.
``` html
<title>Page Title</title>
<!-- The <base> tag defines a base URL for all relative links in the document -->
<base href="https://example.com/page.html">
<style>
body { color: red; }