HTML and CSS is not working?

后端 未结 2 1584
孤独总比滥情好
孤独总比滥情好 2020-12-12 07:48

I am really new when it comes to web programming, specially when it comes to HTML and CSS, I was reading the Head first book by O reily and there was this example that is no

相关标签:
2条回答
  • 2020-12-12 08:07

    instead of (shift+') to get "

    do not press shift and then press '+' to get ''

    Simple yet I had the exact same problem until Rob's post.

    0 讨论(0)
  • 2020-12-12 08:10

    I pasted your code directly into jsfiddle and the CSS was not applied to the document. Try changing the curly quotes (style type=”text/css”) to regular quotes (style type="text/css") and try again.

    Working example: http://jsfiddle.net/dPdHu/

    0 讨论(0)
提交回复
热议问题