Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy main tag</title> </head> <body> <main> <h1>Wikitechy Tutorials</h1> <p> Wikitechy provide HTML, CSS tutorials for beginners</p> <article> <h1>HTML Tutorial</h1> <p>HTML-Hyper Text Markup Language. It is used to create a static web page.</p> </article> <article> <h1>CSS Tutorial</h1> <p>CSS-Cascading Style Sheets Specification is a computer language that is used to write formatting instructions (rules).</p> </article> </main> </body> </html>
Result