answersLogoWhite

0

HTML is a code or scriptive language that usually executes java script; it can thus include photos and illustrations. Text is just a collection of letters one reads or may be used to store data such as keyboard configuration for a game. When you are asked about whether you want to receive a file as plain text or as HTML, the plain text version would just have the printed words, whereas the HTML would have photos, illustrations, maybe even video.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


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


How do you rotate text in HTML?

Text can only be rotated in HTML by augmenting it with CSS or other technologies. HTML itself is not capable of this feat.


What Is The Code To Show An Html A Text?

<code><code>HTML TEXT HERE</code></code>


What are the difference between HTML and Java Script?

HTML is a standardized code that makes up a web page. It covers thing like text colour, text size etc. JavaScript, however, is mainly used to a interactivity to web pages. Examples of this are text changing colour when you click on it.


How do you convert the HTML file in to text file?

All HTML files are text files. You can open them with any text editor, such as Notepad. When a browser opens the file, it reads it and displays the html as a web page. If you open a html file in a text editor or a word processor or other such application, you will see the actual html code, which is just ordinary text. So you don't need to convert HTML files into text, as they are already text files. All you need is something to open them with, other than a browser.


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: <html> <head></head> <body> Your text goes here... </body> </html> 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.


HTML is an acronym for?

HTML is an acronym for Hyper-Text Markup Language.


What is the term of HTML?

HTML stands for Hyper Text Markup Language


What does u in HTML mean?

<u> in HTML underlines the specified text.


A webpage is a text file of tags and embedded text?

HTML


What are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.