You are viewing our Forum Archives. To view or take place in current topics click here.
basic html tutorial
Posted:
basic html tutorialPosted:
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
[ Register or Signin to view external links. ]
follow these steps to making your own html site in notepad
first off do this:
<html>
<head>
<title>
TTG TUTORIAL
</title>
</head>
<body>
<h1><center>welcome to my webpage</h1></center>
<br>
<p><center> your info</center></p>
<hr>
</body>
</html>
save it as a .html file
Last edited by XExJasperModv2 ; edited 1 time in total
follow these steps to making your own html site in notepad
first off do this:
<html>
<head>
<title>
TTG TUTORIAL
</title>
</head>
<body>
<h1><center>welcome to my webpage</h1></center>
<br>
<p><center> your info</center></p>
<hr>
</body>
</html>
save it as a .html file
Last edited by XExJasperModv2 ; edited 1 time in total
#2. Posted:
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Not seeming to sound rude, but you really need to slow down and think about your post.
Your HTML is incorrect, the <h1> isn't closed, and neither is <body>
You havent said what you save the file as, anybody trying to follow this would just save it as .txt rather than as .htm or .html
The structure of the post is not very insteresting and doesnt grab anyones attention.
Constructive critism, please dont flame.
Your HTML is incorrect, the <h1> isn't closed, and neither is <body>
You havent said what you save the file as, anybody trying to follow this would just save it as .txt rather than as .htm or .html
The structure of the post is not very insteresting and doesnt grab anyones attention.
Constructive critism, please dont flame.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
i fixed it up sorry guys for stuffing it up in the first place
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Aug 13, 201113Year Member
Posts: 2,113
Reputation Power: 103
Not a very good tutorial. I was thinking about going ahead and making my own guide(s) to HTML, HTML5.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Tutorials explain and teach. I don't see that anywhere. This is just a template and it's not even valid. There is no Doctype deceleration, tags don't end in the right order, <center> tag is obsolete, no character encoding declared, etc.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.