answersLogoWhite

0

It is not a good idea to use underline in webpage. It is because the text on webpage gets real messy.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Where is the underline text command?

To underline text, you can use HTML <u> tag. Enclose the text you want to underline within <u> and </u> tags. For example: <u>Underline this text</u>.


What tag eliminated in a frame webpage?

A frame-based site typically does not employ a BODY tag.


How do you stop webpage to redirect to another webpage you don't want?

You can stop your webpage from redirection to another page. For this you just have to remove the anchor tag.


What is video tag in html5?

Video tag easily helps us to embedd videos in webpage. These videos can be used by video tag.


Can a HR tag add a horizontal line in a webpage?

Yes


Can a tag be assigned to a webpage digital image or video?

yes


How HTML works in webpage designing?

HTML works on the tag based technology. Each tag defines a function which it executes when run.


Is it true that a one-sided tag is used to insert character data into webpage?

True


How do you underline web address?

To underline a web address in HTML, you can use the <u> tag or apply CSS styling. For example, using HTML, you would write: <u>https://www.example.com</u>. Alternatively, you can use CSS with the property text-decoration: underline; to style a link or text element. Here's a CSS example: a { text-decoration: underline; }.


How do you underline numbers?

To underline numbers, you can use a text editor or word processing software that has formatting options. Simply highlight the numbers you want to underline and then select the underline option, often represented by a "U" with a line beneath it. In programming or markup languages like HTML, you can use the <u> tag to underline text, including numbers. For handwritten notes, simply draw a line beneath the numbers with a pen or pencil.


How do you use me2DAY photo uploader?

Read this webpage: http://me2guide.weblog.com/tag/upload-photo/


Which tag used to add lengthy text in webpage?

A text area can be used to add lengthy text in a webpage It contains a big text block for user input.