it should look like this
<!DOCTYPE html>
<html>
<body>
<head>
<title>title here</title>
</head>
<h1 align:center;>heading here</h1>
then the rest is fine, then finish with
</body>
</html>
You know you're using a bad IDE or you're learning something wrong if you have caps elements.
[QUOTE=jung3o;36848129]You know you're using a bad IDE or you're learning something wrong if you have caps elements.[/QUOTE]
or when it inserts a <p> tag directly after <html>, or uses the "align" attribute, or doesn't add a doctype.
I'll set yall a basic html format because you guys have no idea what you're doing
[html]<!doctype html>
<html>
<head>
</head>
<body>
</body>
</html>
[/html]
Please, it's nothing. Just call me HTML MASTER
[QUOTE=jung3o;36874563]I'll set yall a basic html format because you guys have no idea what you're doing
[html]<!doctype html>
<html>
<head>
</head>
<body>
</body>
</html>
[/html]
Please, it's nothing. Just call me HTML MASTER[/QUOTE]
[URL="http://www.whatwg.org/specs/web-apps/current-work/#the-doctype"]Doctype should be capitalized.[/URL]
[QUOTE=Jelly;36875039][URL="http://www.whatwg.org/specs/web-apps/current-work/#the-doctype"]Doctype should be capitalized.[/URL][/QUOTE]
Did you even read it?
[quote]A DOCTYPE must consist of the following components, in this order:
1. A string that is an ASCII case-insensitive match for the string "<!DOCTYPE".
[...]
Note: In other words, <!DOCTYPE html>, case-insensitively.
[/quote]
[QUOTE=TerabyteS_;36875622]Did you even read it?[/QUOTE]
My bad, I misread.
Your teacher IS AWFUL
(or you are very bad at listening)
Sorry, you need to Log In to post a reply to this thread.