answersLogoWhite

0


Best Answer

It depends what your writing about and how you want the reader to absorb the information.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Should you underline text in an HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


How do you create CSS rule that will ensure the text in a paragraph is underlined?

p {text-decoration: underline;}Keep in mind this will underline ALL text with in your website, however if your looking to apply underline for just one individual paragraph you will need to create a div per example below:.:Sample paragraph:.CSS is the acronym for: 'Cascading Style Sheets'. CSS is an extension to basic HTML that allows you to style your web pages.That will be your HTML/paragraph, in order to render the underline you will add the following snippet w/In your Css as follows:div#paragraph {text-decoration: underline;}


How do you do underline text on laptop?

To underline text on a laptop, you can typically use keyboard shortcuts. Highlight the text you want to underline, then press "Ctrl + U" on Windows or "Command + U" on Mac. This should apply an underline to the selected text.


What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "<u>" "text to format here", followed by closing tag "</u>" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


What is the so-called founding technology of HTML?

hyper text markup language tags are instruction that are embedded directly into the text of the document.An HTML is the language interpreted by a browser.Web page are also called HTML document. HTML is a set of special codes that can be embedded in text to add formatting and linking information.HTML is specified as tags in a HTML document.


Which tags are allowed in the HTML head portion of the HTML document?

<TITLE> </TITLE>, Text formatting tags


What Text file format was designed as a document structure language?

HTML


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


What is the horizontal line that is underneath the text?

An underline!An underline!An underline!An underline!


How do you create unformatted HTML text?

HTML text isn't really formatted to begin with. But if you want to create text that is formatted in the exact way you typed it into the document, you can surround that text with a <PRE></PRE> element.