https://www.codecademy.com/en/courses/web-beginner-en-TlhFi/4/4#
Im not sure what im doing wrong in this lesson this is my code this is also for the css
h1{font-family:Verdana,sans-serif
; color:#576d94}
p{font-size:18px ;
color:#4A4943;
font-family:Garamond,serif}
img{height:100px;
width:300px;
border:1px solid #4682b4}
ariej
April 18, 2018, 11:21pm
#2
Please post your code clearly and show the error message
You must end each attribute with a “;” in CSS, even if it is the last command for the selector.
For instance, your h1 selector should be:
h1 {
font-family: Verdana, sans-serif;
color: #576d94 ;
}
Hello I have the same problem. Do you know how to solve it? Thank you
Yes. It appears it is an error that occurs when you use chrome. Try firfox and it worked then.
Thank you for your answer. But I am in firefox. Also I tryied in explorer, but still same problem.
Hello, I received answer from helpdesk. This issue was because old version of course what is unmaintained. "We recently released our new courses back in late August. The HTML & CSS course in your screenshot is our old course material - HTML and CSS have now been divided into two separate courses with new content. "
system
closed
May 5, 2018, 7:37pm
#8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.