Prev Demo
HTML5
>
Base Tag In HTML5
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <base href="http://www.dotnetfunda.com" /> </head> <body> <p> <a href="/abbr.htm">Abbreviation tag</a> </p> <p> <a href="/article.html">Article</a> </p> <p> <a href="/articles/show/3112/progressive-continuous-loading-using-jquery">Something is good</a> </p> <p> <a href="http://www.itfunda.com">ITFunda.com</a> </p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output