Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to Write JavaScript Function Head Of the HTML Document In JavaScript
WhatsApp
Delpin Susai Raj
Aug 25
2016
682
0
0
<html>
<head>
<script type=
"text/JavaScript"
>
<!--
function
popup()
{
alert(
"Hello World"
)
}
//-->
</script>
</head>
<body> <input type=
"button"
onclick=
"popup()"
value=
"Click"
> </body>
</html>
JavaScript Function Head
HTML Document
JavaScript
Up Next
How to Write JavaScript Function Head Of the HTML Document In JavaScript