"Hello World"
Bootstrap 4.1.1 Snippet by blessly

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Hello luv! muah</h2> <button>HURRAY!</button> </div> </div> <script src="https://jsconsole.com/js/remote.js?1ebd5e44-1485-4e90-b19d-3d3c6d7374bb"></script> <script src="https://jsconsole.com/js/remote.js?77cdb8d5-dc36-400d-9f9c-b732badf158f"></script>
h2 { color:red; }
$('button').click(function(){ $('h2').html('pogi ni mac!'); $('button').html('hindi rin'); debugger; console.log('hdjsjd'); });

Related: See More


Questions / Comments: