Open github-learning-lab[bot] opened 4 years ago
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Uh oh, I didn't find the tag inside the
! Here are some troubleshooting steps:<link rel="stylesheet" href="style.css">
.<head>
tag, and before the closing </head>
tag.Let's try again!
<head>
section of the index: <link rel="stylesheet" href="style.css">
Step 12: Make it beautiful
You may be wondering why your page hasn't looked exactly the same as the sample I showed in the beginning. That's because HTML gives your webpage structure, but the simple tags you have learned so far don't tell the web browser how you want each page element to appear.
The appearance of each page element is defined through styles and is the subject of another course. For now, I have added a stylesheet for you.
For your webpage to use your new stylesheet, you just need to link it within the
<head>
of yourindex.html
file. If you include the following link in yourindex.html
file, your webpage will begin using the css file to make your website look awesome!As an example, your
index.html
file might look like this::keyboard: Activity: Create a style to your site
index.html
file in theadd-style
branch by using this direct link or going to the Code tab, selecting theadd-style
branch, clicking on theindex.html
file, and clicking the pencil :pencil: to edit.<head>
tags, add the following<link rel="stylesheet" href="style.css">
.I'll respond when I detect you've committed in this pull request.