Oct 10, 2024
Inline CSS
Internal CSS
<style> tags within the <head> of the HTML document.External CSS
.css file linked to HTML.background-color: yellow;).red, blue.#FFFFFF for white.rgb(0,0,255) for blue.font-family, font-size, font-weight, etc.1px solid red).border: 1px solid red;.font-style, text-decoration, text-transform.list-style-type.float to arrange elements horizontally.clear class.static, relative, absolute, fixed.background-position and background-repeat.nth-child for targeting specific indexed elements.