What is the current way for stating what a java script TITLE is for
xhtml strict since I must be over looking it? W3 validation said there
is no title.
When I wrote the site 5 years ago to strict xhtml which was validated at
w3 site it was like this as well for Bobby:
<a id="back"><!-- Today Date --></a>
<script type="text/javascript" src="pages/js/today.js" title="Today
Date">
</script>
<br />
<!-- Date Page was Updated -->
<script type="text/javascript" src="pages/js/update.js" title="Date the
page was last updated">
</script>
Thanks
xhtml strict since I must be over looking it? W3 validation said there
is no title.
When I wrote the site 5 years ago to strict xhtml which was validated at
w3 site it was like this as well for Bobby:
<a id="back"><!-- Today Date --></a>
<script type="text/javascript" src="pages/js/today.js" title="Today
Date">
</script>
<br />
<!-- Date Page was Updated -->
<script type="text/javascript" src="pages/js/update.js" title="Date the
page was last updated">
</script>
Thanks
Comment