Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update index.html #5

wants to merge 1 commit into from

Conversation

aman-easy
Copy link
Owner

No description provided.

Copy link
Contributor

@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.

I didn't detect an <h1> tag. Here are some troubleshooting steps:

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

Let's try again!

⌨️ Create a header for your web page

  1. Click on the Code tab.
  2. Click on the index.html file.
  3. Click the pencil 📝 to edit the HTML.
  4. Inside the body tag, add an opening <h1> tag, some content for the header, and a closing </h1> tag.
  5. In the Commit changes section, enter a commit message that describes what you've done.
  6. Ensure you've selected Create a new branch for this commit and start a pull request.
  7. Give your branch a descriptive name, like add-headers-and-images.
  8. Click on Commit changes.
  9. Give your pull request a title, and a comment.
  10. Click on Create pull request.

I'll respond when you open a pull request.

@aman-easy aman-easy closed this May 2, 2020
@aman-easy aman-easy reopened this May 2, 2020
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.

1 participant