Lokesh Badavath has Published 102 Articles

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

Lokesh Badavath

Lokesh Badavath

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

732 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

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 create an ordered list in HTML?

Lokesh Badavath

Lokesh Badavath

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

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 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

1K+ 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

930 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

796 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

What is horizontal rule in HTML Page?

Lokesh Badavath

Lokesh Badavath

Updated on 21-Nov-2023 21:06:13

993 Views

The tag defines a break in an HTML page, or it is used to separate content in an HTML page using a horizontal line and is most often displayed as a horizontal rule. The tag defines a break with the horizontal line in an HTML page. The ... Read More

How to create an unordered list without bullets in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 21-Oct-2023 14:03:39

19K+ 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 set table width in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 21-Oct-2023 13:42:41

22K+ Views

We use inline style attribute, to set the table width in HTML. The attribute is used within the HTML tag, with the CSS property width to set table width. Syntax Following is the syntax to set table width in HTML. … Example Following is the example program ... Read More

How to create space between list bullets and text in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 04-Oct-2023 14:10:31

23K+ Views

We use CSS padding-left property, to create a space between bullets and the text. It is used to set the padding area on the left of an element. HTML support ordered list, unordered list and HTML support ordered list, unordered list and we must use the tag, to create ... Read More

1 2 3 4 5 ... 11 Next
Advertisements