0
0 reviews
Understanding HTML5 Elements, Attributes and Syntaxes
- Description
- Curriculum
- Reviews
Description
HTML – Hyper Text Mark-up Language; is the basic language for designing a website. In recent years HTML has evolved bringing forth newer and improved versions. In this course, we will be discussing how to use the most recent and best HTML version (HTML5) to design a basic website.
Objective / What to learn
- Learn to work with HTML5 elements.
- How to apply attributes to HTML5 elements.
- Learn to use tags to build a website from start.
Requirements
- A text editor (any one of your choice preferably Vscode).
- A working browser (also any of your choice preferably Google Chrome).
Who is the course for?
- Anybody willing to learn, either with prior knowledge of HTML or with zero knowledge whatsoever.
MODULE 1: Introduction
-
1Overview8 minsAn overview of what to expect in this module and also throughout the course.
-
2What HTML is About6 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
3Software and Browser to Use3 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
4Installation of Text Editor10 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Downloading and installing VS code text editor
MODULE 2: Basic HTML
-
5Overview1 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of what to expect in this module
-
6Basic HTML Tags15 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with basic HTML tags that is usually used in HTML documents
-
7Basic Text Formatting Tags11 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with different tags used for formatting text
-
8Comments9 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how HTML comments work
-
9Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 3: HTML Elements
-
10Overview1 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of what you will be learning in this module
-
11Text Elements17 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to include texts in your HTML document properly
-
12Quotation Elements 112 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with tags used to specify a quoted text
-
13Quotation Elements 210 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
14Block and Inline Level Elements15 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to use block and inline level elements like, and more15Classes8 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how classes and ids are used to target an element16Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.MODULE 4: HTML Layouts (Semantic Elements)
-
17Overview2 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of what to expect in this module
-
18Section and Article Elements11 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Semantic elements like
and elements is discussed in this lecture -
19Header and Footer Elements8 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Work with the
and -
20Aside and Nav Elements10 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Work with the
-
21Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 5: Images-
22Overview1 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of what this module contains
-
23Preparing an Image11 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
24Inserting the Image15 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to insert an image into an HTML document
-
25HTML5 Image Elements and Attributes14 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with other elements and attribute used to render and control an image in HTML5
-
26Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 6: Lists-
27Overview1 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of the module showing topics that will be taught in the module
-
28List Basics3 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Basics of implementing list items in an HTML document
-
29Ordered List8 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
30Unordered List5 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
31Definition List8 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
32Nested List7 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to merge two list types together in a list
-
33Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 7: Tables-
34Overview2 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of what will be taught in this module
-
35Simple Table12 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to create a simple table in HTML5
-
36Semantic Table Elements10 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to use HTML5 semantic elements to create a table
-
37Scope and Spanning Attributes11 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how scope, rowspan, and colspan attributes are used to format a table
-
38Old Attributes10 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with some attributes that may not necessarily be used in recent years to format a table
-
39Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 8: Links-
40Overview2 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of what the module contains
-
41Basic Links16 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to include a link on your webpage
-
42Link to a Page on the Same Website10 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
43Link to a Section on the Page15 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
44Link to Specific Part of another Website8 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Linking a part of a page on another website to your website
-
45Navigation Menu11 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to create a navigation menu on your website
-
46Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 9: Forms-
47Overview2 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Overview of the topics in this module
-
48Basic Form12 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to create a form on a website using elements and attributes
-
49Text and Password Input Types12 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Create a text and password field using input types in HTML
-
50Text Area _ Checkbox and Radio button13 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with other form fields like Text area, Checkbox, and radio button
-
51Dropdown and Other Form Input Types16 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to work with dropdown and other form fields
-
52Labels and Grouping Elements15 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn to use
-
53Form Validation19 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to use different attributes to format a form in HTML5
-
54Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 10: Videos-
55Overview3 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An overview of what to expect in this module
-
56Inserting a Video7 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
57Attributes to Format a Video18 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how attributes work in formatting a video
-
58Video with Multiple Formats11 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Learn how to insert different formats of a video at once
-
59Bonus Tip9 minsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
60Quiz5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Please, login to leave a review
Related courses
Share
Course details
Duration
10 hours
Lectures
51
Video
8 hours
Quizzes
9
Level
Beginner
Popular courses