Search results

  1. A

    Simple Contact Form HTML Code?

    <form action="somewhere.php" method="post"> <label for="name">Name</label> <input type="text" id="name" name="name" type="text" /> <br /> <label for="email">E-Mail</label> <input type="text" id="email" name="email" type="text" /> <br /> <select> <option...
  2. A

    HTML & CSS line/paragraph spacing?

    p{ margin-bottom:5px; }
Back
Top