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

0 points
Submitted by hav0xcode
over 8 years

Why will my <!doctype html> tag not register

this is making me mad.

Answer 56011b519376761b9d000207

2 votes

Permalink

as you learned in html basic, the correct tag is:

<!DOCTYPE html>

with doctype being uppercase.

points
Submitted by stetim94
over 8 years

4 comments

stetim94 over 8 years

True, but this course sometimes contains xml syntax pieces. And SCT (submission correctness test) is set to only recognize

Jesse Good over 8 years

Right, so I think the “correct” answer is “SCT is set to only recognize an uppercase DOCTYPE even though lowercase is valid according to HTML spec.”

stetim94 over 8 years

yes, that is indeed the way it is. But i would still use

Answer 5600e114937676b7ec00003c

0 votes

Permalink

this is also happening to me so frustrating

points
Submitted by rsulli
over 8 years

Answer 56016250937676f5b4000027

0 votes

Permalink

I did use that stetim

points
Submitted by hav0xcode
over 8 years

4 comments

stetim94 over 8 years

the code you provided you used doctype lowercase instead of uppercase. If you still have a problem, post your full code

hav0xcode over 8 years

I used a uppercase doctype anyway I figured it out bro. thanks anyway

Navya Saini over 8 years

how did you do it? I am having the same problem

stetim94 over 8 years

well, if you have a problem, post your code. We can’t help you if you say you got the same problem