<blink> &li/blink>
Even without blinking, this paragraph is upsetting because it's aligned to the right, and it practically matches the background.
Another style mistake is to nest text tags. Putting bold and italics on something is considered bad because html doesn't define the case, which means that a www client is not required to interprete it in any particular way. One or the other might be intrepreted, or both, or neither. Furthermore, bold and italic tags: <B>, </B>, <I> </I>are frowned upon because they insist on bold and italic. Usually the <STRONG> </STRONG>, and <EM>, </EM> are prefered, since they simply indicate strong or regular emphasis, which the client can interprete however it wants. More importantly, it can interprete these how the user wants. Besides, they make the paragraph hard to read.
Further, and lastly, I cannot stress this enough
Return to homepage