This one of the more recent lessons I did in CodeHS. This lesson was about images and how to implement them into to code. I had some difficulty regarding this particular lesson displayed above because of break tags. I could not figure out the lesson because it required a certain thing with break tags, which […]
Author Archives: crowz393
Monday, 12/2/2019
Today, we will be doing a lesson on why some certain web pages are broken. we will be learning how to fix these broken web pages while also using word wall and sentence frames? Regardless we will be learning something today that will be useful. To learn these things that I have listed, we will […]
Tuesday 11/26/2019
Daily Entry: work time on code HS recap of CSS concepts Take time to craft a word press post on the CSS concepts of your styling Images Project Set up work space HTML Concepts: figure element – any graphs, visual arts or images that accompany an article http://www.choicesmagazine.org/submissions/figures-and-tables-guidelines fig caption element – a caption that […]
Some CSS code and need to knows mainly revolving around images and text.
CSS: The Box Model Content: this is whatever is inside the tag your text, table, list item, cell, etc. Width: this is the width of the content inside padding and border Padding: the space between the content and the border Border: you can set color, style, and thickness Margin: this setting “pushes” your content away […]
Friday, 11/22/2019
-set up work environment -log in to CodePen.io -discuss floats,box models -demo on styling an image -work time Reflection: Added some more code to CSS section of the codepin.io. I need to fix the HTML stuff if I am to continue. I got to the img section or the images and how to insert them. […]
Stuff about CSS
CSS: Cascade style sheets CSS is used to create a look and feel of a website or browser. CSS is used for fonts, font sizes, page colors, colors, text colors and other things similar to those. CSS uses font families to determine fonts. If no font is selected in the code than it automatically defaults […]