I would recommend: http://www.w3schools.com/htmL/


On Wed, Sep 2, 2009 at 3:36 PM, sidinsd <sid.schip...@ga.com> wrote:

>
> Below is the response.jsp file from the session tracking example from
> the class.
>
> <html>
>    <head>
>        <meta http-equiv="Content-Type" content="text/html;
> charset=UTF-8">
>        <title>JSP Page</title>
>    </head>
>    <body>
>
>        <h1>Entry Form</h1>
>
>        <form action="response.jsp">
>            Enter your name: <input type="text" name="name" value="" /
> >
>            <input type="submit" value="OK" />
>        </form>
>
>    </body>
> </html>
>
> Let me preface my question by saying that I don't know very much about
> HTML.
>
> I see the <html> tag at the top of the file, so I am assuming that the
> tags below that are HTML tags.
>
> Is there a place that I can go to learn the meaning and syntax of the
> tags that follow, for example, the <form> tag has an action attribute
> that it is obvious causes the program to go to and execute that
> action. Also, the <input> tag seems to create buttons when you specify
> type="submit" and edit boxes when you say type="text", what other
> types are there? Are there types for all the standard sort of controls
> that one might see on a Web Page (sliders, calendars, etc.)?
>
> I guess I need a course in HTML to answer these questions, but maybe
> some of you know some Web Site where I could learn these things
> quickly.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to