Skip to content

Update index.html - #6

Merged
DevilsKingX merged 2 commits into
mainfrom
DevilsKingX-patch-1
Dec 21, 2021
Merged

Update index.html#6
DevilsKingX merged 2 commits into
mainfrom
DevilsKingX-patch-1

Conversation

@DevilsKingX

Copy link
Copy Markdown
Owner

No description provided.

Comment thread index.html Outdated
<ol>
<li>This</li>
<li>is</li>
<li>Ordered</li>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Step 10: Add links to your list

✅ Check
✅ That
✅ Off your list!

Great job with lists. Let's try adding some links, shall we?

About hyperlinks

Hyperlinks allow people to navigate through pages on the web. Links are achieved with the anchor tag, <a>, and have two major components: the location they link to, and the content that should be linked. The location of the link is specified as a href attribute, and the content that should be linked can be specified between the opening and closing tags, like this:

  ```
  <li><a href="https://github.com">This is a link to GitHub!</a></li>
  ```

⌨️ Activity: Create links to your favorite sites

Apply this suggested change, or follow the instructions below if you'd like to type out the code manually. Please note that the suggested change may not be in the proper place for your list, so make sure it is inside of a set of <ol> or <ul> tags.

Suggested change
<li>Ordered</li>
<li>My favorite site is <a href="https://github.com">GitHub</a>!</li>
  1. Click on Files Changed.

  2. Click on the ellipsis (...) and select Edit file.

  3. In the list you just created, add a link to each of your favorite sites to their respective URLs. You can do this by adding an opening anchor tag <a> tag with href attribute with your favorite site's URL, the name of the site inside the anchor tag, and a closing anchor </a> tag. Here is an example of a list item with a link:

    <li><a href="https://github.com">This is a link to GitHub!</a></li>
    
  4. In the Commit changes section, enter a commit message that describes what you've done.

  5. Click on Commit changes.


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

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Step 11: Merge your third pull request

Those links are looking great, @DevilsKingX.

Go ahead and merge this pull request. Don't forget to delete your branch!

⌨️ Activity: Merge the list and links

  1. Click on Merge pull request below.
  2. Click on Confirm merge.
  3. Click on Delete branch.

I'll respond when you've merged this pull request.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Step 11: Merge your third pull request

Those links are looking great, @DevilsKingX.

Go ahead and merge this pull request. Don't forget to delete your branch!

⌨️ Activity: Merge the list and links

  1. Click on Merge pull request below.
  2. Click on Confirm merge.
  3. Click on Delete branch.

I'll respond when you've merged this pull request.

@DevilsKingX
DevilsKingX merged commit 9326231 into main Dec 21, 2021
@DevilsKingX
DevilsKingX deleted the DevilsKingX-patch-1 branch December 21, 2021 17:01
@github-learning-lab

Copy link
Copy Markdown
Contributor

Great! I've opened a new issue for you.


Go to the next issue here.

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