diff --git a/guide/english/html/elements/base-tag/index.md b/guide/english/html/elements/base-tag/index.md index e1a29a19cd..5b11ce4af3 100644 --- a/guide/english/html/elements/base-tag/index.md +++ b/guide/english/html/elements/base-tag/index.md @@ -3,11 +3,15 @@ title: Base Tag --- ## Base Tag -This is a stub. Help our community expand it. +`` tag must be inside the `` element and contains a URL which serves as the base URL for all relative URLs in the page. There can be a maximum of one `` tag in a page. -This quick style guide will help ensure your pull request gets accepted. - - +Example usage: +```html + + + +``` #### More Information: - + +- <base>: The Document Base URL element