You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Jun 10, 201014Year Member
Posts: 157
Reputation Power: 6
Status: Offline
Joined: Jun 10, 201014Year Member
Posts: 157
Reputation Power: 6
i wonna learn it. i can do aliitel with adobe dreamweaver sc5
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
larter96 wrote i wonna learn it. i can do aliitel with adobe dreamweaver sc5
Could you please give me an idea of what you already know and what you what to know.
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Jun 10, 201014Year Member
Posts: 157
Reputation Power: 6
Status: Offline
Joined: Jun 10, 201014Year Member
Posts: 157
Reputation Power: 6
-Jordan- wrotelarter96 wrote i wonna learn it. i can do aliitel with adobe dreamweaver sc5
Could you please give me an idea of what you already know and what you what to know.
not alot.
ill be no hlep
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
larter96 wrote-Jordan- wrotelarter96 wrote i wonna learn it. i can do aliitel with adobe dreamweaver sc5
Could you please give me an idea of what you already know and what you what to know.
not alot.
ill be no hlep
I didn't mean to help out with the guides. I wanted to know so that I would have an idea on what guides to write.
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Jun 10, 201014Year Member
Posts: 157
Reputation Power: 6
Status: Offline
Joined: Jun 10, 201014Year Member
Posts: 157
Reputation Power: 6
-Jordan- wrotelarter96 wrote-Jordan- wrotelarter96 wrote i wonna learn it. i can do aliitel with adobe dreamweaver sc5
Could you please give me an idea of what you already know and what you what to know.
not alot.
ill be no hlep
I didn't mean to help out with the guides. I wanted to know so that I would have an idea on what guides to write.
well on no how to get a background and embed things like vidios from youtube and games. thats bout it
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
larter96 wrote-Jordan- wrotelarter96 wrote-Jordan- wrotelarter96 wrote i wonna learn it. i can do aliitel with adobe dreamweaver sc5
Could you please give me an idea of what you already know and what you what to know.
not alot.
ill be no hlep
I didn't mean to help out with the guides. I wanted to know so that I would have an idea on what guides to write.
well on no how to get a background and embed things like vidios from youtube and games. thats bout it
I guess I'll need to cover some basic things then.
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Aug 31, 201014Year Member
Posts: 1,379
Reputation Power: 53
Status: Offline
Joined: Aug 31, 201014Year Member
Posts: 1,379
Reputation Power: 53
I only know (if its part of it)
<html>
<head>
<base href="https://www.thetechgame.com/" />
<title>The Tech Game - Community</title>
<h1>COOL</h1>
<p>LOL</p>
<body>
</html>
Oh also those table stuff
I guess thats what it was i have this on school right now thats all i remember
<html>
<head>
<base href="https://www.thetechgame.com/" />
<title>The Tech Game - Community</title>
<h1>COOL</h1>
<p>LOL</p>
<body>
</html>
Oh also those table stuff
I guess thats what it was i have this on school right now thats all i remember
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
KSIxSP33D wrote I only know (if its part of it)
<html>
<head>
<base href="https://www.thetechgame.com/" />
<title>The Tech Game - Community</title>
<h1>COOL</h1>
<p>LOL</p>
<body>
</html>
Oh also those table stuff
I guess thats what it was i have this on school right now thats all i remember
Okay. The markup you posted is technically incorrect. Here's a fixed version.
<html>
<head>
<base href="http://www.thetechgame.com/" />
<title>The Tech Game - Community</title>
</head>
<body>
<h1>COOL</h1>
<p>LOL</p>
</body>
</html>
Remember to always indent your code where needed as well. It appears that I'll definitely need to cover some basic things.
- 0useful
- 0not useful
#19. Posted:
Status: Offline
Joined: Jun 06, 201014Year Member
Posts: 539
Reputation Power: 23
One thing I can say about this... w3schools.com ftw ^_^.
Also you dont HAVE to edndent it just helps orginize ;)
Also you dont HAVE to edndent it just helps orginize ;)
- 0useful
- 0not useful
#20. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Shadowzin wrote One thing I can say about this... w3schools.com ftw ^_^.
Also you dont HAVE to edndent it just helps orginize ;)
I never said you HAVE to index. W3Schools has also been proven wrong in various circumstances, Tizag and reference manuals are far better methods of learning. Even in W3schools' footer it says "we cannot warrent full correctnes of all content."
I also stated in an earlier post that I would rather not teach basic things since Tizag does so perfectly. Maybe in future you should read the thread before posting.
W3Schools problems: [ Register or Signin to view external links. ]
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.