Last updated 7/2020Course Language EnglishCourse Caption English [Auto]Course Length 03:32:44 to be exact 12764 seconds!Number of Lectures 42
This course includes:
3.5 hours hours of on-demand video
Certificate of completion
2 additional resources
Learn to create simple web pages using HTML5
Learn the basics tags of HTML
To create Tables in HTML
To create customizable forms and add form validation in HTML
To include multimedia(audio,video, images) in your web page
To create your own vector graphics using SVG
4 projects to test your knowledge
****UPDATE [01-Jan-2022]: New Content Added - HTML5 !!!!!****20 NEW videos added New Sections on:FormsEmbedding MultimediaVector GraphicsAnd a Final Project!************************************************************ Are you a beginner? Do you want to learn web development but do not have any idea where to start?If yes, then this is THE perfect course for you. In the HTML course, you will learn all the concepts of HTML5, starting from its history to its modern structure. We will cover all the tags which are most widely used in the world of web development. Simultaneously, we will show you some of the best practices of code-writing in HTML5.HTML is short for 'HyperText Markup Language', which means HTML is only used to create a structure of the web page. But without some styling, no assignment or project will look good. Thus, we will cover some portion of the CSS required to create simple web pages.This HTML course will be beneficial for all who are looking to start their career in the web development field and aspire to become a Frontend or Full-stack web developer. This HTML course will be the first step towards your goal to become a web developer. To continue this journey, we would recommend you complete the other languages and skills like CSS, JavaScript, ES6, React.Check out our profile to find related courses that are designed just like this.PS: More lectures will be uploaded soon.Who's teaching you in this course?I am a Computer Science graduate highly rated instructor with a rating of 4.3 and more than 200k students on Udemy, I have been part of the corporate circle since my college days. In my early days, I was part of a startup team delivering production grid android apps. Currently, I am a lead developer at EdYoda. I’m responsible for the entire front-end development & integration with the back-end. React, Python, Django is my areas of expertise. I have been delivering corporate training for Android, React, JavaScript, Python & Django. I have eyes for details & that makes me suited for delivering a finished product. I’m a fitness freak & working out is the favorite thing to do in my spare time. I want everyone to enjoy the learning process and I have shared my knowledge that will be helpful for you.Why learn HTML?HTML is at the Core of the Internet. Learning HTML and CSS allows you to build your own websites, gives you a skill which you can use to improve work at your current Job, and also opens up an opportunity to transition into a Career in tech and :1. HTML is Easy to Learn and Use2. HTML is Free3. HTML is supported by all Browsers4. HTML is Basic of all Programming Languagesand many more.Get started with the skill.Enroll now!! see you in class.Happy learningTeam Edyoda Who this course is for:Beginners who are new to Web DevelopmentFreshers who want to learn HTML5 from scratchWeb Developers who wish to brush up their knowledge of HTML5
Course Content:
Sections are minimized for better readability, click the section title to view the course content
3 Lectures | 10:50
HTML - Introduction
01:54
Hey guys, in this course, we will learn all about HTML5.
We will start from basic topics like adding headings, paragraphs, images, etc and will move towards more advanced topics like adding forms, vector graphics, multimedia and so on.
Hope you are excited to start your journey to become a Web Developer!!
HTML - Code Editor Setup
05:23
Hey guys, in this video we will explore different code editor options. We will talk about - Notepad, Codepen.io and Visual Studio Code.
HTML - Structure of an HTML Document
03:33
Hey guys, in this video we will learn about the document structure of an HTML page, What are HTML tags, What different tags mean and much more.
12 Lectures | 01:08:29
HTML - Adding Heading in a Web page
02:41
Hey guys, in this video we will learn all about heading in HTML.
HTML - Adding Paragraph in a Web page
04:13
Hey guys, in this video we will learn how to add a paragraph in a webpage? How add line breaks? How to make text bold? How to make text italics? and much more.
HTML - Adding Images in a Web page
06:09
Hey guys, in this video we will learn how to add images in an HTML Web Page
HTML - Creating Ordered and Unordered Lists
06:55
Hey guys, in this video we will learn all about Lists in HTML, Different types of lists and much more.
HTML - Adding Styles and Formatting HTML Elements
10:23
Hey guys, in this video we will learn How to add styles and format our HTML elements to make them look pretty and neat.
HTML - Block and Inline Display Values
06:51
Hey guys, in this video we will learn about Block and Inline Elements.
HTML - Adding group styles using Class attribute
06:06
Hey guys, in this video we will learn how to add styles to a group of HTML elements using the class attribute.
HTML - Adding Hyperlinks in a Web page
04:16
Hey guys, in this video we will learn how to add links in an HTML Webpage.
HTML - Using links to connect Web pages
03:16
Hey guys, in this video we will learn how to redirect from one webpage to another.
HTML - Uniquely Identify HTML Element by using ID attribute
04:34
Hey guys, in this video we will see how to uniquely identify HTML elements by using the ID attribute.
HTML - Mini-Project 1: Favorite Foods Web page
00:47
Hey guys, this is the project to create a static page of Favourite Foods.
Attempt this project to brush-up on the concepts that you have learned so far.
Use codepen.io to create this project.
HTML - Mini-Project 1: Solution
12:18
Hey guys, in this video we have designed the Solution for the Mini-Project 1: Favourite Foods Problem statement.
4 Lectures | 16:03
HTML - What makes HTML5 Better?
02:09
Hey guys, in this video we will learn about all the new features in HTML5.
HTML - New Elements & Attributes in HTML5
00:52
Hey guys, in this video we will explore all the new elements and attributes in HTML5
HTML - Design Page Structure Using Semantic Elements
09:38
Hey guys, in this video we will learn how to design page structure using the HTML5 semantic elements.
HTML - New Semantic Elements: <details> and <summary>
03:24
Hey guys, in this video we will explore how to use the new <details> and <summary> semantic tags.
5 Lectures | 29:21
HTML - Introduction to Tables
06:25
Hey guys, in this video we will learn how to design tables in HTML.
HTML - Span table rows and columns
02:55
Hey guys, in this video we will learn how to span rows and columns across tables.
HTML - Design layouts using Tables
05:49
Hey guys, in this video we will learn how to design a gallery grid using tables.
HTML Tables - Practice Problem 1
00:41
Hey guys, this is the practice problem for the tables module. Try it on codepen.io.
HTML Tables - Practice Problem 1: Solution
13:31
Hey guys, this is the solution for the Table Practice Problem that I gave in the previous video.
10 Lectures | 53:06
HTML - Introduction to Forms
04:03
Hey guys, in this video we will learn How to create a basic login form using HTML.
HTML - Form Input Types
08:15
Hey guys, in this video we will explore more about input types in forms
HTML - Adding Styles to Forms
05:41
Hey guys, in this video we will learn how to add styling to HTML form and it's elements.
HTML - Form Methods: GET and POST
05:17
Hey guys, in this video we learn all about the two form methods - GET and POST.
HTML - New Form Elements
03:46
Hey guys, in this video we will explore the new form elements introduced in HTML5.
HTML - New Form Input Types
05:50
Hey guys, in this video we will explore the new form input types introduced in HTML5
HTML - New Form Input Attributes
03:53
Hey guys, in this video we will explore the new form input attributes introduced in HTML5.
HTML - Form Validation
05:08
Hey guys, in this video we will learn about Form Validation.
HTML - Forms Practice Problem 1
00:48
Hey guys,
These are the details for the Forms Practice Problem 1:
Image Links:
Google Logo: http://pluspng.com/img-png/google-logo-png-open-2000.png
If you like to get inspired by great web projects, you should check out Made with Javascript. If you have a project that you wish to share with the world, feel free to submit your project on Made with Javascript Club website.
Free Online Tools And Converters for your use
URL Encoder
Input a string of text or a URL and encode the entered string
FAQ: Udemy Free course Most frequent questions and answers
Does Udemy offer Free Udemy coupons?
Yes, Udemy is the largest online education platform, with the broadest selection of video-on-demand courses and qualified instructors available to meet your needs. At theprogrammingbuddy.club we curate the latest udemy coupons, their expiry, and the number of uses left of these udemy coupons.
How to get free Udemy courses?
There are two ways to get free Udemy courses:
Go to udemy.com and search for your desired course category. Then select free from the filter options.
You can also get paid courses for free if you have a coupon. You can head to theprogrammingbuddy.club, where you can get a daily udemy paid course for free.
How to get Udemy Certificates for free?
Udemy offers certification on completion of each course. In order to receive a certificate of completion from Udemy, you need to complete your course 100%. There is a simple hack, you can open a video and jump on the timeline to complete a lecture.
To download the certificate from Udemy, you need to head over to your account on a desktop browser. Udemy certificates can't be accessed on the mobile app.
Do Udemy courses expire?
No, once you enroll, you will have lifetime access to the course. You can complete the course on your schedule.
Why are the Udemy instructors giving away free Udemy Coupons?
Every instructor has worked for hours on each of their courses. As new courses get launched, the instructors have no way to get their course in front of an audience to get some feedback. So, instructors share free coupons for their courses to get feedback from the students. We attheprogrammingbuddy.club work with these instructors to get their courses available to our buddies.
Is Udemy safe to use?
Yes, payments on Udemy are safe. It is no different than paying for other services on an application or website and inputting your payment information before receiving your goods. Just be sure to keep your account secure, do not share your udemy accounts.
Can Udemy courses get you a job?
Earning a skill is more valuable than earning a job these days. Skills are your most valuable asset. They can help you qualify for jobs you want and get promoted to more advanced positions within your organization. Unfortunately, it is difficult for many people to balance taking courses with work and family obligations. We have had many students, who have taken just Udemy courses, started a job as well as started freelancing with the skills they have learned.