Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <html> <head> <title>Example of 'base' Tag</title> <base href="http://www.html.am/" target="_blank"> </head> <body> <p>Check out this <a href="html-editors/online-html-editor.cfm">online editor</a>.</p> </body> </html>
Preview