javascript - Adding script JS in HTML problem -
Can someone reply to me why this problem is?
My site works only in Chrome with the following code, at IE 7/8 and Firefox only shows me the background:
gt; Top & gt; & lt; meta http-equiv =" content-type "content =" text / html; Charset = ISO-8859-1 "/> Title of the site & lt; / title & gt; link href =" css / styles.css "rel =" stylesheet "type = "Text / CSS" /> & gt; script type = "text / javascript" Src = "js / functions.js" /> & lt; / head & gt; ...
and this code works in Chrome, IE 7/8 and Firefox :
& lt ;! DOCTYPE html public "- // W3C / / DTT XHTML 1.0 Transcription // N" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "> gt; html xmlns =" http://www.w3.org/1999/xhtml "lang =" pt-br "xml: lang =" pt-br "& gt; & lt ; Top & gt; MetaTouch P-equiv = "content-type" content = "text / html; Charset = ISO-8859-1 "/>
Title & gt; Ceight Title & lt; / title & gt; link href =" css / styles.css "rel =" stylesheet "type =" Text / CSS "/>
Comments
Post a Comment