CSS
A CSS (cascading style sheet) file allows you to separate your web
sites (X)HTML content from it’s style. As always you use your (X)HTML
file to arrange the content, but all of the presentation (fonts, colors,
background, borders, text formatting, link effects & so on…) are
accomplished within a CSS.
At this point you have some choices of how to use the CSS, either internally or externally.
Advantages...
Home Archives for September 2014
13/09/2014
12/09/2014
What is HTML ?
HTML
HTML stands for HyperText Markup Language. HTML is the main markup language for describing the structure of Web pages.
Description:
Hypertext is text displayed on a computer or other electronic device
with references to other text that the reader can immediately access,
usually by a mouse click or key press sequence.
...
10/09/2014
Button With Line Breaks
You can use carriage return characters to break the line: 

<input type="button" value="Really
Tall
 Button">
...
06/09/2014
Hide url in address bar
Qus: How to hide url in address bar ?
Ans:
The HTML script above works on both Internet Explorer and Netscape/Firefox, etc.
This is First Method:
<html>
<iframe src=http://google.com width=100% noborder height=100% no scroll>
</html>
This is Second Method:
<html>
<FRAMESET border=0 rows="100%,*"...
Subscribe to:
Posts (Atom)
Check Your Codes
|
|