Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <h1>This is a heading</h1> <p>To display an ampersand &, use the following entity: &amp;. Or, you can also use &#38; .</p> </body> </html>