answersLogoWhite

0

How do you make HTML show up in text?

Updated: 8/16/2019
User Avatar

Wiki User

16y ago

Best Answer

You replace the < and > characters with "& lt ;" and "& gt ;", respectively. Remove quotes and all spaces - they were needed for WikiAnswers to *display* the code and not convert it.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

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

Does HTML correct typos?

No; HTML does not correct typos. In fact, if there is even a tiny typo in part of the code besides what will show up as the website's text, the website/webpage will not work properly.


Long form of HTML?

To code HTML, you'll need a text editor such as Notepad or Notepad++. You can write your HTML code in there and save the pages as "something.html". Make sure you have the ".html" extension. If you double click the file you have made, it will open up a web browser and you'll see what your HTML has done.


HTML?

Hyper Text Mark-up Language


Abbreviation of HTML?

HTML stands for HyperText Mark-up Language. It is a method of 'writing' web-pages.


When was the start of HTML and what does it stand for?

HTML stands for Hyper Text Mark-up Language and was created in 1991.


How do you set up HTML links?

to make a link in HTML: &lt;a href="http://www.google.com"&gt;this is your link text&lt;/a&gt; that would link to google you can also use other attributes like title and the like to make em fancy


How do you use HTML to remove HTML you already have?

I don't think you can use HTML to remove HTML, you can hide HTML commands with &lt;!-- TEXT OR SCRITPS HERE --&gt; Any scripts between the &lt;!-- AND --&gt; wont show up on the HTML document. using those are good for leaving reminds like where a form starts and stops or to place something there that you might use later.


What does the term HTML stands for?

Hyper Text Mark-up Lanuage


What is the difference between HTML an plain text documents?

Yes, they do. The contents is a lot different for one thing. If you open .htm and then .doc in notepad, you will notice that .htm will display code. .doc will display a bunch of random symbols. A word document can't be displayed in a browser. Also, word documents contain pictures. HTML documents have to have pictures linked to it. That's why people sometimes get image errors with the little red X.


Create an HTML page which pops up an alert message?

&lt;html&gt; &lt;head&gt; &lt;script type="text/javascript"&gt; function show_alert() { alert("I am an alert box!"); } &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;input type="button" onclick="show_alert()" value="Show alert box" /&gt; &lt;/body&gt; &lt;/html&gt;


How do you make the text you put onto your piczo site bigger than 'Largest'?

Make an HTML code. Im not a pro at this, so I can *&lt;font style="font-size:size choice here up to 100px!important"&gt;your text here&lt;/font&gt;


Can you use HTML to set up a simple website which will display simple text?

yes