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> <head> <meta charset="UTF-8"> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML,CSS,PHP,JS"> <meta name="author" content="ehsan eslami"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>meta tag example</h1> <p>All meta information goes in the head section...</p> </body> </html>