Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Learn HTML — Web Dev Academy</title> <!-- SEO description (150-160 chars ideal) --> <meta name="description" content="Master HTML from the ground up with practical examples and exercises. Perfect for beginners and intermediate developers."> <!-- Author --> <meta name="author" content="Jane Doe"> <!-- Crawler directives --> <meta name="robots" content="index, follow"> <!-- Canonical URL --> <link rel="canonical" href="https://webdevacademy.com/learn/html/"> </head> <body>...</body> </html>
Result
Open