#5 Video (Don't fear starting form scratch: Part 2 css)
The video starts off reviewing what we did in class 10B. It starts off talking about the 3 styles of css and how you can use them in html because html gets very boring without all the extras added to it. The first form is inline style, this style is very bad. It would take forever if you wanted to change all the <h2> tags on each page. And if you had 100 pages then it would be like cutting your hair by each strain. The second style form is embedded or internal css. This style is created in the <head> tag of each page and still is the most effective in terms of time. The last style is external. This style sheet is the most effective because you can have one stylesheet that is linked with all the html pages and you just have to change it on one page. Next it talks about how you can link up the html page and css page and then how to label your file names. And then finally it starts using it a project on a simple static page.
#6 Video (Don't fear specificity: targeting content with classes and ids)
This video starts off labeling what ids and classes. These are used to help make your code easy to read and identify quicker in the css and html pages. Ids # should only be used once when identify on element where classes . should be used for labeling a group of tags. Some of the selectors or generic elements that don't need id or classes are tags like h1-6, body, a and so much more. This makes everything so much easier when labeling and styling your content.
HTML 101 .pdf
Here is my process for the Html 101 page.
CSS 101 Part 1 .pdf
This is mostly review for me but here is my process for the css 101 part 1 page.
No comments:
Post a Comment