<!DOCTYPE html>
<html>
<head>
<title>Unit 2 -Q16</title>
<script type="text/javascript">
var text=prompt("Enter some text");
var ltext=text.toLowerCase();
document.write("Entered text : ",text);
document.write("<br>Text in Lower Case : ",ltext);
</script>
</head>
</html>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.