:: DinkostaOnline - Web-design ::
 You are here : Web designDinkostaOnline 
   
Top links

HTML intro

CSS intro

Batch files

Introduction to JavaScript

Webmasterstuff

Speed-up&search the Internet

The Registry

Security on the Internet

About Pirot
Web design
 The topics in this section are about HTML , Cascading Style Sheets , DHTML and JavaScript .
 HTML is the grammar of Web design . If you don't know HTML , but would like to understand the basics of this language , go to this page where you'll find a short tutorial about HTML .
 If you already know HTML , but experience problems with the positioning of elements on a page or want to add some style to the pages , take a look at the CSS page .
 To add some interactivity to your pages you need a scripting language like JavaScript . On this page you can find an introduction to JavaScript and there are some scripts you could use for your site or some other purpose .
 The combination of the above mentioned languages produces DynamicHTML . To learn more about it , visit the DHTML page

 General info

  1. When designing a web page, you often need to find the right color for a certain item. It's sometimes difficult to find exactly the color you want without using the hexadecimal values. Use the colorwheel to find the color you are looking for.
  2. Before you publish your web site you should test it with different browsers, resolutions and on different PC's. To see how a page will look at 800x600, for example, type into the addressbar:
     javascript:window.resizeTo(800,600)
    After you press ENTER the browser-window will be resized to that resolution. To resize the window to 1024x768 just type into the addressbar javascript:window.resizeTo(1024,768). If you want to have this function ready for use, just drag it to the Favorites.