answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Is The Code To Show An Html A Text?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


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.


What is the code inside the HTML?

hyper text markup language


What does the HTML code marquee mean?

Your text will move when you use it.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


Is it true HTML code needs to be complied before it run in order for it to work?

No HTML can be written in a simple text file and saved as .html.


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.


What is the purpose of the PRE tags in HTML code?

It does preformatted text. It displays text in a plain font and it preserves any line breaks, which normally does not happen in html. It also keeps spaces, so the text will look like it is typed in the source code.


What html element does not display text on the web page as seen in the web browser the comment graphic image or text?

You can use the comment tags to include text in your HTML code that will not be displayed in the browser. Here is how you do that: &lt;!-- Comment Text --&gt;.


How do you insert pictures on Notepad using HTML?

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: &lt;img src="myimage.jpg" /&gt;


You want a picture to repeat down what is HTML code?

You need to use HTML and Styles to do it. For the Pictures/YourImage.gif part you can put in your own code for your picture.Your text


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.