Pages about HTML
-
"Hello, World!" in HTML
A "Hello, World!" program in HTML can be written by creating a paragraph element containing the "Hello, World!" text.
-
IMG problems in Firefox
There is a security setting in Firefox that can prevent a web page from dynamically setting the SRC attribute of an IMG element. Falling back to using the innerHTML property does work, but it feels a lot like using eval().