Posts Tagged ‘HTML’
HTML email/newsletters design and coding tips.
Emails are the most popular way to communicate in corporate world. Most company’s use it for communicate with their clients and send updates. HTML email allows the sender to properly express quotations, headings, bulleted lists, emphasized text, subscripts and superscripts, create and send beautiful graphics, create clickable links and use interactive forms. After design a [...]
Div based layout vs Table based layout
When we start developing a static website we have two options for layouting. One is CSS based layout and another is table based. Lots of beginners have questions that which one is best. In initial phase of my career in many interviews, the interviewer always asked me this question, “What is the difference between CSS [...]