Questions tagged [html4]

HTML Version 4.0 was published in Dec '97 by the W3C. It offers three variations: Strict, in which deprecated elements are forbidden, Transitional, in which deprecated elements are allowed, Frameset, in which mostly only frame related elements are allowed

HTML version 4.0 was published in December 1997 by the W3C.

It offers three variations: wikipedia

  • Strict, in which deprecated elements are forbidden,
  • Transitional, in which deprecated elements are allowed,
  • Frameset, in which mostly only frame related elements are allowed;
244 questions
-4
votes
2 answers

Redirect to another html page using only html and javascript

How to go to another page using only html and css. I have tried with window.location.href="admin.html"; This statement not working.
-4
votes
2 answers

How to allow only 4 cells per row in a table in HTML?

I'd like to know if there's a way to allow only 4 cells per row in HTML .. only 4 allowed in a table , if it's more than 4 tds , then another row gets created .. How could I control that in HTML ?
-4
votes
3 answers

Does properties and Attributes mean same in JavaScript?

Properties and Attributes are treated similar by IE 8 and below. Do they mean same?
Nilesh
  • 39
  • 4
-5
votes
2 answers

styling via HTML 4 attributes is not the same across browsers

Why is it that my CSS is not applied the same in all browsers? For example, for the below code: I can see my text which is aligned center and with background in Chrome, but not the same…
sravan
  • 37
  • 2
1 2 3
16
17