Transcript text: - To create the 3-column home page, you can copy the index.html page you just completed and rename it index_3_column.html. Then, you can copy the main.css file and rename it main_3_column.css
- Modify the link element for the style sheet in the 3-column home page so it refers to the new style sheet.
- Move the existing sidebar before the section in the HTML, and assign an id to this sidebar. Then, modify the CSS so it refers to the sidebar by this id.
- Add another sidebar after the section, and add the content shown above to this sidebar. You'll find this content in the prepare.txt file in the text folder. Be sure to assign an id to this sidebar so you can use it to refer to the sidebar in the CSS. Then, format the sidebar as shown above.
- Increase the width of the page to 1200 px . Then, set the widths and spacing for the section and two sidebars and the floating for the new sidebar so the page appears as shown above.