
This video explains how the web works in very simple steps. At the end of this video, you will understand clearly, how the web works.
This lesson shows the summary of all the topics in this course.
This lesson shows the steps involved in setting up a local development environment. You'll hear me say 'hit enter', by this, I mean you should hit the enter key of your keyboard.
This lesson shows the steps involved in setting up a local development environment. At the end of this lesson, you will be able to download and install Google chrome browser and Visual Studio Code (VScode) on your computer.
This lesson is introducing HTML. At the end of this lesson, you will know what HTML is about and how it is written.
This lesson is introducing HTML. At the end of this lesson, you will know what HTML is about and how it is written.
This is introducing HTML. At the end of this lesson, you will know what HTML is about and how it is written.
This lesson talks about the HTML Boilerplate. At the end of this lesson, you will be able to generate the HTML Boilerplate
This lesson shows how to write Heading Element, Paragraph Element, Break Element and List Element. At the end of this lesson, you will be able to work with all these elements.
This lesson shows how to write Details Element, Summary Element, Emphasis Element and Horizontal Rule element. At the end of this lesson, you will be able to work with all these elements.
This lesson shows how to write Anchor Element, Article Element, and Aside Element. At the end of this lesson, you will be able to work with all these elements.
This lesson shows how to add media files to an HTML document. At the end of this lesson, you will be able to add media files to your HTML document.
This lesson shows how to write Blockquote Element, Button Element, Del Element, Ins element and kbd Element. At the end of this lesson, you will be able to work with all these elements.
This lesson shows how to write the Iframe Element, Progress Element, Label Element... At the end of this lesson, you will be able to work with all these elements.
This lesson shows how to write the Table Element, Div Element, Nav Element and Section Element. At the end of this lesson, you will be able to work with all these elements.
This lesson shows how to work with Form Element and Footer Element. At the end of this lesson, you will be able to make use of the form and the footer elements smoothly.
This lesson concentrates on the CSS RULE. At the end of this lesson, you will understand what selector, property, and value mean. You will also be able to combine name to apply styles to elements.
This lesson is on Selectors; various ways you can tell CSS the HTML element you want to apply styles to. At the end of this lesson, you will have a clear understanding of the various ways you can make CSS know the element to apply styles to.
At the end of this lesson, you will be able to use pseudo-selectors to further apply styles to elements.
This lesson shows how to apply color to texts and other elements. At the end of this lesson, you will know how to color texts and other elements.
This lesson shows how to make an element transparent or opaque. It also shows how to work with gradients, as well as some gradient resources.
This lesson shows the various ways you can style a background. At the end of this lesson, you will be able to style the background of your website using the various background properties.
This lesson shows how to work with fonts/texts. At the end of this lesson, you will be able to choose font-family, color your texts, italicize your text, as well as manipulate your texts just the way you would like.
This lesson shows how to use fonts from the google fonts API to build your website. At the end of this lesson, you will be able to work with fonts from google fonts.
This lesson explains the CSS Box Model. At the end of this lesson, you will be able to set padding, margin, and border.
This lesson shows how to add shadow to texts and boxes. At the end of this lesson, you will be able to add shadow to texts and boxes.
This lesson shows how to use the display property to place items on a webpage. At the end of this lesson, you will be able to place items on your webpage using the display property.
This lesson is a project on how to build a homepage that has a logo, a navbar, etc. At the end of this lesson, you will be able to build a homepage with a navbar, a logo, etc.
This lesson teaches about CSS Flexbox. At the end of this lesson, you will be able to use CSS Flexbox to define the layout of your website.
This lesson shows how to manipulate flex items. At the end of this lesson, you will be to move flex items on the screen the way you would like.
This lesson teaches about CSS Grid. At the end of this lesson, you will be able to use CSS Grid to define the layout of your website.
This lesson shows how to work with Transition in CSS. At the end of this lesson, you will be able to apply Transition to your HTML elements.
This lesson shows how to work with the Transform property in CSS. At the end of this lesson, you will be able to work with the Transform Property in CSS.
This lesson shows how to work with animation in CSS. At the end of this lesson, you will be able to apply animation using CSS.
This lesson is a project on how to build a form. At the end of this lesson, you will be able to build a form using the various input types like radio, checkbox, number, etc.
This lesson shows how to build a form, how to collect data using the form, and how to access the collected data. At the end of this lesson, you will be able to build a form, collect data using the form, and access the collected data .
This lesson is a project that builds a website. At the end of this lesson, you will be able to build a website, you will also be able to upload images to cloudinary and use them in your website.
This lesson has a project that shows how to make a website responsive. At the end of this lesson, you will be able to make a website responsive.
This lesson focuses on Github and Netlify. At the end of this lesson, you will be able to push your project to GitHub and deploy it to the web using Netlify.
In this lesson, you'll here me say 'cd', cd here means 'change directory'.
This is the conclusion of the Course. However, it shows how to add styles to a table using CSS. At the end of this lesson, you will be able to apply styles to a table using CSS.
This course covers the interests of both beginners and advanced developers. You will learn how to build websites and make them responsive using HTML5 and CSS3. It covers over 50 HTML elements.
It also teaches CSS from basics up to CSS Grid, Flexbox, Transition, Animation. This course backs every explanation with coding example(s). Finally, it has projects built right in your face which you can follow along and have projects built at the end of the course.
So this is the place to start your coding journey, you will have such a smooth sail with our ever-ready guidance. The beginning lessons are made for beginners so if you are completely new to this, you will learn all that you need to forge ahead.
For those who are already familiar with the basics, you may want to skip to your section(s) of interest.
At the end of this course, you will be able to build cool modern websites, make them responsive, and deploy them on the World Wide Web. You will also be ready to take on CSS frameworks like Bootstrap, Tailwind, etc.
And if you decide to take on other frontend technologies like JavaScript, it will be a smooth sail. This course is the foundation you need. Here is what you will learn:
How the Web Works
Definition of Terms
Downloading and Installing Google Chrome
Downloading and Installing Visual Studio Code
Introduction to HTML
Anatomy of HTML
Tags
Attributes
Elements
Boilerplate
Heading Element, Paragraph Element, Break Element and List Element
Detail Element, Summary Element, Emphasis Element and HR Elements
Anchor Element, Article Element and Aside Element
Working With Media files
15. Blockquote Element, Button Element, Del Element and Ins Element
Iframe Element, Progress Element, Label Element, Small Element, Span Element, Sub and Sup Elements
Table Element, Div Element, Nav Element and Section Element
Form Element and Footer Element
Introduction to CSS, Adding CSS to HTML
Selector, Property, Value
Declaration, Declaration Block, CSS Rule
Selectors (Element, Class, and ID selectors)
Specificity
Pseudo-selectors
Advanced Selectors
Colors
Opacity and Gradient
Background Properties
Units in CSS
Fonts
Google Fonts
CSS Box Model
Shadow
Display Property
Project (Building a Landing Page)
CSS Flexbox
Working with Flex Items
CSS Grid
Transition Property
Transform Property
Animation
Media Query
Project (Building a form)
Project (Building a form, collecting and accessing data from the form)
Project (Building a dashboard)
Project (Building a Modern website, Uploading and using images from cloudinary)
Project (Making the website responsive)
Deployment (Git and Netlify)