Search This Blog

HTML Script Tag Example

HTML Script Tag Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
<script type="text/javascript">
</script>
</head>
<body>
<center>
<h2> Script Tag Example < script > </h2>
<p> When we add some CSS and JS Code for perticular file then we use script tag </p>
</center>
</body>
</html>
OUTPUT:
HTML Script Tag Example

No comments:

Post a Comment