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>aside tag example</h1> <p>I traveled to Maldives with some of my friends for summer vacation and stayed there for about 2 weeks</p> <aside> <h4>the Maldives</h4> <p> The Maldives are known as “the tropical paradise” for reasons such as its beauty. Each island has pure white sandy beaches. </p> </aside> </body> </html>