Provide students with the following document to help them remember important HTML and CSS facts; print it on cardstock to help them understand how important it is to keep around.
Remind students to clear elements after using float so that extra elements don’t try to float as well when teaching CSS.
Misconception: Students frequently forget to close tags or other paired constructs when writing HTML and CSS code, this error is called unclosed pairs. To help prevent this, have students write both open and close HTML tags before adding content.
When creating websites, many misconceptions students have arise from not fully understanding CSS, Cascading Style Sheets.