answersLogoWhite

0

HTML can be easily edited to incorporate text by opening normal text editing software. You can use the default text-editor of your operating system (Such as notepad or wordpad), or use something more professional, like Dreamweaver.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Links in HTML?

This is the format you put it in: <a href="[enter URL here]">[enter text that is viewable here]</a>


What HTML for making a hyperlink?

<a href="enter URL here">Text to be displayed here</a>


Can you get your answers here in a txt or HTML formats?

Answers on this site are entered in plain text format. If you want to enter text from a *.txt or *.html file, highlight the text you want to copy and paste in the answer box. Ensure that your copied text does not violate any copyrite rules. Any HTML codes you put in the answer box will be interpreted as text characters and not as HTML code.


How do you enter name in HTML?

Name can be entered in HTML using the input element with the type attribute set to "text" or "name". Here's an example code snippet: <input type="text" name="full_name">. This creates a text input field where users can enter their name.


How do you add scrolling text to HTML page?

I love using this code: <marquee>Enter scrolling text here</marquee> Put this code underneath the <body> tag: <html> <body> <marquee>Enter scrolling text here</marquee> </body> </html> Want to change the colour of the text? <font face="arial" color="colour you want" size="8"> place that between <body> and <Marquee> <html> <body> <font face="arial" color="colour you want" size="8"> <marquee>Enter scrolling text here</marquee> </body> </html>


What is the HTML tag for small text?

All it is, is small, inside the <>, it wasn't letting me enter the tag alone


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 edit the distance of Tumblr posts?

you have to use HTML codes. so you press the 'HTML' button on your top right in the text post box and enter <br/> for a new line.


How can you enter data in more than one line in an HTML form?

You can enter data using the input type of the form. It can be either text or textbox depending on usage.


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.


How do you make a link on a website?

Using HTML Open a text editor. Make sure that the content is on your website. Create your link text. Surround the link text with tags. Add the "href" attribute. Enter a website's address. Post your link


What Is The Code To Show An Html A Text?

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