0 of 12 lessons completed
Every HTML document follows a standard structure to ensure proper rendering.
HTML<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Page</title> </head> <body> <h1>Welcome</h1> </body> </html>
Create a complete HTML document with:
lang="en"