answersLogoWhite

0

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

12y ago

What else can I help you with?

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.


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.


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


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 is better HTML or text?

Of course, it's HTML! HTML can do anythink that text can do plus more! Can text make a radio buttin? Can text make a drop-down menu? No, and again no! HTML Text


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.


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.