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>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>No comments yet. Be the first to ask a question!
Sign in to join the discussion.