This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Chanoknad Mekaew
over 8 years

14/15

Hello, for my code:

<p>My favorite font is <span style="font-family: Arial;">Impact</span>!</p>

I keep receiving this notification Oops, try again. Make sure the word “Impact” has the font-family Impact! I think my code is correct, what do you think?

Answer 55efbd51d3292fc9ab0005c4

0 votes

Permalink

style=”font-family: Impact;”

points
Submitted by Leon
over 8 years

2 comments

Chanoknad Mekaew over 8 years

Thank you

hidude1234 over 8 years

how do you do lesson 14 html basics 3

Answer 55efc767e39efed234000136

0 votes

Permalink

++ bootstrap http://getbootstrap.com/getting-started/ http://getbootstrap.com/2.3.2/components.html We now have .col-xs (phones), .col-sm (tablets), .col-md (desktops), and .col-lg (large desktops).

++ general search Did you try… http://www.codecademy.com/guidance/choose

google search == the Book == jquery [your question] site:developer.mozilla.org CSS [your question] site:developer.mozilla.org javascript [your question] site:developer.mozilla.org [your question] site:jquery.com [your question] site:getbootstrap.com

== discussions / opinions == jquery [your question] site:stackoverflow.com CSS [your question] site:stackoverflow.com javascript [your question] site:stackoverflow.com

== guidance == www.crockford.com [your question] site:crockford.com

http://stackoverflow.com/questions/1795438/load-and-execution-sequence-of-a-web-page https://learn.jquery.com/events/event-delegation/ event- bubbling or Capturing event bubble-up or trickle-down http://stackoverflow.com/questions/4616694/what-is-event-bubbling-and-capturing https://www.codecademy.com/articles/http-errors-404 https://www.codecademy.com/articles

https://developer.mozilla.org/en-US/Learn/HTML/HTML_tags https://developer.mozilla.org/en-US/docs/Web/CSS/Reference https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes http://www.w3schools.com/jquery/jquery_ref_selectors.asp

points
Submitted by Leon
over 8 years

1 comments

hidude1234 over 8 years

dcdsjvhdfjn dj sd

Answer 56058f5f3e0ec8bb870002bf

0 votes

Permalink

@hidude1234,

<!DOCTYPE html>
<html>
    <head>
        <title>Result</title>
    </head>
    <body>
        <p>My favorite font is <span style="font-family:Impact">Impact</span>!</p>
    </body>
</html>
points
Submitted by Leon
over 8 years