Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Web development Basics - HTML notes 2 Class notes BE CSE

Rating
-
Sold
-
Pages
13
Uploaded on
01-04-2023
Written in
2022/2023

These HTML notes provide a comprehensive introduction to web development using HTML. They cover the basics of HTML markup language, including syntax, tags, and attributes, and provide step-by-step instructions for creating web pages. These notes are designed to be accessible to beginners and are perfect for anyone looking to learn HTML for the first time. They are available for online selling, making it easy for anyone to access and learn at their own pace.

Show more Read less
Institution
Course

Content preview

HTML Lists

Assume that you want to develop your website, you’ll want to present that
content in an organized manner so that readers will be able to figure out more
easily. Menu of your website:
 May appear as a vertical or horizontal.
 You will use list to keep your vertical menu in order.
 Sometimes you will use lists with vertical menu, when you have sub menu.



TYPES OF LIST
HTML supports 3 types of lists:
 Unordered List
 Ordered List
 Definition List
Ordered lists are ordered in some fashion, while Unordered lists are bulleted.
Definition lists consists of a term followed by its definition.


All lists must contain one or more list elements. Lists are of three types:
 <ul> - An unordered list. This will list items using plain bullets.
 <ol> - An ordered list. This will use different schemes of numbers to list your
items.
 <dl> - A definition list. This arranges your items in the same way as they are
arranged in a dictionary.

, UNORDERED LIST
An unordered list is a collection of related items that have no special order or
sequence. This list is created by using HTML <ul> tag. Each list item starts
with the <li> tag. Each item in the list is marked with a bullet.

Example--

<!DOCTYPE html>
<html>
<head>
<title>HTML Unordered List</title>
</head>
<body>
<ul>
<h1>Unordered List with default type bullets</h1>
<li>Beetroot</li>
<li>Ginger</li>
<li>Potato</li>
<li>Radish</li>
</ul>
</body>
</html>



The type attribute
You can use type attribute for <ul> tag to specify the type of bullet you like.
By default it is a disc.
Following are the possible options:
1. <ul type= “square”>
2. <ul type= “disc”>
3. <ul type= “circle”>

Written for

Institution
Course

Document information

Uploaded on
April 1, 2023
Number of pages
13
Written in
2022/2023
Type
Class notes
Professor(s)
Na
Contains
Lecture 2

Subjects

$6.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
chitwandeepkaurpalne31

Get to know the seller

Seller avatar
chitwandeepkaurpalne31 Chitkara University
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
3 year
Number of followers
0
Documents
15
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions