Web Dev Boot Camp Week 9
Hello and welcome everyone! This is going to be my 9th week experience about CSS and working with divs! In this snippet I am showing my IDE code snippet and in line <10> you can see where it labels "<div...>". In this body of code going through line 17 and 19-22, I have the "src=..." syntax to direct where our div key words are going to locate the images for our body reserved for special photos or sections on a web page. Everything in HTML for websites is actually composed of a plethora of different color boxes with different outlines and can take up the entire width of our "blank space"; meaning if I want to include like a picture of a cloud into my page and maybe place it on top of text in a certain location or to the left of a headline, then I need to manipulate the blank space and edit the settings of the default components. As you can see from the first div snippet I've shown above; there is a simp...