Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

How does a time draft become a banker's acceptance?

Answered: 1 week ago

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago