Creating a webpage consists of coding and layout structure to ensure that the website is designed the way you want it to display. The most commonly used coding language is HTML (Hyper Text Markup Language) it sets the foundation to start creating and linking other web development styles. In this video, we will teach how to set up the HTML page and what HTML coding is needed as the basic layout. It will give specific explanation of each the tags that are in the HTML layout. It will start with setting up the index.html on this text editor called Sublime. And then give a brief explanation of how to work a CSS style sheet to add style for the HTML structure. There are many other coding languages but these two are the most essential languages that a web developer will always encounter