Monday, February 13, 2023

Current Time

 <!DOCTYPE html>
<html>
  <head>
    <title>Hello, World!</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
      <h1 class="title">Current Time</h1>
      <p id="currentTime"></p>
      <script src="script.js"></script>
  </body>
</html>

Sunday, February 12, 2023

Hello World!

 <!DOCTYPE html>
<html>
  <head>
    <title>Hello, World!</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
      <h1 class="title">Hello World! </h1>
  </body>
</html>

Saturday, February 11, 2023

Your First HTML Code

 <!DOCTYPE html>

<html> <body>

<h1>My First Heading</h1> <p>My first paragraph.</p>

</body> </html>

Coding for kids

Coding is a creative activity that students from any discipline can engage in. It helps to build computational thinking, develop problem solving skills, improve critical thinking and exposure to real life situations to solve problems in various realms.

The foundations laid in the early years will help the students to build the competencies in the area of AI, data sciences and other disciplines. 👨‍💻

Arithmetic Operators

Arithmetic operators are:

+ - * / %

Thursday, February 9, 2023

VPN

VPN stands for “virtual private network” — a service that protects your internet connection and privacy online. VPNs create an encrypted tunnel for your data, protect your online identity by hiding your IP address, and allow you to use public Wi-Fi hotspots safely.

Thursday, February 2, 2023

Welcome

 Hi All,

Welcome to the world of coding.

Happy coding ;)

Team/-

Codelator

Current Time

 <!DOCTYPE html> <html>   <head>     <title>Hello, World!</title>     <link rel="stylesheet" href...