Answered step by step
Verified Expert Solution
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:
- A heading (h1, h2, etc)
- Two paragraphs
- An image
- 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:
- Change the font.
- Change the font color.
- Change the font size of the paragraph text.
- Change the page's background color.
- 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:
- A textbox
- An email box
- A hidden textbox
- 2 checkboxes
- 2 radiobuttons (you should only be able to select one at a time)
- A combo box or list box
- A submit button
- Include labels for items 1, 2, 4, 5, and 6.
Add additional CSS in your style sheet:
- Style the labels and form items so they line up in rows in columns.
- Make all the labels the same width.
- Assign a right margin value to the labels to make more space between the labels and the other form elements.
- Put a border around the entire form.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started