Frontend Development

VERY basic HTML template

Submitted by NSA, , Thread ID: 10768

Thread Closed
NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
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

Hurt Locker
Member
Level:
0
Reputation:
0
Posts:
106
Likes:
4
Credits:
0
01-10-2015, 08:20 PM
#2
lol^^
I can't see the template :D

RE: VERY basic HTML template

zGeek
Aokie
Prime
Level:
0
Reputation:
26
Posts:
782
Likes:
60
Credits:
1.46K
01-10-2015, 08:21 PM
#3
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</html>

RE: VERY basic HTML template

Aeux
vittu
Level:
0
Reputation:
42
Posts:
577
Likes:
41
Credits:
72
01-10-2015, 09:19 PM
#4
.. Remember to close tags.

RE: VERY basic HTML template

Faded
Legend
Level:
21
Reputation:
215
Posts:
10.2K
Likes:
1.12K
Credits:
15K
01-10-2015, 09:30 PM
#5
Missing </body> tag?
[Image: InZ3hGx.png]

RE: VERY basic HTML template

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
OP
02-10-2015, 11:49 PM
#6
01-10-2015, 09:30 PM
Faded Wrote:
Missing </body> tag?

Faded is smart.
xxx

RE: VERY basic HTML template

stardust342
Novice
Level:
0
Reputation:
0
Posts:
45
Likes:
9
Credits:
171
02-10-2015, 11:51 PM
#7
Why not add
<head>
<title>My First Title</title>
</head>

RE: VERY basic HTML template

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
OP
02-10-2015, 11:55 PM
#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

Faded
Legend
Level:
21
Reputation:
215
Posts:
10.2K
Likes:
1.12K
Credits:
15K
02-10-2015, 11:58 PM
#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

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
OP
03-10-2015, 12:10 AM
#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)