I'm really struggling to understand what this particular step in my textbook is asking for. Here's the exact wording:
"Beneath the h2 heading, insert a new line containing a div element with the class value table at the same indent level as the previous line. Add a closing tag for the div element below the last line of store hours information. Enclose each line of code containing store hours information in a div element with the class value "row", then delete the opening and closing p tags from each line. For each line, enclose the abbreviation of the day of the week within a div element, delete the colon (:) that follows it, move the remainder of the line onto a new line, then enclose the content of the new line in a div element."
I've removed the p tags and started adding the div tags, but I quickly got confused about where they should go. Can someone please help me figure out where each of the div tags should be placed? The assignment is due tonight, and I know my professor won't respond before the end of the day because that's just how college professors are.
/*
Spotted Wren Garden Center style sheet
Filename: styles.css
Author: Justus Self
Date: 3/21/17
HTML5 and CSS3 Illustrated Unit H, Independent Challenge 1
*/
/* reset styles */...