MPA-TECH Horizontal Scroll Menu

.

Learn to Code...

With the world’s largest web developer site.

(HTML,CSS And JS Editor)

HTML

The language for building web pages

 
Copy the code and try it yourself, click here.
 
कोड कॉपी करें और try it yourself पेर क्लिक करें
Code Box with Copy
CSS Example Code
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
</style>
</head>
<body>

<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>

</body>
</html>
    

CSS

The language for styling web pages

 
Copy the code and try it yourself, click here.
 
कोड कॉपी करें और try it yourself पेर क्लिक करें

JAVA SCRIPT

The language for styling web pages

Copy the code and try it yourself, click here.
 
कोड कॉपी करें और try it yourself पेर क्लिक करें

JavaScript Example Code

 

 

  • <!DOCTYPE html>
    <html>
    <body>
    <h1>My First JavaScript</h1>
  • <button type=”button” onclick=”document.getElementById(‘demo’).innerHTML = Date()”>
    Click me to display Date and Time.</button>
  • <p id=”demo”></p>
  • </body>
    </html>
  •  

Python

A popular programming language

Copy the code and try it yourself, click here.
 
कोड कॉपी करें और try it yourself पेर क्लिक करें

Python Example Code

 

  • if 5 > 2:
      print(“Five is greater than two!”)

SQL

A language for accessing databases

Copy the code and try it yourself, click here.
 
कोड कॉपी करें और try it yourself पेर क्लिक करें

SQL Example Code

 

  • SELECT * FROM Customers
    WHERE Country=’Mexico’;

This is the heading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Lorem ipsum dolor sit 

Lorem

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
John Doe
Designer

Lorem

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
John Doe
Designer

Lorem

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
John Doe
Designer
Scroll to Top