HTML and CSS Full Course | Learn HTML & CSS in 10 Hours | HTML & CSS Tutorial | Great Learning

preview_player
Показать описание


Watch this 10-hour tutorial on HTML and CSS! Hypertext Markup Language and Cascading Style Sheets are two web development languages that base every website on the Internet. HTML instructs as to how the words and images will be visible on the web browser, whereas CSS dictates the look and layout. We will start right from scratch, firstly by understanding how HTML can be used to define the structure and content of web pages, followed by understanding how CSS is used to style the webpages.

Great Learning brings you this 10-hour tutorial on HTML and CSS to help you understand everything you need to know about this topic and getting started on the journey to learn it well. This video starts off with HTLM and associated concepts such as editors, skeleton, comments, elements, tags, etc. Then we look at CSS and related concepts including its basic structure, editors, comments, its types, selectors, colour, background, text and so on. Finally, we look at an HTML and CSS project to apply every concept discussed heretofore! This video teaches HTML and CSS and their key functions and concepts with a variety of demonstrations & examples to help you get started on the right foot.

🏁 Topics Covered:
0:00:00 Introduction
0:03:12 Agenda
0:06:06 What is HTML?
0:11:38 Features of HTML
0:13:49 HTML Editors
0:26:58 HTML Skeleton
0:33:51 HTML Comments
0:42:36 HTML Elements
0:43:51 Types of Elements
0:49:42 File and Folder Structure
0:57:08 Anatomy of HTML tags
1:00:16 Attributes
1:11:37 Basic Tags
2:14:38 List Tags
2:49:23 Table Tags
3:42:14 HTML Forms
4:26:25 What is CSS?
4:29:52 History of CSS
4:32:14 CSS Editors
4:33:59 CSS Basic Structure
4:48:57 CSS Comments
4:53:12 Types of CSS
5:24:03 Types of Selectors
6:04:00 CSS Color
6:21:37 CSS Background
6:35:43 CSS Text and Font
7:05:47 Pseudo-classes
7:29:07 CSS Border
7:51:59 CSS Box Model
8:06:34 Project

🔥Check Our Free Courses with a free certificate:

Here is a list of our other full course videos, you can check out:

⚡ About Great Learning:
With more than 5.4 Million+ learners in 170+ countries, Great Learning, a part of the BYJU'S group, is a leading global edtech company for professional and higher education offering industry-relevant programs in the blended, classroom, and purely online modes across technology, data and business domains. These programs are developed in collaboration with the top institutions like Stanford Executive Education, MIT Professional Education, The University of Texas at Austin, NUS, IIT Madras, IIT Bombay & more.

SOCIAL MEDIA LINKS

🔹 For more updates on courses and tips follow us on:

#html #css #webdevelopment
Рекомендации по теме
Комментарии
Автор

🔹 Topics Covered:
0:00:00 Introduction
0:03:12 Agenda
0:06:06 What is HTML?
0:11:38 Features of HTML
0:13:49 HTML Editors
0:26:58 HTML Skeleton
0:33:51 HTML Comments
0:42:36 HTML Elements
0:43:51 Types of Elements
0:49:42 File and Folder Structure
0:57:08 Anatomy of HTML tags
1:00:16 Attributes
1:11:37 Basic Tags
2:14:38 List Tags
2:49:23 Table Tags
3:42:14 HTML Forms
4:26:25 What is CSS?
4:29:52 History of CSS
4:32:14 CSS Editors
4:33:59 CSS Basic Structure
4:48:57 CSS Comments
4:53:12 Types of CSS
5:24:03 Types of Selectors
6:04:00 CSS Color
6:21:37 CSS Background
6:35:43 CSS Text and Font
7:05:47 Pseudo-classes
7:29:07 CSS Border
7:51:59 CSS Box Model
8:06:34 Project

greatlearning
Автор

Thank you very much. You are dedicated person. I am 47 years old. But I am learning easily and also I am Telugu medium. But I could understand your way of teaching. I am unable to appreciate in English.. This is not Great Learning. It is greatest Learning.

guntreddidhanunjayanaidu
Автор

I already complete this tutorial. Thank you, Sir. You really give me the knowledge on HTML and CSS and I know know how to create my own project.

jessajanecanillo
Автор

Best course I have ever had. I wish there are more.

stockies
Автор

You are such an amazing tutor. BEST LESSON EVER. Great teaching style. Thanks alot.

ttletsomo
Автор

This is the BEST HTML and CSS tutorial I have ever come across. Very detailed and easy to understand and patient enough to give us thorough examples. Thank you so much.

TheQueenIsWithin
Автор

Thank you so much for this tutorial on HTML and CSS . Really a great one ever seen . Also very clearly understandable . The way of teaching is just amazing . Really attractive . Want more and more tutorials on the concepts of Full Stack Development which helps us understand in a smooth way . Thanks a lot sir for this tutorial .

lakshmiprathyushaveturi
Автор

This is a great tutorial. However, at about 2:41 when you are explaining/demonstrating lists. The nesting is incorrect. I found this out by entering into the W3 validator. From then, I had to figure out on my own that the parent-child relationships are formed by placing the child element inside the parent element . In this list, There are Main lists with sublists and sub-sublists within the sublists, so you are closing the main list element too soon in certain instances. Also the caps are not best practice according to W3 HTML standards. But your tutorial is still the best and thank you for your great teaching. The correct code should look like this :
<body>
<ul>
<li>American Breakfast Delicacies
<ul>
<li>Take Away Dishes
<ul>
<li>American Sausage</li>
<li>American Hot Dog
<ul>
<li>Mustard</li>
<li>Ketchup</li>
</ul>
</li>
<li>American Toast</li>
</ul>
</li>
</ul>
</li>
</ul>
<hr>
<ul>
<li>Dine in Dishes
<ul>
<li>Bacon and Fries</li>
<li>Fish and Chips</li>
<li>American Avacado Burger</li>
</ul>
</li>
</ul>
<body>

lyrictenor
Автор

Bhai ji... Thanks a lot.. Ishwar aapko success aur healthy life de.. Aapne bhaut ache se explain kiya.

ashadahiya
Автор

Thank you very much sir, for making a video like this for learners like me. I am job less and hence unable to afford high fee structures in the institutions. My happiness knew no boundaries after getting more informative video like this with regard to Web Development.
I hope you will make more videos like this. Your teaching method is highly appreciated. Thank you very much once again.

ramakrishnakasi
Автор

Thank you very much sir for such a great explanation 🙏😊👍

vishnupriya
Автор

I enjoyed every step of this HTML and CSS tutorial. It was made so easy to follow and understand. Many thanks to the tutor and organizers of Great Learning Academy.

chuksmbah
Автор

Thank you so much really a great one explained all concepts in a clear way very beneficiary for the fresher as well as for intermediate developers who want to grab enough knowledge on HTML and CSS.

PavanKumar-wftg
Автор

yeah its very useful and best course I have ever had easy to learn .I wish to share the documents which have been explianed during the lecture

vuraujwal
Автор

Absolutely Amazing tutorial. A great way of teaching slow, steady, and accurate on the mark. Thank you so much for doing this free for people who can't afford such courses at the institute. Loved it.

josestepha
Автор

Seriously, the session was absolutely good and easily understandable, keep sharing your expertise, God bless you..

muralikrishnaprasad
Автор

Hi sir, it was a great teaching about basic HTML and CSS and It was helpful.

avinashhiremath
Автор

Surprised this isn't the top result for html. BEST COURSE EVER!

yobama
Автор

thank you so much for this amazing video. in this 10 hours video i have learned many advance things .where, my college lectures have taken more than 2 years to cover up only basic things. once again thank you so much sir

sibanipadhy
Автор

Very useful video sir. Ur teaching way is very nice.. very crisp n clear. Thanks a lot🙏🏻😊

shivanirachit