Quantcast
Channel: everything about web* » html
Browsing all 9 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

HTML Basics

Markup, the basis of every page HTML is a markup languages composed of elements, which contain attributes (some optional and some mandatory.) These elements are used to markup the various different...

View Article



Basic HTML Tags

Below is a list of some of the most commonly used tags. 1. Basic HTML page<html> <head> <title>Basic HTML Example</title> </head> <body> Some text for the...

View Article

The Basics of HTML

The Basics of HTML This video tutorial covers the basics of HTML, what is HTML? Basic Tags, Anatomy of HTML tag, and demonstrates how to code a basic HTML page using a simple text editor like TextEdit....

View Article

One Column CSS Layout (Parts 1- 3)

One Column CSS Layout (Part 1-3) Part 1 covers organizing your files, creating an HTML and CSS file and linking the .css file in preparation for building a one column web page. Part 2 covers adding...

View Article

Two Column CSS Layout (Parts 1- 2)

Two Column CSS Layout (Part 1-2) Part 1 covers organizing your files, creating an HTML and CSS file and linking the .css file, and adding content to a two column web page including navigation, images,...

View Article


Image may be NSFW.
Clik here to view.

Column CSS Layout: EHD (Parts 1 – 2)

Column CSS Layout: EHD (Part 1-2) Part 1 covers organizing your files, creating an HTML and CSS file and linking the .css file, and adding content to a column web page including navigation, images, and...

View Article

Image may be NSFW.
Clik here to view.

Code for 1, 2, and 3 CSS Column Layouts

Strategize your plan for the layout Below is the HTML and CSS “starter” code for each of the major column layouts. Normally your design will fall into one of these 3 main structures: 1, 2, or 3 column...

View Article

Why Learn HTML?

Why learn HTML? Given that tools such as Dreamweaver exist, and allow you to create web pages without knowing HTML, you might ask “why learn HTML?” There are several reasons: Dreamweaver does not...

View Article


Image may be NSFW.
Clik here to view.

Intermediate CSS Layout – Apple iPod

Basic HTML4: Three Column Layout <html> <head> <title></title> </head> <body> <div id="wrapper"> <div id="header"> <div id="nav"></div>...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images