Hi, is this allowed?
<style id="my_id_0" type="text/css"> ...
Thanks in advance! Peter
Hi, is this allowed?
<style id="my_id_0" type="text/css"> ...
Thanks in advance! Peter
Not allowed according to W3C. Just wrap your <style>
tag with <span></span>
According to the XHTML 1.0 Strict DTD it is allowed but how it is actually supported by browsers (especially when the style-tag is used within the head) is another question.
It depends which markup language you are using.