Introduction to HTML

You are about to walk into the wonderful world of HTML coding.

tutorial

HTML stands for HyperText Markup Language. It is the standard markup language for creating web pages and web applications. To speak basical ly it the bones of any website you visit. You can look at it clearly look at it on chrome if you click Ctrl+Shift+I. There you can see how much people put into making websites for your enjoyment. When writing HTML, you add "tags" to the text in order to create the structure. These tags tell the browser how to display the text or graphics in the document.

tutorial

Html is known as the bones of a webpage. But bones don't make up the body by itself. It needs muscles and skin. Html is usually used with a combination of Javascript and CSS. The Javascript allows for use of things not able to be done with HTML. And CSS is the design of the web page, allowing you change colors and fonts.

So that being said... Are you ready?

START LESSON