What do you hate most about HTML?

death180

Seasoned Veteran
Joined
Jul 3, 2009
Messages
4,338
Reaction score
0
FP$
1,767
What do you hate most about HTML?


I hate tables. I don't know why, they just seem to be more of a pain then a benefit.
 
Marquees, luckily they have now been removed.

Whats wrong with tables?
 
Thats probably because your not using them properly.

Tables are used to display tabular data and are by far the easiest way to do so.
 
I don't like that the tiniest detail can screw a whole bit of code up. like if you forget to add a "/" to the end tag.
 
I love tables! You could have text on the left, image on the right... or image on the left, text on the right or image in the middle... the image could even be above or below the text... make sure you don't have the borders in. :roll:
 
That's one way of doing it, and a good way but once you start needing to use alot of background images the css starts getting too full and explodes.
 
Autoplay music HTML for playing back MIDI and other types of audio files. It was cool back in the late 90s, but it is just annoying now.

I also find tables kind of difficult to code. I always have to look up the code for stuff like scrolling text and other animated HTML like mouse rollover images.
 
What's HTML? :lol:

.....seriously, if I knew how to code I'd know whether I would hate it or not 😳
 
I rather enjoy HTML. And like Oscar said, I find tables fun.
 
In my opinion HTML is really easy language to create basic webdesign's. HTML have different types of easiest tags...But I am always confuse in Div tag, thats why I hate DIV tags... :yes:
 
I like HTML. The only thing I don't like about it is that it isnt as strict as XHTML and hasn't got the features of HTML5.
 
First off websites should never really be using tables other than for data.
 
Back
Top Bottom