We teach by the videos lecture.
We focus on:
<html>
<head>
<title>PHP Output</title>
</head>
<body>
<p>
<?php echo "Hello World !" ; ?>
</p>
</body>
</html>
<div id="mydiv">
CodingPk Fade Toggle Function
</div>
<button id="mybutton">Click Me
</button>
<script type="text/javascript">
$("#mybutton").click(function(){
$("#mydiv").fadeToggle("6000");
});
</script>
With each Lecture we will provide: