Lab #9
Brandon Wilson
Lab #9 Internal CSS
For lab #9 we were to create a webpage to explain what was a favicon, how did we make our favicons and how we applied it to our website.
For this lab specifically we were to use internal css in order to style the website to our liking to make it pleasing to the eye. To do internal css, I created a <style> tag within the head and used selectors to edit the borders of my headings and text. When I realized I wanted to edit specific paragraph tags I made a class for them called "info" which was then used to style the paragraphs to each have their own border which was my objective. I also included a div for my headings and called it using the id "heading". Also my body was edited using a background color of my choosing and a font family of fantasy.
A web designer would need to know how to do this so they will be able to style anything of their choosing on their lab using internal css. Being able to call created ids and/or classes within the heading in a style tag to style a page will allow a web designer more creativity and a wide arsenal of designing skills to make their web-page standing out to the eye.
Lab #9 Internal CSS
For lab #9 we were to create a webpage to explain what was a favicon, how did we make our favicons and how we applied it to our website.
For this lab specifically we were to use internal css in order to style the website to our liking to make it pleasing to the eye. To do internal css, I created a <style> tag within the head and used selectors to edit the borders of my headings and text. When I realized I wanted to edit specific paragraph tags I made a class for them called "info" which was then used to style the paragraphs to each have their own border which was my objective. I also included a div for my headings and called it using the id "heading". Also my body was edited using a background color of my choosing and a font family of fantasy.
A web designer would need to know how to do this so they will be able to style anything of their choosing on their lab using internal css. Being able to call created ids and/or classes within the heading in a style tag to style a page will allow a web designer more creativity and a wide arsenal of designing skills to make their web-page standing out to the eye.
Comments
Post a Comment