Wednesday, 21 January 2015

Blog 2 - Form


What is form?
Form is a printer document, especially one with spaces in which to insert facts or answers. They are also known as an application.

What are the importance of form in websites?
Form can be used to get information from subscribers of the website or for people applying for any position an employer may be publishing online.

Name & give the syntax of the different input elements that you can add in your form.
Type- <form>
<input type="controls">
          </form>

Name- <form>
<input type="controls" name="name of the control">
          </form>

Why do you need to learn about form in HTML?
If you need to get information from the people using your website, it will be more convenient for those using your website and for you. Forms are also more organized. Life is always easier when you are organized.

Saturday, 17 January 2015

Links

What did you learn from week 1? 
In week one I learned about many different tags that you can use for making your own website. I learned about target, mill to me, and HTML forms. The target attribute tells you if you can open the page in a new window, new tab or on the same page. The mailto link is an email tag. HTML forms are used to create forms on your web page. For example, they are used in job applications, or when you sign-up to join social media sites like Facebook or Twitter. We haven't completely learned everything about forms so I hope in the upcoming weeks I will get to know more about them so I will be able to use them in my project.