Question: Use HTML 5 notation to do the following: 1. Create a new HTML file (Can use notepad) 2. Add a Level 1 heading that says:
Use HTML 5 notation to do the following:
1. Create a new HTML file (Can use notepad)
2. Add a Level 1 heading that says: "This is Assignment 3 and a Level 2 heading that says: "I love Web Design. Add these in the body section and add a blank line between them.
3. Change the Heading 1 using inline style to have a blue colour and be centred.
4. In the head section add an embedded style to change all level 2 headings to be right aligned and have a green colour.
5. Add an empty line and create a paragraph after your heading 2. In the paragraph type this will have a different style too. Create a new empty line after the paragraph.
6. Inside body, create a table with 4 rows. Each row should have 3 data cells.
7. Create borders for the table, 3 pixels wide. Change the colour of the borders to be green.
8. Now type data in your cells so that your table looks like this, notice that the data in the first row is centred.
9. Add a table caption that says: "This is an example of a table
10. Change the padding and spacing for the table so that they become 2 pixels each.
11. Change the table width to 700 pixels.
12. In the head create a link to an external file called newstyle.css.
13. Now using Notepad create a Cascade Style Sheet file called newstyle.css.
14. Inside this file add code to change the paragraph to have a size of 20pt and colour orange.
CSS Inline Embedded External Tables Borders Spacing Caption Forms Buttons Checkboxes Drop Down
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
