CSS Mechanics - Binding Styles to Markup
Three ways to bind CSS rules to HTML markup:
styleattribute in element<style>element in HTML head- External CSS document, through the
<link>element in HTML head
Three ways to bind CSS rules to HTML markup:
style attribute in element<style> element in HTML head<link> element in HTML head