External Style Sheets
HTML<link rel="stylesheet" type="text/css" href="css/global.css">
XHTML
<link rel="stylesheet" type="text/css" href="css/global.css" />
Posted by ihwanie at 10:10 AM | 0 comments read on
Internal Style Sheets
<style type="text/css">h1 {
}
</style>
Posted by ihwanie at 10:07 AM | 0 comments read on
The Importance of the Doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd><html xmlns="http://www.w3.org/1999/xhtml>
http://www.w3schools.com/tags/tag_doctype.asp
Posted by ihwanie at 9:56 AM | 0 comments read on