Frontend Development

VERY basic HTML template

Submitted by NSA, , Thread ID: 10768

Thread Closed
01-10-2015, 08:18 PM
This post was last modified: 02-10-2015, 11:55 PM by NSA
#1
Code:
<!DOCTYPE html>
<html>

<header>

    <title> My first website! </title>

</header>

<body>

    <h1>My First Heading</h1>

    <p>My first paragraph.</p>

</body>
</html>
xxx

RE: VERY basic HTML template

#2
lol^^
I can't see the template :D

RE: VERY basic HTML template

#3
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</html>

RE: VERY basic HTML template

#4
.. Remember to close tags.

RE: VERY basic HTML template

#5
Missing </body> tag?
[Image: InZ3hGx.png]

RE: VERY basic HTML template

OP
#6
01-10-2015, 09:30 PM
Faded Wrote:
Missing </body> tag?

Faded is smart.
xxx

RE: VERY basic HTML template

#7
Why not add
<head>
<title>My First Title</title>
</head>

RE: VERY basic HTML template

OP
#8
02-10-2015, 11:51 PM
stardust342 Wrote:
Why not add
<head>
<title>My First Title</title>
</head>

Good suggestion, I shall add that now
xxx

RE: VERY basic HTML template

#9
02-10-2015, 11:49 PM
NSA Wrote:
01-10-2015, 09:30 PM
Faded Wrote:
Missing </body> tag?

Faded is smart.

Hey I did a lot today.
[Image: SgXrYXe.png]
[Image: InZ3hGx.png]

RE: VERY basic HTML template

OP
#10
02-10-2015, 11:58 PM
Faded Wrote:
02-10-2015, 11:49 PM
NSA Wrote:
01-10-2015, 09:30 PM
Faded Wrote:
Missing </body> tag?

Faded is smart.

Hey I did a lot today.
[Image: SgXrYXe.png]

wat editor is dat?
xxx

Users browsing this thread: 1 Guest(s)