OriginalJoeCool
Tech Monkey
First great thing about HTML5:
HTML 4.1 Doctype declaration -
	
	
	
		
HTML5 Doctype declaration:
	
	
	
		

			
			HTML 4.1 Doctype declaration -
		HTML:
	
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
	HTML5 Doctype declaration:
		HTML:
	
	<!DOCTYPE html>