Home Web Design Portfolio Web Hosting Client Area Contact Us
 

Web Design Glossary

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Back To Glossary Main Page

V

Valid HTML

A Web page or HTML document is considered valid when it complies with World Wide Web Consortium recommendations.

Validation

Validation is the process of verifying that markup, cascading style sheets, etc. comply with World Wide Web Consortium recommendations. You can use the W3C HTML Validator to verify that your pages meet the standards. It is important to use use structural markup according to published formal grammars

Value

In CSS , a value is a length, quality, type or URL assigned to a style property for an element. CSS properties each have specific ranges of value or token types which may be declared for them.

Variable

In programming, variables represent data. Like all programming languages, PHP allows you to store bits of data in variables, and then to access that data by writing the variable's name. A variable is probably most simply explained as an area of memory set aside to store information, and it is assigned a particular identifier by the programmer. In PHP, all variable names must start with the dollar sign character "$". There is no limit on the length of a variable. Variable names in PHP are case-sensitive.

Veranda

Veranda is a humanist sans serif font designed by master typographer Matthew Carter. Microsoft commissioned Carter to create two faces specifically for web use, and the results were Veranda and Georgia (a serif face), probably they are good general purpose faces available for low resolution displays of the web. Verdana's, regular spacing makes it more readable on screen. Cartier has said that "Wider spacing wasn't enough, it also had to be more regular, this was thing that gave it an advantage in readability. Verdana really isn't wide, the sensation of width comes from the spacing".

Vertical-align

In CSS, vertical- align is a property that affects the vertical positioning inside a line box of the boxes generated by an inline-level element. It applies only to inline elements, although that includes replaced elements such as images and form inputs. It is not inherited. Element content is typically vertically centered on a rendered line (with extra line-height amounts distributed equally on the top and bottom.) This property allows inline content boxes to be vertically aligned with respect to several different criteria on a rendered line.

Voice XML

A type of XML that allows the user to interact with a web page using Voice Recognition software.