User:ElGooseMan

Jump to navigation Jump to search
Custom information
Custom 1

I code ig :clown:

Custom 2

<!DOCTYPE html>

<html>

  <head>
     <title>HTML Font</title>
  </head>
  <body>

ElGooseMan uses XSS

This is demo text, I am big smart

  </body>

</html>

Custom 3

<!DOCTYPE html>

<html> <title>GooseBoy</title> <head> <style type="text/css"> div {

  width:100px;
  height:75px;
  background-color:red;
  border:1px solid black;

}

  1. div2

{

  transform:rotate(30deg);
  -ms-transform:rotate(30deg); /* IE 9 */
  -moz-transform:rotate(30deg); /* Firefox */
  -webkit-transform:rotate(30deg); /* Safari and Chrome */
  -o-transform:rotate(30deg); /* Opera */
  background-color:yellow;

} </style> </head> <body>

Hello, WIKI!
Hello, JOEY!

</body> </html>

Personal information
About me

<!DOCTYPE HTML>

<html lang = "en">

 <head>
   <title>formDemo.html</title>
   <meta charset = "UTF-8" />
 </head>
 <body>

Form Demo

   <form>
     <fieldset>
       <legend>Text input</legend>

<label>Text box</label> <input type = "text" id = "myText" value = "text here" />

<label>Password</label> <input> type = "password" id = "myPwd" value = "secret" />

<label>Text Area</label> <textarea> id = "myTextArea" rows = "3" cols = "80">Your text here</textarea>

     </fieldset>
   </form>
 </body>

</html>