Code Editor Panel
Home
HTML Tutorial
HTML Formatting
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <small>This is a Small Text.</small>
<p>HTML is a <mark>Hypertext Markup Language.</mark></p>
<p>I love the <del>green</del> color.</p>
<p>I love the <del>green </del> <ins>Orange</ins> color.</p>
</body> </html>
Output