Skip to content

added header tags#4

Open
Meghaanil wants to merge 2 commits intomainfrom
add-headers-and-images
Open

added header tags#4
Meghaanil wants to merge 2 commits intomainfrom
add-headers-and-images

Conversation

@Meghaanil
Copy link
Owner

@Meghaanil Meghaanil commented Sep 8, 2021

added header tags with content

added <h1></h1> tags with content
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.

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.

Uh oh, I didn't detect a list! Here are some troubleshooting steps:

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

Let's try again!

⌨️ Create a list of your favorite sites

  1. Edit the index.html file in your main branch by using this direct link or going to the Code tab, clicking on the index.html file, clicking the pencil 📝 to edit the HTML.
  2. Inside the body tag, create a list, either ordered or unordered, of your favorite sites on the interwebs.
  3. In the Commit changes section, enter a commit message that describes what you've done.
  4. Ensure you've selected Create a new branch for this commit and start a pull request.
  5. Give your branch a descriptive name, like add-links-and-lists.
  6. Click on Commit changes.
  7. Give your pull request a title, and a comment.
  8. Click on Create pull request.

I'll respond in your new 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.

1 participant