CSS can be attached inline, in a <style> block, or by linking an external file.
<h1> with any color.<style>, set p { font-size: 18px; }.style.css in <head>.style.css, set body { background-color: #eef6ff; }.Inline CSS uses style attribute.