Table of Contents HTML Example:CSS Example:CSS Example:JavaScript Example:PHPA web server programming languagejQueryA JavaScript library for developing web pagesW3.CSSA modern CSS framework for faster and better responsive web pagesColor PickerExercisesTest yourself with exercisesWeb TemplatesBrowse our selection of free responsive HTML TemplatesHow To SectionCode snippets for HTML, CSS and JavaScript HTML Example: […]
Table of Contents
HTML Example:
HTML Tutorial
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Try it Yourself »
CSS Example:
body {
background-color: lightblue; }
h1 {
color: white;
text-align: center; }
p {
font-family: verdana;
font-size: 20px; }
Try it Yourself »
CSS Example:
body {
background-color: lightblue; }
h1 {
color: white;
text-align: center; }
p {
font-family: verdana;
font-size: 20px; }
Try it Yourself »
JavaScript Example:
Click Me!
<script>
function myFunction() {
var x = document.getElementById(“demo”);
x.style.fontSize = “25px”;
x.style.color = “red”; }
</script>
Try it Yourself »
PHP
A web server programming language
LEARN PHP
jQuery
A JavaScript library for developing web pages
LEARN JQUERY
W3.CSS
A modern CSS framework for faster and better responsive web pages
LEARN W3.CSS
Color Picker
Exercises
Test yourself with exercises
Web Templates
Browse our selection of free responsive HTML Templates
Aki / JapanMy favorite gadget’s the computer. I can’t live without Internet or e-mailing or skyping. I always talk with my friends over Skype, domestic and international. I also always do a lot of Internet shopping. I love shopping on amazon.com Lindsay / United StatesMy favorite gadget is the cell […]