Free Web Designing Courses

   »   

Computer Education, Training & Tutorial Resources - ComputerEducationWorld.com
Home » Free Web Designing Courses »

External Style Sheet.

An external style sheet is simply a text file containing a list of CSS. The file is saved with a .css extension and saved to any directory that can be accessed by the web pages using it. Unlike embedded style sheets, the CSS rules sets do not have to be wrapped in the <style>...</style> tags.

H1 {
   font-family: ‘Times New Roman’;
   font-size: 36px;
   background: #ffffff;
   color: green;
} (more…)


• • •
 

Javascript is a scripting language. It  is an easy-to-use programming language that can be embedded in the header of your web pages. It can enhance the dynamics and interactive features of your page by allowing us to perform calculations, check forms, write interactive games, add special effects, customize graphics selections, create security passwords and more.


• • •
 

External 

With an external style sheet, you can change the look of an entire Web site by changing one file.This external style sheet must be save in the directory and ech page must link to the style sheet using the <link> tag. The <link> tag goes inside the head section:

<head>

<link rel=”stylesheet” type=”text/css”  href=”style.css” ></link>

</head> (more…)


• • •
 

CSS syntax is different than that of (X)HTML markup. Though it is not too confusing, once you take a look at it. It consists of only three parts.

selector { property: value }

The select is the HTML element that you want to style. The property is the actual property title, and the value is the style you apply to that property. (more…)


• • •
 



captcha PHP Script Free PHP captcha script free php
Website Design by WebWalas.com