Question: In NetBeans, create a new Web Application project. NetBeans will create an index.html file for you be default - code your HTML in this file.

In NetBeans, create a new Web Application project. NetBeans will create an index.html file for you be default - code your HTML in this file. Your website should have the following items:

  1. A heading (h1, h2, etc)
  2. Two paragraphs
  3. An image
  4. A hyperlink to an external webpage (not one you made, just one on the Internet)

Add a style sheet to the project for your CSS code and link it to your HTML file. Style your web page in the following ways:

  1. Change the font.
  2. Change the font color.
  3. Change the font size of the paragraph text.
  4. Change the page's background color.
  5. Change a style attribute of the second paragraph (but not the first one). Use a class or id for this.

Next, add a form underneath the content on your HTML page. Your form should have the following items:

  1. A textbox
  2. An email box
  3. A hidden textbox
  4. 2 checkboxes
  5. 2 radiobuttons (you should only be able to select one at a time)
  6. A combo box or list box
  7. A submit button
  8. Include labels for items 1, 2, 4, 5, and 6.

Add additional CSS in your style sheet:

  1. Style the labels and form items so they line up in rows in columns.
  2. Make all the labels the same width.
  3. Assign a right margin value to the labels to make more space between the labels and the other form elements.
  4. Put a border around the entire form.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!