CIS363 Week 2 CSS Embedded vs External

While working on this weeks lab I was confronted with the question of what is embedded vs external CSS tags. Internal or embedded tags are used for recall in a specific page and useful for small sites or site specific style tags. The major benefit of  external CSS tags is that a style can be used to format many pages to meet identical look and feel. this is time saving and extremely beneficial. This is the recommended practice for most use cases.

https://cssreset.com/css-styles-inline-vs-internal-vs-external/

Comments