answersLogoWhite

0


Best Answer

I don't know what you mean by that, but I am going to say no. HTML only works in HTML. You can add special characters to HTML by doing: & copy; & trade; & reg;

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you use HTML Tags As Special characters in a text field?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the characters of HTML used for?

The tags of HTML are used to define how the page looks like. The presentation with the looks is what tags are used for.


What is a text in HTML?

Generally, characters not surrounded by '<' and '>' signs are considered text in HTML. Characters between '<' and '>' signs are considered tags. Also characters between <script> and </script> tags are not considered text, they are script body and are executed by script interpreter, not simply displayed on webpage.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


What is the french HTML code?

There is no separate French HTML code. The actual HTML tags are in English. However, there are special considerations for writing HTML pages in French. Specifically, an HTML author needs to use Unicode to display many Français characters. Some examples are: [Á = Á or Á] and [Ç = Ç or Ç].


What statement is correct in regards with description meta tags?

Meta tags are used at the start of a web page made in HTML. It defines the charset of the characters.


How does HTML code produces the form displayed in the browser?

HTML code has special meanings for special tags. The <form> tag tells the browser that a form is being created.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, <html> and </html>.