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> <style> body{ background-color: #9e9e9e; } h1{ color: #fff; text-align: center; } h2{ font-weight: 1000; text-align: center; } hr{ width: 50%; text-align: center; } </style> </head> <body> <h1>Hello, welcome to the PNLdev website</h1> <hr> <h2>This is an example for a link tag in a head tag </h2> </body> </html>