Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <p>Ordinary text.</p> <code>Line of program code.</code> <p>Continuation of the ordinary text.</p> </body> </html>