Webdesign Pohodlí
Print | Mobile / PDA | Classic style
Česky English

Skip navigation

Web Coding

Today´s most useful technologies for web developing are (X)HTML, CSS, Flash, PHP a MySQL. If you want your websites work the right way, you should provide valid and non-table layout. Not everyone use Internet Explorer today.

The right web code

It is important to understand, how to generate proper code. You must keep in your mind the group of basic Internet browsers: Internet Exporer, Opera, Firefox, Lynx,...

Illustration of XHTML code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="http://webdesign.pohodli.com/favicon.ico">

<!--[if lte IE 6]>
<link href="http://webdesign.pohodli.com/ie_webdesign.css" rel="stylesheet" type="text/css" media="screen, projection">
<![endif]-->
<!--[if IE 7]>
<link href="http://webdesign.pohodli.com/ie7_webdesign.css" rel="stylesheet" type="text/css" media="screen, projection">
<![endif]-->

...atd.

Where to continue ?

Previous:
Graphics

Next:
Programming

 

Write us:

(*) must be filled

Declaration of Web Content Accessibility | Site map
All rights reserved
webdesign@pohodli.com © Webdesign Pohodlí 2002 - 2010