envettehori
New Member
I have a HTML page reference a stylesheet on my github.It is:\[code\]<html><head> <title>Basic JavaScript Quiz</title> <link rel="stylesheet" type="text/css" href="https://raw.github.com/dublintech/JavaScript_Examples/master/jsquiz/css/jquiz.css" /> </head><body> <h1 id="title">Please be styled</h1></body></html>\[/code\]My expectation is that the \[code\]Please be styled\[/code\] will be styled as per stylesheet. But it is not.Any ideas?Thanks.