Thread: HTML DOJO
View Single Post
Old Oct 14th, 2012, 12:30:24 PM   #14
Brutaka
 
Brutaka's Avatar
 
Join Date: Jul 2011
Posts: 23
Default

Quote:
Originally Posted by Fat sandshrewz View Post
this was pretty well done. However you missed the italics used in the Introduction :x also the italics in the Togepi paragraph, you can just use <em> tags :) image tags should be <img src="/download/sprites/bw/113.png" alt="" /> instead of <img src="/download/sprites/bw/113.png" alt=""/>. Space needed after alt="" . And there's no need to use <br /> tags in this case. <p> tags will do as they're another paragraph. One thing to note though, that it's <br /> instead of <br/>. <div> tags can be used instead of <p style="...">. You used <p> probably to add an addditional space between the image and the last paragraph I guess? Doesn't really matter haha. Not much problems overall :)
Ah, I didn't even see those italics in the beginning X)

I know I could use <em> or even <i> for italics, but from all I've read, eventually tags like those will be deprecated and they encourage people to style with CSS instead of HTML. So I've been using <span style=""> for styling inline words, because it doesn't send it to a new line like <p> and I use <div> for certain reasons personally. I use <div>'s for organization of layout construction for the most part.

Is the space after the alt="" really 100% necessary? I've never seen any rules about it, and it works. Then again, just because it works doesn't mean it's right, that's something I've learned somewhat the hard way. Same thing for the <br/> and <br />

Yeah, I think I did use the <p> for that extra space, the space was bigger than a single space from the looks of it.
Brutaka is offline   Reply With Quote