Skip to player
Skip to main content
Skip to footer
Search
Connect
Watch fullscreen
9
Bookmark
Share
Add to Playlist
Report
Lecture :- No 7 Learn HTML lists in 4 minutes #html #coding #learnreact
Saqi Technical
Follow
9/9/2024
HTML list tutorial example explained
#HTML #list #lists
Category
📚
Learning
Transcript
Display full video transcript
00:00
so welcome back guys guys
00:02
today we are going to see
00:04
what type of list we have in html
00:06
and how we write
00:08
and utilize list
00:10
and what are the benefits of list
00:12
so lets start
00:14
intro
00:28
welcome back guys
00:30
guys we are available in both code screen and browser screen
00:32
lets see where we use
00:34
so here
00:36
what is the list
00:38
basically we have
00:40
3 types of list in html
00:42
and where
00:44
we use list
00:46
this question
00:48
is asked many times
00:50
where we use list
00:52
basically when you make
00:54
navbar of any website
00:56
most of the time
00:58
we use list in navbar
01:00
because you can
01:02
use same item
01:04
same tag
01:06
from list
01:08
so how we make list
01:10
we have 3 types of list
01:12
one is order list
01:14
and another one is
01:16
unordered list
01:18
and last one is
01:20
definition list
01:22
so here we have 3 types of list
01:24
lets see
01:26
order list
01:28
for order list
01:30
we use
01:32
ol tag
01:34
in ol tag
01:36
we have allies
01:38
and what is ol
01:40
ol basically
01:42
denotes
01:44
ordered format list
01:46
intentionally
01:48
ordered format list
01:50
it shows
01:52
allies
01:54
li
01:56
list item
01:58
list
02:00
lets say
02:02
grocery
02:04
you have
02:06
bullet points
02:08
first
02:10
second third
02:12
fourth
02:14
same as
02:16
your home
02:18
nothing complicated
02:20
li is a tag which is used for a list item
02:28
and along with this we write item1
02:32
so here in ordered format we have written 1
02:37
and after that item1 is written
02:40
along with this we copy out this and change it
02:45
and here I use the multi cursor option of VS Code
02:51
and here we change it
02:53
here we write 2
02:55
so see here in an ordered format
02:58
it is showing the list items
03:01
that first you have to take 2
03:03
after 2 you have to take 1
03:05
then after that you have to take item 2
03:07
then after that you have to take item 3
03:10
so this ordered list is used in this format
03:14
along with this we have ul
03:18
ul is used for unordered list
03:22
which is basically a bullet point
03:25
so to make a bullet point
03:27
you use the tag of ul
03:29
you use the tag of unordered list
03:32
so here we did like this
03:34
and in the same way li is used here
03:38
and here I wrote list1
03:40
and here you will see
03:42
that we have this unordered list
03:44
we don't know which item to take first
03:46
then which one to take
03:48
so that's why it is called unordered list
03:52
and basically many times
03:54
unordered list is used on higher standard
03:56
on microservices level
03:58
in industry most of the time
04:00
unordered list is used
04:02
but because this is a full course of html
04:04
so it is a series
04:06
so you will know
04:08
how many types of list are there
04:10
and how many types we use
04:12
one we have unordered list
04:14
and one we have ordered list
04:16
so we use ordered list
04:18
so that we have a brief view
04:20
that we have this item first
04:22
and then this
04:24
and then I have unordered list
04:26
which doesn't show in ordered format
04:30
along with this we have definition list
04:32
and most of the time
04:34
most of the time
04:36
we don't use definition list
04:38
we use dl
04:40
and dl
04:42
is used like this
04:44
and dt
04:46
comes first
04:48
that what is our definition
04:50
then dd comes
04:52
so that we can write
04:54
definition description
04:56
that see
04:58
the list which we show
05:00
along with indentation
05:02
that we have
05:04
that is definition list
05:06
if we see here
05:08
that we have used dd
05:10
then it will come down
05:12
along with this
05:14
it has indent
05:16
we don't know
05:18
that we have this list
05:20
most of the time
05:22
when we use definition list
05:24
then we
05:26
basically
05:28
if we want to make any paragraph
05:30
then to give heading
05:32
we use definition list
05:34
and if we have multiple
05:36
in a blog or
05:38
in a website
05:40
or multiple paragraph tag
05:42
available then we
05:44
write dd
05:46
then in dd
05:48
basically dt
05:50
represents
05:52
the heading of this paragraph
05:54
so this
05:56
dt tag
05:58
represents heading of paragraph
06:00
or list
06:02
heading
06:04
this ordered list and unordered list
06:06
i have made
06:08
in that you don't have any definition
06:10
that item 1
06:12
from which market
06:14
or from which
06:16
let's suppose you have gone to buy
06:18
bun from a bakery
06:20
so if i write
06:22
bakery on this bun
06:24
then you will know
06:26
that i have bought this from bakery
06:28
like this definition list
06:30
defines
06:32
this paragraph
06:34
or list item
06:36
from which
06:38
concern it belongs
06:40
so here in dd
06:42
if i write lorem
06:44
then that paragraph will show
06:46
it's a random paragraph
06:48
there is no need to read
06:50
so today we saw
06:52
how to utilize
06:54
unordered list, ordered list and definition list
06:56
so this was
06:58
basic
07:00
and as such
07:02
there is no need to
07:04
join deep
07:06
unordered list, ordered list and
07:08
definition list are very
07:10
useful tags
07:12
so do check it out
07:14
see you in next video
07:16
do like and subscribe
07:26
subscribe
07:28
subscribe
Recommended
13:52
|
Up next
AI Roadmap 2024: Master the Future of Artificial Intelligence
Saqi Technical
9/29/2024
5:24
Lecture No 8 Mastering About Section Descriptions | Linkedin 5 - Part 3
Saqi Technical
9/25/2024
10:57
Lecture No 7 Mastering Your LinkedIn About Section | Part 1: Top Strategies to Stand Out
Saqi Technical
9/24/2024
9:43
Lecture No 6 Mastering the YouTube About Section: Step-by-Step Guide (Part 1 of 5)
Saqi Technical
9/23/2024
16:28
Lecture No 5 LinkedIn Headline Tips: How to Stand Out (Part 2)
Saqi Technical
9/22/2024
10:14
Lecture No 4 LinkedIn Headline Tips (Part 1): Crafting a Powerful Headline for 2024
Saqi Technical
9/20/2024
17:42
Lecture No 3 LinkedIn Profile Picture & Banner Tips: Make a Lasting Impression
Saqi Technical
9/16/2024
20:13
Lecture No:- 2 How to Create a LinkedIn Account: Step-by-Step Guide for Beginners
Saqi Technical
9/14/2024
7:43
Lecture No:- 1 Introduction to LinkedIn Client Hunting: Find & Attract Your Ideal Clients
Saqi Technical
9/13/2024
17:48
Lecture No:-8 HTML Tutorial: Forms & Input Tags | Web Development Tutorials
Saqi Technical
9/11/2024
5:32
Lecture No. 6: Mastering HTML IFRAMEs: A Complete Guide #html #coding #learnreact
Saqi Technical
9/8/2024
6:25
Lecture No:- 5 Mastering HTML: Complete Guide to the HTML Video Tag #html #coding #learnreact
Saqi Technical
9/8/2024
7:40
Lecture No:- 4 Mastering HTML: HTML Attributes #html #coding #webdevelopment #learnreact
Saqi Technical
9/6/2024
11:08
Lecture No:- 3 Mastering HTML: Nested Tags & Hyperlinks Explained!
Saqi Technical
9/4/2024
11:08
Lecture No:- 2 Master HTML Text Formatting: Bold, Italics, Underline & More! #html #coding #code
Saqi Technical
9/4/2024
15:03
Lecture No:- 1 | Introduction to HTML: Learn the Foundation of Web Development Welcome to the first lecture in our web development series! In this video, we'll cover the basics of HTML (HyperText Markup Language), the foundation of web development. Wheth
Saqi Technical
9/3/2024
18:43
Lecture No:- 12 Mastering useImperativeHandle in React: Advanced Component Control
Saqi Technical
8/31/2024
13:18
Lecture No:- 11 Mastering useTransition in React: Smooth UI Updates Made Easy!
Saqi Technical
8/30/2024
11:47
Lecture No:- 10 Mastering useLayoutEffect in React: Optimize Your UI Updates best description
Saqi Technical
8/30/2024
16:39
Lecture No:- 9 Mastering React: How to Use useDebugValue Like a Pro!
Saqi Technical
8/27/2024
2:01
The Dawn of AI How It's Changing Everything
Saqi Technical
8/27/2024
1:32
Earn Money Online Fast: Beginner-Friendly Methods
Saqi Technical
8/27/2024
2:49
How to Beat the Market: Pulse of Trading's Best Practices
Saqi Technical
8/27/2024
2:11
React.js Tutorial for Beginners: Step-by-Step Guide to Building Your First Project
Saqi Technical
8/27/2024
2:21
A Century of Storytelling: Tracing the Evolution of Drama
Saqi Technical
8/26/2024