Posted by David Graham on 02/17/06 18:47
"Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote in message
news:Xns976D9FD1692D2jkorpelacstutfi@193.229.4.246...
> "David Graham" <david.graham18@ntlworld.com> wrote:
>
> > So text consisting of just 3 or 4 words should not be marked as a
> > paragraph? Basically, what constitutes a paragraph - my CSE English
> > grade 2 is letting me down a bit!
>
> Short paragraphs are rare. You can find definitions of the word
> "paragraph" in dictionaries, but the general idea is that normally a
> paragraph consists of several sentences. A paragraph could present a
> course of events or explain a complex idea or reasoning.
>
> --
> Yucca, http://www.cs.tut.fi/~jkorpela/
> Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
>
>
Is the code below abusing the use of the paragraph markup?
<form action="index.html">
<p>
<input type="checkbox" id="check">
<script type="text/javascript">
document.write( "<img src='unchecked.png'
onclick='checkHandler();' alt='' id='fakeCheck'>" );
</script>
<input type="submit">
</p>
</form>
thanks
David
[Back to original message]
|