How To Make Your First Website
Video Lectures
Displaying all 19 video lectures.
Lecture 1![]() Play Video |
How To Make Your First Website In this video series, I teach you how to build your first website. No prior experience needed. I'll cover the basics of how to write HTML and CSS. After that, we'll set up a hosting account and get this website live online. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 2![]() Play Video |
Your First HTML File In this video, we write the very basics of an HTML file from scratch and describe the what and why we type what we type. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 3![]() Play Video |
An Introduction To Styling Websites With CSS In this video, we write the very basics of styling a website with CSS (Cascading Style Sheets) In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 4![]() Play Video |
How and Why To Use External CSS Files In this video, we show you how and why to use an external CSS file for styling your websites. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 5![]() Play Video |
Understanding HTML Structure In this video, we write some HTML and I talk a bit about structural elements and components. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 6![]() Play Video |
The Difference Between Block and Inline Elements In this video, I talk about the difference between display block and display inline elements. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 7![]() Play Video |
What Is An Id in HTML In this video, I talk about how and why to use Ids in HTML. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 8![]() Play Video |
What Is An HTML Class? In this video, I talk about how and why to use classes in HTML In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! http://leveluptuts.com/level-up-pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 9![]() Play Video |
Styling Your Site's Header In this video, we modify our code and learn more about CSS by styling our website's header. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 10![]() Play Video |
Links In HTML In this video, I explain what a link is an how you can use it to link to pages within your website and pages outside of your website. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 11![]() Play Video |
Creating A Navigation In this video, we learn the nav, ul, and li elements in the context of creating our navigation. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 12![]() Play Video |
What Are Floats & Clearfixing in CSS In this video, we learn about floats and how and why we use them to take things out of the flow of the document. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 13![]() Play Video |
Creating A Billboard With A Section In this video, we learn about the Section element and what purpose it has in semantic markup. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 14![]() Play Video |
Secondary Content With Aside in HTML In this video, we learn about the Aside element and what purpose it has in semantic markup. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 15![]() Play Video |
A Two Column Layout In this video, we learn how to use floats to make a two column layout. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 16![]() Play Video |
How To Center A Div In this video, we learn about the process of centering a div or any block level element using CSS. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! http://leveluptuts.com/level-up-pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 17![]() Play Video |
Styling Our Footer In this video, we start to complete the look of our website by styling the footer and adding a footer navigation. In this video series, I teach you how to build your first website. No prior experience needed. The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ https://www.patreon.com/leveluptuts Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz For questions post in the comments or visit: http://leveluptuts.com/forum To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e |
Lecture 18![]() Play Video |
An Introduction To Hosting & Serving Websites In this basic web development tutorial, I talk about hosting and local vs online servers. Subscribe for more free tutorials https://goo.gl/6ljoFc, more How To Build Your First Website videos here: https://goo.gl/0JUNCY Bluehost Hosting http://www.bluehost.com/track/leveluptutorials/ Support Free Tutorials https://store.leveluptutorials.com/ The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e In this video series, I teach you how to build your first website. No prior experience needed. |
Lecture 19![]() Play Video |
Intro To FTP & Getting Our Site Online In this basic web development tutorial, I talk about how to get set up and use FTP to connect to a hosting platform. Subscribe for more free tutorials https://goo.gl/6ljoFc, more How To Build Your First Website videos here: https://goo.gl/0JUNCY Bluehost Hosting http://www.bluehost.com/track/leveluptutorials/ Support Free Tutorials https://store.leveluptutorials.com/ The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz To Support Level Up Tuts: http://leveluptuts.com/donations Simple cloud hosting, built for developers.: https://www.digitalocean.com/?refcode=67357174b09e In this video series, I teach you how to build your first website. No prior experience needed. |