HTML Document Structure

HTML Document Structure

Every HTML page starts with this boilerplate:

<!DOCTYPE html>\n<html lang="en">\n<head>\n  <meta charset="UTF-8">\n  <title>My Page</title>\n</head>\n<body>\n  <h1>Hello!</h1>\n</body>\n</html>
Sign in to track your progress.

Q&A / Discussion

No comments yet. Be the first to ask a question!

Sign in to join the discussion.