On Thu, 1 Sep 2011 16:24:07 +0200, "tony.johansson"
<(E-Mail Removed)> wrote:
>The <h1> tag specifying a level one header but not really how this header
>should be displayed(content tag)
>The <b> tag on the other hand does not specify the content but only that it
>should be displayed in a bold type face(presentation tag)
>
>I don't understand this. By using a h1 tag you tell the size of the text and
>by using a bold tag you tell that the text should
>be bold.
Both tags assign a default style to their content.
>So I can't see why you can say that a <h1> tag is a content tag and a <b>
>tag is a presentation tag ?
>
When did I say that?

Who did? A search of w3c.org shows the terms "content tag" and
"presentation tag" are used in the world of MathML but apparently not
in HTML.
<a
href="http://www.google.com/#sclient=psy&hl=en&site=&source=hp&q=site:w3.org+%22presentation+tag%22+%22content+tag%22+&pbx=1&oq=site:w3.org+%22presentation+tag%22+%22content+tag%22+&aq=f&aqi=&aql=&gs_sm=e&gs_upl=2365l2365l0l3498l1l1l0l0l0l0l128l128l0.1l1l0&bav=on.2,or.r_gc.r_pw.&fp=d93d9db53c2df948&biw=1440&bih=744">
http://www.google.com/#sclient=psy&h...w=1440&bih=744
</a>
or more succinctly
http://tinyurl.com/3c3p44x
If I have to guess I would hazard that an HTML presentation tag
describes an HTML control
<input id="txt" type="text" >
while an HTML content control simply contains content.
<b>some text</b>
I wouldn't be concerned with any alleged differences between
presentation and context tags until someone specified a reason to be
concerned. Then I would ask that individual to enumerate the
difference between two tag types.
regards
A.G.