You are viewing our Forum Archives. To view or take place in current topics click here.
Gradually Learning Website Coding
Posted:

Gradually Learning Website Coding Posted:

OpenInkz
  • Ladder Climber
Status: Offline
Joined: Mar 23, 201212Year Member
Posts: 337
Reputation Power: 16
Status: Offline
Joined: Mar 23, 201212Year Member
Posts: 337
Reputation Power: 16
</head><body>
<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>

<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>




</body></html>
#2. Posted:
Thessalia
  • New Member
Status: Offline
Joined: Nov 22, 201311Year Member
Posts: 4
Reputation Power: 0
Status: Offline
Joined: Nov 22, 201311Year Member
Posts: 4
Reputation Power: 0
Where is your opening HTML tag and your Title tag? O.o
#3. Posted:
Provenance
  • Powerhouse
Status: Offline
Joined: May 15, 201014Year Member
Posts: 400
Reputation Power: 19
Status: Offline
Joined: May 15, 201014Year Member
Posts: 400
Reputation Power: 19
OpenInkz wrote
</head><body>
<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>

<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>




</body></html>

Ok there are a few things wrong with your code. For starters always start off like this:
<html>
           <head>
               <title>Whatever you want to call it</title>
           </head>

Then you go into your body. Which should look something like this:

<body>
     <img style="float:left" src="Banner.png">
<h1>Test</h1><p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
And so on......
</body>
</html>

Note how I didn't close the "p" part of the code. This is because there is no need to. You are telling the website to add a double space there and that is it. It wont keep adding the space. Unless you wanted it to. I hope this helps you a little if I missed anything feel free to add on guys.


-TTG_Splice-
#4. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
-TTG_Splice- wrote
OpenInkz wrote
</head><body>
<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>

<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>




</body></html>

Ok there are a few things wrong with your code. For starters always start off like this:
<html>
           <head>
               <title>Whatever you want to call it</title>
           </head>

Then you go into your body. Which should look something like this:

<body>
     <img style="float:left" src="Banner.png">
<h1>Test</h1><p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
And so on......
</body>
</html>

Note how I didn't close the "p" part of the code. This is because there is no need to. You are telling the website to add a double space there and that is it. It wont keep adding the space. Unless you wanted it to. I hope this helps you a little if I missed anything feel free to add on guys.


-TTG_Splice-


I would assume he accidentally forgot to copy the start of his code seeing he closes an html element at the end, and a head at the beginning..

Also, why wouldn't he close the p element? If he doesn't, it can cause problems later and is completely unconventional. If you don't want the extra spacing following a p element, that's what style sheets are for..
#5. Posted:
Provenance
  • Powerhouse
Status: Offline
Joined: May 15, 201014Year Member
Posts: 400
Reputation Power: 19
Status: Offline
Joined: May 15, 201014Year Member
Posts: 400
Reputation Power: 19
WebDev wrote
-TTG_Splice- wrote
OpenInkz wrote
</head><body>
<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>

<img style="float:left" src="Banner.png">
<h1>Test</h1>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h2>Test 123</h2>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<h3>Test 1234</h3>
<p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
</p>
<div class="borderOne">
</div>




</body></html>

Ok there are a few things wrong with your code. For starters always start off like this:
<html>
           <head>
               <title>Whatever you want to call it</title>
           </head>

Then you go into your body. Which should look something like this:

<body>
     <img style="float:left" src="Banner.png">
<h1>Test</h1><p>
Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today. Hello im from openinkz and today.
Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.Hello im from openinkz and today.
And so on......
</body>
</html>

Note how I didn't close the "p" part of the code. This is because there is no need to. You are telling the website to add a double space there and that is it. It wont keep adding the space. Unless you wanted it to. I hope this helps you a little if I missed anything feel free to add on guys.


-TTG_Splice-


I would assume he accidentally forgot to copy the start of his code seeing he closes an html element at the end, and a head at the beginning..

Also, why wouldn't he close the p element? If he doesn't, it can cause problems later and is completely unconventional. If you don't want the extra spacing following a p element, that's what style sheets are for..

I was taught that you didn't have to, so looking at it made me question what he did. However, after saying that I did go and make a sample .html and saw what he was trying to do. Plus I did say "Unless you wanted it too(be put in like that)"


-TTG_Splice-
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.