HTML Comments Comment tags are used to insert comments in HTML. HTML Comment Tags You can add comments to your HTML source by using the...
Read More
HTML Computercode
HTML Quotations Computer Code var person = { firstName:"John", lastName:"Doe", age:50, eyeColor:...
Read More
HTML Quotations
HTML Quotation and Citation Elements Quotation Here is a quote from WWF's website: For 50 years, WWF has been protecting the futu...
Read More
HTML Formatting
HTML Text Formatting Elements Text Formatting This text is bold This text is italic This is superscript HTML Formatting Element...
Read More
SQL Syntax
SQL Syntax A database most often contains one or more tables. Each table is identified by a name (e.g. "Customers" or "O...
Read More
SQL Introduction
Introduction to SQL SQL is a standard language for accessing and manipulating databases. What is SQL? SQL stands for Structure...
Read More
JavaScript Introduction
JavaScript Introduction JavaScript is the most popular programming language in the world. This page contains some examples of what Ja...
Read More
HTML Styles
HTML Styles HTML Styling Every HTML element has a default style (background color is white and text color is black). Changing the def...
Read More
HTML Paragraphs
HTML Paragraphs HTML documents are divided into paragraphs. HTML Paragraphs The HTML <p> element defines a paragraph. Example...
Read More
HTML Headings
HTML Headings Headings are important in HTML documents. HTML Headings Headings are defined with the <h1> to <h6> tags. ...
Read More
HTML Attributes
HTML Attributes Attributes provide additional information about HTML elements. HTML Attributes HTML elements can have attributes A...
Read More
CSS Syntax
CSS Syntax CSS Syntax A CSS rule set consists of a selector and a declaration block: The selector points to the HTML element...
Read More
CSS Introduction
CSS Introduction What You Should Already Know Before you continue you should have a basic understanding of the following: HTML If...
Read More
HTML Elements
HTML Elements HTML documents are made up by HTML elements. HTML Elements HTML elements are written with a start tag, with an end tag...
Read More
HTML Basic Examples
HTML Basic Examples Don't worry if these examples use tags you have not learned. You will learn them in the next chapters. HTML...
Read More
HTML Editors
HTML Editors Write HTML Using Notepad or TextEdit HTML can be edited by using a professional HTML editor like: Adobe Dreamweaver ...
Read More
HTML Introduction
HTML Introduction What is HTML? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Ma...
Read More
Subscribe to:
Posts (Atom)