It is very easy to load time and content show. Header codes: <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script src=”https://code.jquery.com/jquery-migrate-3.0.1.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js” integrity=”sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q” crossorigin=”anonymous”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js” integrity=”sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl” crossorigin=”anonymous”></script> Simple Javascript Codes <script> // Generated by CoffeeScript Read more…
Category: HTML Source Code
Source: w3schools.com
Example: <a href=”https://www.computerhope.com/” style=”text-decoration: none”>Computer Hope.</a> or Add style=”text-decoration: none” in <a tag
HTTP Status Code The status code provides information about the status of the request. It also helps to identify the cause of the problem when a web page or other resource does not load properly. Some common status codes are: Read more…
Example of HTML param tag – Learn Param tag
Example of HTML pre tag – Learn Pre tag
Example of HTML progress Tag – Learn Progress tag
Example of HTML q tag – Learn Q tag
Example of HTML rp Tag – Learn Rp tag
Example of HTML rt Tag – Learn Rt tag