JavaScript is the most popular scripting language on the Internet, which can be used in HTML and the Web, and more widely used in servers, laptops, PCs, tablets and smartphones.
JavaScript is a scripting language
JavaScript is a lightweight scripting language.
JavaScript is a programming language that can be inserted in an HTML page.
When JavaScript is inserted into an HTML page, it can be performed by all browsing.
<! DOCTYPE html>
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<title></title>
<meta charset= "Utf-8"/>
<script src= "Jquery/jquery-2.2.0.min.js" ></script>
<script src= "Bootstrap/js/bootstrap.min.js" ></script>
<link rel= "stylesheet" href= "Bootstrap/css/bootstrap.min.css"/>
<body>
<div class= "Container" style= "padding:50px" >
<script>
document.write ("document.write ("<p> This is a paragraph,</p>")
</script>
</div>
</body>
Introduction to JavaScript