From 550316fa4ca05447fb4a1490f7786533e5b243c2 Mon Sep 17 00:00:00 2001 From: Shashank Goyal Date: Fri, 18 Jan 2019 02:44:20 +0000 Subject: [PATCH] Added details for the tag (#29064) --- guide/english/html/elements/base-tag/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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