Content deleted Content added
No edit summary |
m →top: Replaced deprecated <source> tags with <syntaxhighlight> |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
Hello, Wikipedians!
Line 9:
2. Type in the first line:
*TIP: The code <code><!DOCTYPE HTML></code> is not case-sensitive. You can type in: <code><!doctype html></code>, <code><!Doctype Html></code>, or <code><!DOCTYPE HTML></code>.
<
#Type in the second line:
<
3. Type in the third line:
*BEWARE: Don't type in the <
<
<!---Character set and title content to go here--->
</head>
Line 23:
<body>
<!---Text, image, video (etc) content to go here-->
</body></
4. Within the <head> section, type in:
<
<meta charset="UTF-8">
<title>Getting Started with HTML5</title>
</syntaxhighlight>
5. Within the <body> section, type in:
<
<h1>Hello World!</h1>
</syntaxhighlight>
6. Type in the final line:
<
</html>
</syntaxhighlight>
7. Now show it up in your browser~
|