HTML and CSS is not working?

后端 未结 2 1587
孤独总比滥情好
孤独总比滥情好 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: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/

提交回复
热议问题