answersLogoWhite

0

Not possible through html. Use php strrev function. For eg:

$string = "tac";

$reverse = strrev($string);

?>

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How will you pass values from HTML page to the servlet?

we are passing values from the HTML to the Servlet by using HTML controls. ex:name,password.......... In servlets we have one method for getting the values from HTML is getParameter() example: String s1=req.getParameter("T1"); String s2=req.getParameter("T2"); in above example T1,T2 are the names of the HTML controls, String is a class and req is the object of the HttpServlet.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


Does HTML allow you to declare integer real string and boolean variables?

HTML is not a programming language and as such does not allow you to declare variables.


How do you write a web proxy using HTML?

HTML is, as it name says, a language for markup, not script or programming. This means it is simply not possible to write a web proxy in HTML.


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 the diabolo need special string?

Yes, it does. A great string among the experts is 'Henry' diabolo string. You can get it here http://www.oddballs.co.uk/henrys-string-25m-roll-orange-p-1944.html


How do you create an HTML file?

We write HTML coding in notepad and save it with .html extension. It will automatically open with internet explorer


How do you write HTML Code?

You write in HTML by using a variety of codes such as <HTML><B><BR><UL><Color> ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


How do write psi in HTML code?

If you write Ψ or Ψ you should get it.


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.


Why do you write comments in HTML files how are comments written in HTML programs?

Comments are very important in a HTML code. They are started by <!-- and ended by --!>


Does HTML have anything to do with Software development?

No, HTML relates to passing information across the www. Software can be developed to edit HTML, and HTML can be used to call software (java) but you can't write 'OpenOffice' using an HTML editor.