I have the following part of my html code that doesn't validate:
I know why it doesn't validate. However, is there a way to flag an area to ignore when validated?
I was thinking something along the lines of:
Any thoughts/suggestions would be greatly appreciated!
X
Code:
<textarea rows="10" cols="60" name="Home">
<p>The cow jumped over the moon</p>
</textarea>
I know why it doesn't validate. However, is there a way to flag an area to ignore when validated?
I was thinking something along the lines of:
Code:
<nocode>
<textarea rows="10" cols="60" name="Home">
<p>The cow jumped over the moon</p>
</textarea>
</nocode>
Any thoughts/suggestions would be greatly appreciated!
X