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
9
votes
4 answers

HTML 4

I would like to use the commands: The JSF generates an but I would like that instead of generating the I would like that this generate a HTML 4 standard
endrigoantonini
  • 1,191
  • 2
  • 15
  • 28
9
votes
5 answers

HTML5 vs HTML4 - h1 tag rendered with extra space - how to remove?

I took a page whose DTD was HTML4 Transitional and changed the doctype to and extra space appeared between the h1 and div beneath it. I didnt make ANY other changes to markup or CSS. JSFiddle example:…
ForOhFor
  • 786
  • 10
  • 16
7
votes
5 answers

HTML5 'Required' attribute for form validation: Good idea or bad idea

I am using the simplest of HTML 5 forms, and wish to use the 'required' attribute for the checkbox to make sure the user clicks it when submitting the form. Should I have some server side validation - in case somebody is using a browser that doesn't…
accord_guy
  • 314
  • 2
  • 11
7
votes
2 answers

Specifying only width or height for an img element

If only one of the attributes height or width is set for an img element, most browsers seem to keep the proportions of the image. This is from the HTML 4.01 reference: When the object is an image, it is scaled. User agents should do their best to…
August Karlstrom
  • 10,773
  • 7
  • 38
  • 60
6
votes
1 answer

How does a Web browser differentiate between HTML5 and HTML4?

How does a Web browser differentiate between HTML5 and HTML4?
AHmedRef
  • 2,555
  • 12
  • 43
  • 75
5
votes
6 answers

Should an end tag close all unclosed intervening start tags with omitted end tags?

Am I reading the HTML 4.01 standard wrong, or is Google? In HTML 4.01, if I write: plain +em +strong -em The…
MetaEd
  • 3,753
  • 1
  • 28
  • 30
5
votes
4 answers

Rounded border without border-radius

I'm developing a website using with HTML4, CSS2. so I can't use border-radius property. How can I create
or what has rounded border? Thank you in advance.
LSH
  • 83
  • 1
  • 2
  • 6
5
votes
4 answers

Transforming XML into HTML (as opposed to xhtml)

i want to transform some xml into HTML that has the following format:
Note: The output is HTML, complete with optional closing tags omitted. This is the problem, and the reason the question exists. A snippet…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
5
votes
1 answer

History.js PushState in html 4 browser (IE) changes the url incorrectly

Im usnig History.js to push a url but in IE it appends the page name. if my original url is : http://www.mydomain.com/Home.aspx and then I execute the following: var url = window.location.protocol + '//' + window.location.host +…
user394749
4
votes
2 answers

Why won't

col1 col2 col3