HTML and CSS Foundations for Python Developers (Overview)
When you want to build websites as a Python programmer, there’s no way around HTML and CSS. Almost every website on the Internet is built with HTML markup to structure the page. To make a website look nice, you can style HTML with CSS.
If you’re interested in web development with Python, then knowing HTML and CSS will help you understand web frameworks like Django and Flask better. But even if you’re just getting started with Python, HTML and CSS can enable you to create small websites to impress your friends.
In this video course, you’ll learn how to:
- Structure a basic HTML file
- View and inspect HTML in your browser
- Insert images and page links
- Style a website with CSS
- Format HTML with accessibility in mind
- Use Python to write and parse HTML code
00:00 Welcome to HTML and CSS for Python Developers
00:04 In this course, you’ll have an introduction to HTML, learn how to enhance your HTML document, learn about HTML links and images. You’ll have an introduction to CSS, learn about the importance of separation of concerns, and finally learn about CSS class selectors.
00:22 If you’re interested in web development with Python, then knowing HTML and CSS will help you understand web frameworks like Django and Flask. Even if you’re just getting started with Python, HTML, and CSS will allow you to create small websites to impress your friends.
00:37 This is your final goal. An HTML and CSS website that includes a little about yourself, external links to your favorite websites, navigation, and a gallery page with images put together with the HTML and CSS you will learn in this course.
00:55 In the next lesson, you’ll gain an introduction to HTML.
Become a Member to join the conversation.