Make your first website learn all about html
Document Type Declaration
Write the DOCTYPE declaration that goes at the very top of your HTML document.
HTML Root Element
Write the opening `<html>` tag and specify that your website content is in 'English'.
Head Element
Write the opening `<head>` tag to start the document's head section.
Character Encoding
Write the `<meta>` tag that sets your document's character encoding (`charset`) to `UTF-8`.
Viewport Meta Tag
Write the `<meta>` tag with its `name` attribute set to `viewport` and `content` attribute set to `width=device-width, initial-scale=1.0`. This makes your website mobile-friendly.
+ 55 more challenges available in the course
momochamkila
450 XP
bablublaster
150 XP
hariharnautiyal
0 XP