Merge pull request #84 from pmacey/patch-1

Add comment explaining the <base> tag
This commit is contained in:
Josh Buchea 2016-05-24 11:36:57 -07:00
commit fbb4b3f1e6
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; }