Directions
Make a web page to display and provide basic information about two famous paintings.
- Create a new file in your assignments folder called artinfo.html.
- Write the basic HTML structure, using the title Art Info.
- In the body, create a table the same width as the browser window for the purpose of layout.
- Use a cell padding of 20 pixels in the layout table.
- Using your knowledge of using tables for layout, create a page similar to the one shown in the example below.
- Find two famous paintings on the Internet, different from the example.
- Center each of the images in the left layout cell, and set the image width to 200 pixels.
- To the right of each picture, create a small table with information about the painting.
- The info should have the same type of shading and font choices as shown in the example.
- Raise your hand and ask your teacher to grade your assignment on screen.
Example