Skip to content

Add index.html file#2

Open
pujagarwal wants to merge 2 commits intomasterfrom
add-index
Open

Add index.html file#2
pujagarwal wants to merge 2 commits intomasterfrom
add-index

Conversation

@pujagarwal
Copy link
Copy Markdown
Owner

Adding index.html file to my github page

Comment thread index.html Outdated
Added html tags to the content
Copy link
Copy Markdown

@github-learning-lab github-learning-lab bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh, I didn't detect <html> and <body> tags. Here are some troubleshooting steps:

  1. Check your spelling. We're checking specifically for the tags: <html>, <body>, </body>, and </html>.
  2. Check the order of your tags. The opening <html> tag should appear first, followed by the opening <body> tag, then the content, the closing <body> tag, and the closing <html> tag.
  3. Ensure you modified the index.html file, and not some other file.

Let's try again!

⌨️ Activity: Add the html and body tags to index.html

  1. Click on Files Changed to see the newly added index.html file.
  2. Click on the ellipsis (...) and select Edit file.
  3. Before the existing content, add an opening <html> tag, and an opeining <body> tag.
  4. After the existing content, add a closing </body> tag, and a closing </html> tag.
  5. In the Commit changes section, enter a commit message that describes what you've done.
  6. Ensure you've selected Commit directly to the add-index branch.
  7. Click on Commit changes.

I'll respond when I detect you've committed in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants