Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy section tag</title> </head> <body> <section> <h2>HTML</h2> <p>A HTML Wikitechy Tutorials for learners.</p> </section> <section> <h2>CSS</h2> <p>A CSS Wikitechy Tutorials for learners.</p> </section> </body> </html>
Result