Ad Code

Showing posts with the label Source CodeShow All
How to connect api with html page

To connect an API with an HTML page, you can use a combination of JavaScript and AJAX (Asynchronous JavaScript and XML) to make requests to the API and update your webpage with the data received. Here are the general steps: Creat…

HTML Quiz for blogger || Creat responsive Quiz for Blogger

HTML Quiz for blogger || Creat responsive Quiz for Blogger Code:  <!DOCTYPE html> <html> <head>  <title>quiz in Javascript </title>  <link rel="stylesheet" href="style.css">…

HTML Age Calculator Source Code

HTML Age Calculator Source Code: In this post, we are sharing HTML Age Calculator Source Code.  Code:   <html>     <head>     <title> The Age Calculator</title>     </head> <body>     <scri…

Code of HTML Code Editor for blogger / Website

This is the code of HTML Code Editor copy and pastes it in your blogger as shown in the video - <!-- JQuery --> <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> <!-- CSS Style …

How to Create Table using HTML Code

<html> <head> <title>example of table</title> </head> <body> <h1 align ="center"> routime 2020 </h1> <table border ="1" bgcolor="yellow"width="…

Load More That is All