review: Create a form textarea task1(don't want to continue, too much repeat works with input)

 Challenge Task 1 of 5

Create a form element with an action attribute set to "index.html" and the method attribute set to "post".


<!DOCTYPE html>

<html>

  <head>

    <meta charset="utf-8">

    <title>HTML Forms</title>

  </head>

  <body>

    <form action="index.html" method="post">

      

    

    </form>

    

  </body>

</html>


*a little different with input text is: name="user_comment"

Comments

Popular posts from this blog

how to code a weather forecast web

What Build Tools Do JavaScript Developers Use?

WordPress Theme Development From Scratch - 3. Enqueuing CSS and JS to W...

how to use :focus

unit3.online registration form tricks: input field box align right and placeholder text right, but input text left.

how to screenshot a drop down menu on mac

Numbers in JavaScript introduction