toma

JannatToma

Learn HTML

HTML is the standard markup language for Web pages.

With HTML you can create your own Website.

HTML is easy to learn – You will enjoy it!

CSS Templates

We have created some responsive W3.CSS templates for you to use.

You are free to modify, save, share, and use them in all your projects.

 

Bootstrap Versions

Bootstrap is the world’s most famous free CSS framework.
You can choose between the following versions:

WordPress

The WordPress Foundation’s effort to trademark the terms HOSTED WORDPRESS and MANAGED WORDPRESS has been thwarted, for now, following a petition from a dissenting member of the open source WordPress community.

Why Study JavaScript?

JavaScript is one of the 3 languages all web developers must learn:

   1. HTML to define the content of web pages

   2. CSS to specify the layout of web pages

   3. JavaScript to program the behavior of web pages

PHP Form Handling

<html>
<body>

Welcome <?php echo $_POST["name"]; ?><br>
Your email address is: <?php echo $_POST["email"]; ?>

</body>
</html>