Input
Output
<!DOCTYPE html> <html> <head> <title>Onlinetpoint</title> </head> <body><article> <h2>Understanding HTML5 Semantic Tags</h2> <p>HTML5 introduces tags like <code><article></code>, <code><section></code>, and <code><aside></code> to structure content meaningfully.</p> <p>These tags enhance readability, SEO, and accessibility for modern web applications.</p> <footer> <p>Posted on June 21, 2025 by Manivannan</p> </footer> </article> </body> </html>