Sinisterly
[HTML]Super noob script - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: [HTML]Super noob script (/Thread-HTML-Super-noob-script)

Pages: 1 2


[HTML]Super noob script - Mobbin_mybb_import7377 - 12-18-2012

so im new to html and i just got disconnected for the last 20min so i though i know what ill do ill see how much ive leant with html so i opened up notepad and enter this

Code:
<doctype html> <html> <body> <h2>Free Skype Credits</2> <p>Do you want to be in with a chance of winning free skype premium?</p> <br> <h1>THEN GET READY :dxd:'[</h1> <br> <p>all you need to do is goto <a href= http://hacksociety.net/member.php?action=register&referrer=6344>HERE</a>here <br><h1>AND</h1> <a href=http://www.hackcommunity.com/member.php?action=register&referrer=23219>HERE</a></p> <h4><code>once you have done that you must pay a sum of £1.25 for viewing the highest most graphical site on the net <br><a href=http://www.fuckforums.org/fuckjews.php>The all mighty song TROLOLOL <br> <a href=http://codezone.us/member.php?action=register&referrer=9>The next up and coming sister site of HS </a></a></code></h4> </body> <html>

what you think super noob lol


[HTML]Super noob script - Mobbin_mybb_import7377 - 12-18-2012

so im new to html and i just got disconnected for the last 20min so i though i know what ill do ill see how much ive leant with html so i opened up notepad and enter this

Code:
<doctype html> <html> <body> <h2>Free Skype Credits</2> <p>Do you want to be in with a chance of winning free skype premium?</p> <br> <h1>THEN GET READY :dxd:'[</h1> <br> <p>all you need to do is goto <a href= http://hacksociety.net/member.php?action=register&referrer=6344>HERE</a>here <br><h1>AND</h1> <a href=http://www.hackcommunity.com/member.php?action=register&referrer=23219>HERE</a></p> <h4><code>once you have done that you must pay a sum of £1.25 for viewing the highest most graphical site on the net <br><a href=http://www.fuckforums.org/fuckjews.php>The all mighty song TROLOLOL <br> <a href=http://codezone.us/member.php?action=register&referrer=9>The next up and coming sister site of HS </a></a></code></h4> </body> <html>

what you think super noob lol


RE: [HTML]Super noob script - The Real Slim Shady - 12-18-2012

Well, its nothing special... but just a quick glance at the code and i see some basic errors

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<h2>Free Skype Credits</2>

You left the h out of the /h2 closing tag

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<a href=http://codezone.us/member.php?action=register&referrer=9>The next up and coming sister site of HS </a></a></code></h4> </body> <html>

You have put 2 closing /a tags after the link to codezone

You also didnt close the /html tag properly. you left out the forward slash


RE: [HTML]Super noob script - The Real Slim Shady - 12-18-2012

Well, its nothing special... but just a quick glance at the code and i see some basic errors

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<h2>Free Skype Credits</2>

You left the h out of the /h2 closing tag

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<a href=http://codezone.us/member.php?action=register&referrer=9>The next up and coming sister site of HS </a></a></code></h4> </body> <html>

You have put 2 closing /a tags after the link to codezone

You also didnt close the /html tag properly. you left out the forward slash


RE: [HTML]Super noob script - LightX - 12-18-2012

(12-18-2012, 02:55 AM)Geoff Wrote: Well, its nothing special... but just a quick glance at the code and i see some basic errors

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<h2>Free Skype Credits</2>

You left the h out of the /h2 closing tag

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<a href=http://codezone.us/member.php?action=register&referrer=9>The next up and coming sister site of HS </a></a></code></h4> </body> <html>

You have put 2 closing /a tags after the link to codezone

You also didnt close the /html tag properly. you left out the forward slash

Oh, I didnt know that about the double </a>'s
And i didnt even check to see if there was a closing HTML xD


RE: [HTML]Super noob script - LightX - 12-18-2012

(12-18-2012, 02:55 AM)Geoff Wrote: Well, its nothing special... but just a quick glance at the code and i see some basic errors

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<h2>Free Skype Credits</2>

You left the h out of the /h2 closing tag

(12-18-2012, 02:03 AM)MobbiN Wrote:
Code:
<a href=http://codezone.us/member.php?action=register&referrer=9>The next up and coming sister site of HS </a></a></code></h4> </body> <html>

You have put 2 closing /a tags after the link to codezone

You also didnt close the /html tag properly. you left out the forward slash

Oh, I didnt know that about the double </a>'s
And i didnt even check to see if there was a closing HTML xD


RE: [HTML]Super noob script - The Real Slim Shady - 12-18-2012

(12-18-2012, 02:03 AM)MobbiN Wrote: <br><a href=http://www.fuckforums.org/fuckjews.php>The all mighty song TROLOLOL

You also left out the closing /a tag in this link.

(12-18-2012, 02:56 AM)LightX Wrote: Oh, I didnt know that about the double </a>'s
And i didnt even check to see if there was a closing HTML xD

you have 2 accounts? are you mobbin too?


RE: [HTML]Super noob script - The Real Slim Shady - 12-18-2012

(12-18-2012, 02:03 AM)MobbiN Wrote: <br><a href=http://www.fuckforums.org/fuckjews.php>The all mighty song TROLOLOL

You also left out the closing /a tag in this link.

(12-18-2012, 02:56 AM)LightX Wrote: Oh, I didnt know that about the double </a>'s
And i didnt even check to see if there was a closing HTML xD

you have 2 accounts? are you mobbin too?


RE: [HTML]Super noob script - Mobbin_mybb_import7377 - 12-18-2012

Nope he aint me and yeah i made a few mistakes i was high as fuck when i made this


RE: [HTML]Super noob script - Mobbin_mybb_import7377 - 12-18-2012

Nope he aint me and yeah i made a few mistakes i was high as fuck when i made this