Tagged Questions

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

learn more… | top users | synonyms

32
votes
13answers
4k views

HTML: Include, or exclude, optional closing tags?

Some HTML1 closing tags are optional, i.e.: </HTML> </HEAD> </BODY> </P> </DT> </DD> </LI> </OPTION> </THEAD> </TH> </TBODY> ...
19
votes
6answers
25k views

What's the key difference between HTML 4 and HTML 5?

What are the key differences between HTML4 and HTML5 draft? Please keep the answers related to changed syntax and added/removed html elements.
7
votes
4answers
307 views

Why is <META HTTP-EQUIV=“Content-Script-Type” …> mostly unused?

Related: What's the point of Content-Script-Type and Content-Style-Type. Hi, I wanted to know what the main reasons are that developers don't use <meta http-equiv="content-script-type" ...
6
votes
4answers
599 views

Are self-closing input tags valid in HTML 4?

According to http://www.w3.org/TR/html401/interact/forms.html#h-17.4, an input element should end with a single > and not a />. Though that most browsers can handle an input element that ends ...
5
votes
4answers
238 views

Transforming XML into HTML (as opposed to xhtml)

i want to transform some xml into HTML that has the following format: <TR><TD> col1 <TD> col2 <TD> col3 </TR> Note: The output is HTML, complete with optional closing tags omitted. ...
3
votes
6answers
62 views

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: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> ...
3
votes
3answers
71 views

Is there any conflict when adding an <iframe> whose content is HTML4 into a HTML5 web page?

I want to add an <iframe>, whose source is HTML 4, into a HTML 5 web page. Are there any JavaScript or DOM conflicts that I should be aware of when doing so? Will the browser encounter any ...
3
votes
1answer
106 views

Most portable video codec for the web?

I am looking for a method to embed videos in web pages without using a plugin like Flash or Silverlight. Ideally, I would be able to <embed src="movie.ext"> and expect this to work in most ...
2
votes
2answers
223 views

Check filesize before upload

I have a website that allows users to upload video files but I want to limit the filesize to 2MB , this is pretty straightforward after uploading the file but does anyone knows if I can check the ...
2
votes
1answer
63 views

Correct content type for html use?

I was using XHTML on my website but that completely destroyed jQuery and its plugins. Therefore, I want to go back to html 4. I am defining some custom attributes for my html, like so: <!DOCTYPE ...
2
votes
3answers
1k views

Embeding a Video in HTML4 vs HTML5

While searching for difference between HTML4 and HTML5 I came across the point that : HTML5 brings a whole new dimension to web world. It can embed video on web-pages without using any special ...
2
votes
6answers
156 views

HTML5 - worth itself?

I was thinking about 'power' of HTML5. It can do new and fancy stuff, but older PCs will lag when attempting to render HTML5 heavy web pages! (Like this one). Is it worth to write pages in HTML5 and ...
2
votes
2answers
110 views

What is the fewest number of divs that could be used to create the following page layout?

update http://www.jsfiddle.net/dougrchamberlain/nMkxE/ See how it all falls apart. the width of the id=middle should span the entire remaining center #left:width - #wrapper:width = #middle:width if ...
2
votes
1answer
599 views

Going to IE8 with DOCTYPE HTML 4.01 Transitional any suggestions appreciated

we use in all our pages in the 1st line of our HTML code the: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> We are moving on to the ...
2
votes
4answers
84 views

Controls not aligning properly

I am using following code to design my home page. The output (as shown below) is not appearing properly. You can see the banner going to far left and the navigation links have a huge gap in between. ...
2
votes
2answers
333 views

Using valid HTML 4.01 Strict with Django

I've found a similar question here, but I'm looking for more general solutions. As it is now, when Django generates anykind of HTML for you (this mainly happens when generating forms), it uses ...
2
votes
5answers
686 views

How does HTML 5 differ from HTML 4?

I have seen HTML 5 coming up in near future. How does it differ from HTML 4, which has been 'in' for so many years in web development? thanks
2
votes
2answers
590 views

What is the best Emacs mode for HTML 4.01 strict editing?

I have been using nxml-mode to edit XHTML. However, it does not work very well for HTML4 documents whose tags don't have to close. Has anybody found a good Emacs mode for editing these files? ...
1
vote
1answer
28 views

Using YUI3 offline cache for html4 and html5

I've been searching for an answer for my problem. I'm using YUI3 to develop a web application and I need to use the offline cache, the problem is; What will happen if someone access my YUI3 offline ...
1
vote
2answers
30 views

Weird HTML5 sliced images margin top & bottom issue

Comparing HTML4 with HTML5, I encounter a strange problem when placing sliced images to my website. See the example pages below: HTML4 version HTML5 version As you can see in HTML5 version, an ...
1
vote
2answers
49 views

IE 9 Wants to Download Image Instead of Display

I'm making a get request similar to http://localhost:5050/Resource/Fetch/38763905-7e26-4ca0-adf5-2cb803b6bf75/53 to call my controller action that takes a GUID and a resolution number. It does some ...
1
vote
1answer
304 views

jQuery Draggable reset position with double click

I am a bit stuck with this jsfiddle example. When the user drags the square that's all working fine. But when the user double clicks the square after dragging it away from the original position i want ...
1
vote
2answers
571 views

Why won't <iframe> elements validate in HTML 4.01?

I was just checking to see if it was valid to put an <iframe> element inside a <noscript> element as a fall back for displaying dynamic content. It validated fine with the HTML 5 doctype, ...
1
vote
8answers
287 views

Which standard (HTML/XHTML ) to learn to be ready to use HTML5 when it happens?

I am really new to this so please forgive the basicness of my question... I want to learn to design websites and I have a program which I am planning to learn (Dreamweaver CS5) using tutorials from ...
1
vote
0answers
20 views

How to make Server controls in .NET 1.1 render in compliance with Xhtml

I'm "re-skinning" a legacy .NET 1.1 site (i know, don't ask). Anyway, originally it was all horrible html4.0 markup, and the new design is xhtml. How do I change the way server controls render in ...
1
vote
4answers
507 views

How will the key features of HTML5 work, contrast to HTML4? [closed]

Please write code. How will HTML5 code differ from HTML4?
1
vote
2answers
1k views

Divide page into two sections

I want to divide my page into two sections. It must be separated by a slider. In the left-pane, I want to display Form names and on the right-pane, I want to show the Form that was selected from the ...
1
vote
2answers
776 views

Does my page have to have the HTML5 doctype to access sessionStorage

Our dev shop continues to support IE6 etc. I'm wanting to use session storage to make an app-cache but wondering how much work it would be... Is it possible to use an HTML4 doc type in an ...
1
vote
2answers
281 views

What are the best practices for using html with xml based languages like svg?

From browsing on this site and elsewhere, I've learned that serving websites as xhtml at present is considered harmful. Delivering xhtml and serving it as application/xhtml+xml isn't supported by the ...
0
votes
1answer
18 views

Is there a way to to use iWeb 09 to integrate with facebook?

I am setting up a website in iWeb. I inserted an HTML box and copied the code but nothing showed up. Youtube videos work find. I think it might be because iWeb doesn't support HTML 5. Is there any way ...
0
votes
1answer
48 views

mod_rewrite and history.js on html4 browsers

I have a site like: http://*mysite.com/search/ in it index.php is generating History.pushState() for history.js so it looks like: http://*mysite.com/search/var1-var2-var3.html ...
0
votes
1answer
26 views

Creating a link of block-level elements

So according to the w3c validation tool, wrapping a div (especially one which floats) with an anchor tag is incorrect markup. Although this works in every browser tested so far (includes most phones ...
0
votes
0answers
44 views

Can built in ASP.net 4.0 webform controls output html 4?

We're looking to gear up and support html 5. I believe that the built in web controls in asp.net 4.0 output xhtml. From what I understand the built in controls do not yet ouput html5, however is it ...
0
votes
1answer
55 views

Encoding videos in HTML4

I'm developing a webapp for a client that requires compatibility across most modern browsers (Chrome, Safari, Firefox), plus IE 7 and up. Thus HTML5 is not an option. The webapp needs to display ...
0
votes
1answer
45 views

Is there any fixed size of the webpage?

I have started HTML. I am making tables in it. I just tried breaking the webpage into two by adding a sidebar at the left but I am confused with its size. What is the standard size of a webpage? Here ...
0
votes
3answers
67 views

What are HTML 4 media specifiers

Can some one explain to me what HTML 4 media specifiers are? Is there docs that explain this?
0
votes
0answers
259 views

margin-top/bottom of span

Is there is a case that margin-top and margin-bottom of inline elements such as span affect my style, is there's possibility of margin or padding collapse with other elements??
0
votes
1answer
1k views

'Lightbox' with a php page inside, gracefully opens page in new tab if Javascript off

This is for the usual PHP/SQL/html/CSS type of webdev. Site might be visited by users with old phone browsers etc. The popup box will contain 'interactive' forms in the sense that user enters data, ...
0
votes
1answer
431 views

What is the state of the art for embedding audio in html4?

I've been trying to find a definitive modern source for the state of the art in how to embed audio, and been finding lots of up to date info on flash video, and lots of really old and questionable ...
0
votes
1answer
222 views

Remove short tag in html 4 validation using aspx

I am new to HTML 4 validations, in that if I put HEAD runat="server" tag I am getting this error - Error Line 6, Column 82: character data is not allowed here …lesheet" type="text/css" media="all" ...
0
votes
1answer
49 views

Open links on other section of FrameSet

I am using following code to split my screen into two panes. <frameset cols="20%,80%"> <frame name="lefty" src="menusidebar.html"> </frameset> </frameset> The file ...
-1
votes
2answers
357 views

What's the difference between HTML4 and HTML5?

What's the difference between HTML4 and HTML5?
-3
votes
2answers
158 views

html 4 or html 5? [closed]

which do you think is better from coding point of view? HTML 4 or HTML 5? HTML 5 looks to me more like an XML doc. how do you convince someone to migrate from HTML 4 to HTML 5?? the pros and cons?