SangtaniAryan / 2152018-PFNP_html_form

HTML form activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Form

  • In this lab we will be practicing HTML tags by building a HTML form.
  • Open index.html in your code editor.
  • For each comment denoted by <!-- --> replace the comment text with the correct HTML as per the instruction to create the form. For e.g.
  • Bonus: Alter the CSS file to use a Google Fonts font. You will need to use the font-family CSS property.
  • Bonus: Use CSS to change the background color of the page. Experiment with using images as backgrounds as well.
  • Double Bonus: Review the CSS transition property documentation and try to create a small animation anywhere on the form. An example may be to highlight a border around a form field when it is clicked.

About

HTML form activity


Languages

Language:HTML 83.3%Language:CSS 13.6%Language:JavaScript 3.2%