All web designing tutorials and web development tutorials are available. You learn from anywhere in the world.
Examples, plugins, static websites, responsive websites, web applications and student projects are available in this website.
Hyper Text Markup Language (HTML) was invented by "Tim Berner Lee".He was a British Computer Scientist. The first web page was created at CERN by Tim Berners-Lee on August 6, 1991.
<html>
<head>
<title>Heading Tags</title>
</head>
<body>
<h1>Heading Tag 1</h1>
<h2>Heading Tag 2</h2>
<h3>Heading Tag 3</h3>
<h4>Heading Tag 4</h4>
<h5>Heading Tag 5</h5>
<h6>Heading Tag 6</h6>
</body>
</html>
body {
background:blue;
}
h1 {
color: white;
text-align: center;
}
p {
color: white;
line-height:26px;
font-size:16px;
}
JavaScript is the programming language of the Web. Javascript Most commonly used websites this is client-side script to interact with the user and make dynamic pages.
<script type="text/javascript">
function Alert() {
alert ("This is a Sample alert message!");
}
</script>
<form>
<input type="button" value="Click Here" onclick="Alert();" />
</form>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body ng-app="">
<label>Name : </label>
<input type="text" ng-model="name" placeholder="Your Name">
<h1>Hello i'm {{name}}.</h1>
</body>
“C” is a structured oriented programming language developed at “AT & T Bell Laboratories of USA” in 1972.
Java is a programming language it was developed by Sun Microsystems in 1991, later acquired by Oracle Corporation.
PHP is an acronym for PHP: Hypertext Preprocessor it is a widely-used open source(free). PHP is a server-side scripting language.
Python is an object-oriented, high level language, interpreted, dynamic and multipurpose programming language.
jQuery is a set of (a rich bundle of) JavaScript libraries that helps users apply dynamic functionality to web pages with great ease.
Materialize is a User Interface (UI) component library. Introduced by Google (2014 – Present), Material Design is a language etc,.
Browse free responsive HTML Templates, Bootstarp Templates, PHP Projects, Some Web Developing Examples and Bootstarp Plugins.
Our website is made possible by displaying ads to our visitors.
Please help us continue to provide you with free. So please disabling your ad blocker.