BASIC HTML TAGS & CSS CONSTRUCTS


Basic HTML Tags

 Header Tags
	<HEAD>
	<HTML>
	<LINK> (for style sheets)
	<TITLE>
	
Body Tags
	<A> (to another page)
	<B>
	<BODY>
	<P>
	<PRE>
	<UL>, <LI>


CSS Constructs

 comments
		
 selectors
	attribute selectors (class)
	contextual selectors
	grouping selectors
	pseudo class (for anchor)
	type selectors
		
 setting property values
	background-color
	color
	font-weight
	font-style
	font-size
	margin-top
	margin-bottom
	margin-left
	margin-right
	text-align