0
what is embedded how uses?
css
2 Antworten
0
embedded is also referred to as internal css. It would be placed int the head of the html document, and is written in the same format as external css. Using internal/embedded css increases file size, and can slow down the ux. Best practice would be to keep all of your css in one place and use external css.
0
merci