DSGN53871
WEB DESIGN 1

Cascading Stylesheets

CSS (cascading stylesheets) is a simple mechanism for
controlling the style of a Web document without compromising its structure.

CSS allows you to format a web page and make modifications without
the use of additional tags or attributes.

<style>
td, b {font-family: sansserif; font-size: 13px; color: black;}
.s {font-size: 11px;}
.ss {font-size: 9px;}
.h {font-size: 16px; color: white}
.r {font-size: 11px; color: cc0000}
</style>
	


<< Back


Interactive Multimedia ~ School of Applied Engineering and Computing Sciences ~ Sheridan