h1 {color: red; background: yellow;}
h1
bgcolor
<style="text/css">...</style>
<link rel="stylesheet" type="text/css" href="site.css"> @import url(page.css);
@import
is most widely used, but the voice-family hack is gaining in popularity
font
is defined to care about order of size and family
h1 {font-weight: bold;} h1, h2, h3 {font: 200% sans-serif;}(equivalent to
normal normal normal 200% sans-serif;
)