answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create unformatted HTML text?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which of the following is not an example of formatted text?

This is formatted text as it includes , italics, and font sizes. Can be stored in DOC's RTF's PDF's HTML ect.This is unformatted text. Usually stored in a TXT document.


How can you create a HTML documents?

You can create a HTML file in any of the text editors known. Notepad and various other IDE's are examples.


What does the initial HTML represent?

HTML stands for "hyper-text markup language", Used to create websites.


How can you create HTML files?

HTML files are in their essence simply text files that are written in this code language called "HTML". To make programs recognize the text files as web documents, they are called .htm files. So in short, to create an HTML file, simply create a text file using Notepad, save it and change the file name to "xyz.htm" or "xyz.html" instead of "xyz.txt".


What is HTML and why you use HTML?

HTML - Hyper Text Markup Language is a computer programming language which can be used to create webpages/websites.


Can you tell language is used to create webpages along with text?

HTML is the standard language for creating web pages. You can include text in web page using HTML and CSS can be used to format the text. Here is an example of the simplest HTML: &lt;html&gt; &lt;head&gt;&lt;/head&gt; &lt;body&gt; Your text goes here... &lt;/body&gt; &lt;/html&gt; Put the above in a file and save it with an extension htm or html. Now you have a web page with the text you want.


Where to use HTML?

Hyper Text Markup Language is used to create a efficient webpage


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


What language did Tim Berners-Lee create 1990?

HTML (Hyper Text Markup Language) used to create websites


What are the tools used in HTML?

The simplest tool is a basic text editor like Notepad. You can create HTML files using just that. You can get more sophisticated HTML editors and also specialised programs for web development, like Dreamweaver and Frontpage, that will help you create HTML.


Is it possible to create HTML documents with word?

yes you can use any text editing software to make a HTML file. Just use the rules of HTML and save it as htm or HTML and your good to go.


Which command is used to create HTML link?

The name of the tag used to create a link in an HTML document is the anchor tag. The anchor tag takes the hrefattribute normally, and a pair of tags is used to surround the text or image you want the link to be activated by.Great HTML Help!In this case, the text "Great HTML Help!" would be displayed to the user, and that text would be clickable. Clicking on that text would cause your browser to direct itself to http://answers.com.