HTML Tutorial
						Menu
		
			
						HTML Forms
						Menu
		
			
						HTML Graphics
						Menu
		
			
						HTML Media
						Menu
		
			
						HTML API
						Menu
		
			
						Html Home
HTML stands for standard markup language for Web pages that helps in creating websites.
Below is example of HTML code and view the result:
				
					
My First Heading
My first paragraph.
 
				
			
		Output:
My First Heading
My first paragraph.
