You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
TheMatty1996
  • Challenger
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
#12. Posted:
-Jordan-
  • TTG Addict
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.
#13. Posted:
TheMatty1996
  • Challenger
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- wrote
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.


not alot.
ill be no hlep
#14. Posted:
-Jordan-
  • TTG Addict
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- wrote
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.


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.
#15. Posted:
TheMatty1996
  • Challenger
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- wrote
larter96 wrote
-Jordan- wrote
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.


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
#16. Posted:
-Jordan-
  • TTG Addict
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- wrote
larter96 wrote
-Jordan- wrote
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.


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.
#17. Posted:
KSIxSP33D
  • TTG Senior
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
#18. Posted:
-Jordan-
  • TTG Addict
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.
#19. Posted:
Fear-ed
  • Wise One
Status: Offline
Joined: Jun 06, 201014Year Member
Posts: 539
Reputation Power: 23
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 ;)
#20. Posted:
-Jordan-
  • TTG Addict
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. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.