5. Develop JavaScript to implement strings
<html>
<head>
<title>
JavaScript Strings
</title>
</head>
<body>
<h1> String Function</h1>
<h2>JavaScript Strings</h2>
<p id="hello"></p>
var x = "Welcome to string function!";
document.getElementById("hello").innerHTML = x;
</script>
</body>
</html>
<head>
<title>
JavaScript Strings
</title>
</head>
<body>
<h1> String Function</h1>
<h2>JavaScript Strings</h2>
<p id="hello"></p>
var x = "Welcome to string function!";
document.getElementById("hello").innerHTML = x;
</script>
</body>
</html>
Practical Lists with Source Code :
- Writesimple JavaScript with HTML for arithmetic expression evaluation and messageprinting.
- Develop JavaScript to use decision making and looping statements.
- Develop JavaScript to implement Array functionalities.
- DevelopJavaScript to implement functions.
- DevelopJavaScript to implement strings.
- Createa webpage using form elements.
- Createa webpage to implement form event Part-I.
- Createa webpage to implement form event Part-II.
- Developa webpage using Intrinsic Java Function.
- Developa webpage for creating session and persistent cookies observe the effects withBrowser cookie settings.
- Developa webpage for placing the window on the screen and working with child window.
- Developa webpage for validation of form fields using regular expressions.
- Create a webpage with Rollovers Effect.
- Developa webpage for implementing menus.
- Developa webpage for implementing Status bars and Web Page Protection.
- Developa webpage for implementing Slideshow, Banner.