Lokesh Badavath has Published 99 Articles

How to Create an Unordered List with Image Bullets in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 02-Dec-2024 17:17:59

9K+ Views

An ordered list is numbered and an unordered list is not numbered it can be created with the tag and define the items of the list using the tag . We can create 4 types of unordered list in HTML − In this article we are having an unordered ... Read More

How to create an unordered list with circle bullets in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 02-Dec-2024 16:43:18

10K+ Views

An unordered list is unordered list of items marked with bullets, circle, disc and square. It gives you the ability to control the list in the context. Allow us to group a set of related items in lists. HTML support ordered list, unordered list and we have to use the ... Read More

How to Change the Color of Links in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 02-Dec-2024 15:27:53

41K+ Views

A link is a connection from one Web page to another web page. We can add page links to a web page. HTML links are hyperlinks. The tag defines a hyperlink and used to link from one page to another. The href attribute is used with the anchor tag, ... Read More

How to Insert an Image in HTML Page?

Lokesh Badavath

Lokesh Badavath

Updated on 21-Oct-2024 14:57:03

95K+ Views

To insert an image in HTML page, is a very common and easy task that enhances the appearence of any web page. It makes a web age look more attractive. In this article, our task is to insert an image in HTML page. We have used three different approaches using ... Read More

How do I wrap text in a 'pre' tag in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 24-Nov-2023 01:32:58

951 Views

In this article we are going to learn how to wrap a text in tag in HTML. The HTML tag is used to present preformatted block of text. Preformatted text refers to text that has already been formatted and should not be formatted further. The tag ... Read More

How to create an ordered list with list items numbered with uppercase roman numbers in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 24-Nov-2023 00:53:03

2K+ Views

An ordered list is a numbered list of items. It gives you the ability to control the sequence number in the context. Allow us to group a set of related items in lists. HTML support ordered list, unordered list and we have to use the tag, to create ordered ... Read More

How to create an ordered list in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 24-Nov-2023 00:35:52

3K+ Views

An ordered list is a numbered list of items. It gives you the ability to control the sequence number in the context. Allow us to group a set of related items in lists. HTML supports ordered list and an unordered list. To create ordered list in HTML, we have to ... Read More

How to use input type field with date field in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 24-Nov-2023 00:29:36

2K+ Views

In this article, we are going to use input type field with date field in HTML. We use type="date" in the elements to create input fields that let the user enter a date, either with a textbox that validates the input or a special date picker interface. The value ... Read More

How to create an ordered list with list items numbered with lowercase letters in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 23-Nov-2023 14:09:14

1K+ Views

An ordered list is a numbered list of items. It gives you the ability to control the sequence number in the context. Allow us to group a set of related items in lists. HTML support ordered list, unordered list and we have to use the tag, to create ordered ... Read More

How to use Emphasized formatting in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 22-Nov-2023 21:25:27

1K+ Views

The tag is used to define emphasized text. The content inside em tag is typically displayed in italic. The HTML tag should be used inside tag. The tag is used to separate the text from the rest text of the content. The content inside em tag ... Read More

1 2 3 4 5 ... 10 Next
Advertisements