At Ask Me Help Desk you can ask questions in any topic and have them
answered for free by our experts. To ask questions or participate in
answering them you must register for a free account. By registering you
will be able to:
Get free answers from experts in any of our 300+
topics.
hi all,
I am always using tables to align text and images in web pages. I thing div can also be used for the same purpose. Which is a better options to use? should i move to div from using table?
thank you
Div, like span, is used to apply formatting to text between the tags. Unlike span, div has line breaks after each section. Also, you will not be able to accomplish the same structure with div that you can do with tables.