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 […]
Category Archives: CSS and HTML concepts and need to knows
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 […]
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 […]