Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>External paths</h1> <div>Example of referencing an external page with its URL</div> <p><a href="https://en.wikipedia.org/wiki/HTML">More about HTML</a></p> </body> </html>