<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
Hey, on lesson ten it keeps telling me to correct my href, but I did all the steps
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a><a href!"https://www.pinterest.com/">For inspiration</a>
</body>
</html>
Replace this line with your code.
<do not remove the three backticks above>
Please put a link with the lesson you are stuck on
Please paste in your code, the error shown and the URL lesson
You have the a tag twice you need it once, also you have an !
instead of =
Like so:
<a href="https://www.pinterest.com/">For inspiration</a>
@candycornlover1 @funct1on You couldn’t see his code as the post wasn’t formatted correctly
@annamarjorie616 use this guide when posting code
1 Like
system
closed
#5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.