answersLogoWhite

0

How do you rotate text in HTML?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

How do you rotate text on picnik?

You cant rotate text


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


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 The Code To Show An Html A Text?

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


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.


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.


HTML is an acronym for?

HTML is an acronym for Hyper-Text Markup Language.


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.


How do you enable the text-box in html?

You can enable the text box in HTML using input tag. The input tag asks the input type and make it to Text.