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 simple part on the website which shows a light blue colored box that has 3 different segments broken down to it if we inspect elements on the page using one of our provided resource extensions. 

    Angela Yu, the instructor for this course had explained that our "divs" can be broken into sections and labeled for controlled experimenting. Keeping this new tool basic, we used default color gradients and created colored boxes to show in the "top-container" and "middle-container". 


    Now here is the display when I move around the src images and change the default setting on the boxes taking up space in our original document. I really liked the mountain pic in this spot and am going to implement it later into my own digital website for presentation. 


For now this is what I have to report on how Divs change the game in HTML, Inline CSS, and blank space manipulation. 

Comments

Popular posts from this blog

Web Dev Boot Camp week 2

Web Dev Boot Camp Week 8