I want to learn how to code,from the basic

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<!DOCTYPE html> </html1>

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Challenge: Step 1

Link to the challenge:

1 Like

The beginning of all web pages:

<!DOCTYPE HTML>
<html>

</html>

You mustn’t forget it!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.