13/09/2014

What is CSS ?

| |
0 comments
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...
Read More

12/09/2014

What is HTML ?

| |
0 comments
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.                ...
Read More

10/09/2014

Button With Line Breaks

| |
0 comments
You can use carriage return characters to break the line: &#x00A; <input type="button" value="Really&#x00A;Tall&#x00A; Button"> ...
Read More

06/09/2014

Hide url in address bar

| |
0 comments
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%,*"...
Read More

Check Your Codes

Check the result of your (sample) HTML,CSS,JavaScript code.