A basic website can be designed by using HyperText Markup Language (HTML). The scripts can be written in Notepad or a text document depending on the... Read more
The header on a web page displays the website's name, purpose and/or its logo. The footer on a web page is a place where you can display copyright... Read more
Hyper Text Markup Language or HTML as it is commonly known, is the language of choice for coders around the world to build web pages. HTML provides a lot of... Read more
HTML tables, spacing, borders, rows, columns; all of these are puzzling for any HTML newbie. If that's what you're looking for advice on, then... Read more
Remove the underline under the links in HTML/CSS HTML hyperlinks are underlined (by default) and it is possible to remove the colored line using the CSS.... Read more
Most browsers do not show spaces as they truncate them into a single space. No matter how many spaces are added in the code, a browser will only show one.... Read more
I just wanted to get the codes for adding images to a web page. I mean in html codes. This would help me greatly to add pictures to the sample web page that... Read more
I must create a pop-up that will be triggered upon answering a question. E.g 3+1 = My problem comes when the user is anything other than the number 4, the... Read more
Hello, I cannot remember how to do it to hide a link under a word in a message on a forum! if anyone can help would be cool! Thank you in advance it depends... Read more
In mathematical terms, a hexadecimal (hex) is a numeral system consisting of a base, of 16. It uses sixteen distinct symbols: Numeric symbols: from 0-9 and... Read more
I wanted to know how to change the color of text entered in a text box? The input field: <input type='text' name='nofacture' size=6... Read more
I've been trying for hours to put these three cells in the horizontal so as to set them apart, but with no success: <html> <head> <meta... Read more
HTML is a standard published by the W3C with relatively strict syntax rules. This standard is important as it allows to maximize the chances for optimal... Read more
The forms are a particular style of interaction where information is gathered via specific fields identified by labels ... The use of online forms make it... Read more
On most of the online forms, not all of the information is "mandatory". In many cases, however, it is not easy to quickly identify which of the fields are... Read more
I want that, when the question a 3+1 is answered correctly an popup saying "Bravo" is displayed. Here's my code, I can;t figure out what's wrong:... Read more
I have four div in my text, I wish there one of them is displayed in at the center of my page and the hide the other ones. I want that: when you click on a... Read more
I have an image for a menu ( a rectangle in my case) and I would like to add several links on it: Title1 (towards page 1) Title2 (towards page 2) etc ...... Read more
In HTML, consecutive spaces are ignored by browsers, as well as carriage returns and tabs. To insert multiple consecutive spaces, it is necessary to use a... Read more
When writing documentations or tutorials in the HTML format, it can be useful to symbolize keystrokes with small graphics, for example when the user is... Read more