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>article tag example</h1> <article> <h2>PNLdev.com.com</h2> <p>A website to easily learn programming languages and a reference to answer all your questions.</p> </article> <article> <h2>reference/html</h2> <p>Website HTML Reference Page PNLdev.com Categorizes all relevant topics for you so that you can access them easily.</p> </article> <article> <h2>reference/html/html-by-alphabet</h2> <p>The HTML page has placed all the relevant tags along with explanations and examples for you, based on the alphabet.</p> </article> </body> </html>