WebTricks
Home
Home
Tutorials
Q&A Forum
Blog
Videos
Sign up / Register
html introduction - Playground
Back to Lesson
HTML Code
<html> <head> <title>Page title</title> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html>
CSS Code
/* Write your CSS here */
Run Code