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> </head> <body> <p>This tag tells the browser that the content inside is a short quote, <q> its text is usually enclosed in single quotation marks (" ").</q> </p> </body> </html>