PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> <body> <h1>body tag example</h1> <p>All the content that you see in the form of text, images, etc. in HTML documents, are inside the body tag.</p> </body> </html>