Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 01 - Basic HTML Page/challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
</head>
<body>
<!-- Create a heading (H1) with the text "Welcome to 30 days of HTML" -->
<h1>Welcome to 30 days of HTML</h1>
<!-- Create a Paragraph tag with the text "My name is YOUR_NAME and I will complete 30 days of HTML." -->
<p>My name is Samreen and I will complete 30 days of HTML.</p>
</body>
</html>