Question: 1. Write a web document displaying Hello World enclosed in the paragraph element. Name the web page as hello.html. 2. Add a style attribute to

1. Write a web document displaying Hello World enclosed in the paragraph element. Name the web page as hello.html. 2. Add a style attribute to paragraph element(

) in the hello.hml web page from #1. The style should display the text in red with a black background. 3. Repeat #2 in the hello.html web document but instead of using the paragraph element use the division element(

. 4. Add an image to the hello.html. Use any image of your choice. Sample format: PART2TABLES 5. Create a 1row 1column table in a new web document called tables.html. Place as contents Here is a Table. 6. Add style attribute to table in the tables.html web document that adds the following border: style=border:solid black 3px; 7. Change the background of the table in the tables.html web document to blue and the font color to white. 8. Add a 2row 2column table(table2) in a new web document called tables.html. Place in each of the table cell its address as contents. 9. Add the following style attribute to every table data element in table2: style=border: solid black 1px; 10. Copy and paste table2 to create table3 in the tables.html web document. 11. Merge in table3 the top two cells using the colspan attribute.12. Copy and paste table2(not table3) to create table4 in the tables.html web document. 13. Merge in table4 the first column cells using the rowspan attribute. 14.Create table5 as follows: in the tables.html web document. Make sure to replace TABLE3 with the table3 table code and Table4 with the table4 table code. PART3LINKING WEB DOCUMENTS 15. Create a first web document called one.html displaying FIRST PAGE. 16. Create a second web document called two.html displaying SECOND PAGE. 17. Link the one.html web document to the two.html web document by adding the following link/anchor element: GOTO SECOND PAGE 18. Link the two.html web document to the one.html web document by adding the following link/anchor element: GOTO FIRST PAGE 19. Create a menu.html that links to one2.html and two2.html as follows: MENU
  • one2.html
  • two2.html
The contents of one2.html is FIRST PAGE and two2.html is SECOND PAGE. one2.html and two2.html must link back to the menu.html 20. Create one3.html having the menu.html code and the FIRST PAGE as contents. Also create two3.html having the menu.html code and the SECOND PAGE as contents.
TABLE3TABLE4

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!