Archive for the ‘CSS’ Category
Removing undeline from links
Tuesday, June 24th, 2008Whenever we create a href then an underline comes by default for the link. We can remove this underline from the anchored text link by adding inline style to the a tag. Example is given below <a href="contact.php">Contact us</a> <!-- this produce the link with underline --> <a href="contact.php" style="text-decoration:none;">Contact us</a> <!-- ...
Different types of CSS styles
Tuesday, June 24th, 2008CSS gives flexibility in using different style property locally by overriding the global declared styles in external style sheet. Following are the 3 different types of styles. Inline or embedded style sheet Internal style sheet External style sheet Inline or embedded style sheet These styles can be added directly within HTML tags. This gets highest ...
Cascading Style Sheets, CSS
Saturday, December 29th, 2007CSS refers Cascading Style Sheets. CSS is used to give the styles to the page elements to look the page more attractive using nice fonts, colors and layouts, format your text, links, backgrounds, tables, input fields. This is very popular on the web and used by web masters to manage ...
Sanchan world blog
Saturday, November 10th, 2007Welcome to Sachan world blog. Find the CSS, php, javascript, ASP, HTML and other programming helps and tips for your web application