Object Tag, Import tag and plug-in
Next message: Somchai U.: "Re: displaying output of a text file in html"
Date: Sun, 17 Oct 2004 20:04:34 -0700
Following is an excerpt from an HTML page that uses a plug-
in. In the <?import?> tag of the following (test) sample,
what does # symbol indicate?
Thanks,
Bob
<html xmlns:d="http://www.w3.org/2003/abc/xyz">
<head>
<object id="something" classid="clsid:63F83A30-7614-11D4-
BD11-00104BD3F321"></object>
<?import namespace="d" implementation="#something"?>
</head>
<body>
.......
</body>
</html>
Next message: Somchai U.: "Re: displaying output of a text file in html"
Relevant Pages
- Re: Http code that precedes the html tags
... however when I try to put it before the <HTML> tag it does not work. ... I don't understand what format the http code takes. ... contains permittted HEAD elements ... The only thing permitted before the tag is the Doctype Declaration, which normally should be this one: ... (alt.html) - Re: More than a single script block within a single HEAD and BODY
... Can there be more than a single script block in a given HEAD tag? ... The W3C HTML validator lets you paste markup directly into the validation form. ... (comp.lang.javascript) - Re: default color for links
... using CSS and assigning a style a tag. ... Try this in the head section of the page in html view. ... (microsoft.public.frontpage.programming) - Re: ruby html (or xhtml) forms class...
... xx is a library designed to extend ruby objects with html, xhtml, and xml ... xml or xhtml as clean looking and natural as ruby it self. ... attributes may be passed to any tag method as either symbol or string. ... (comp.lang.ruby) - Re: CSS Safari Problem (Mac)
... indirectly quoted, ... anything to say on my point: mixing HTML 4.01 and XHTML 1.0 is clueless. ... The closed meta tag was copied and pasted from Google's Webmaster ... But since this is Usenet, many likely are aware that the theme song ... (alt.html) |
|