Embed presentation












































































![CSS Hacks - IE Detection andConditional CSS• http://www.sitepoint.com/microsoft-drop-ie10-conditional-comments/• http://msdn.microsoft.com/en-us/library/ms537512%28VS.85%29.aspx<!--[if IE]><p>You are using Internet Explorer >=5 and <= 9.</p><![endif]--><![if !IE]><p>You are using Internet Explorer >=10 or other browsers.</p><![endif]>• Using jQuery for jQuery < 1.9if (jQuery.browser.msie && jQuery.browser.version < 8) {// do something}](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fhtmlcss-140226013240-phpapp01%2f75%2fIntroduction-to-HTML-and-CSS-77-2048.jpg&f=jpg&w=240)




This document summarizes a knowledge sharing session on HTML and CSS basics. It covers topics like HTML tags and structures, CSS rules and selectors, the CSS box model, positioning, sprites, and hacks for dealing with browser inconsistencies. The session introduced fundamental concepts for using HTML to structure content and CSS for styling and layout, providing examples for common tags, selectors, properties and techniques. It aimed to give attendees an overview of the core building blocks of HTML and CSS.












































































![CSS Hacks - IE Detection andConditional CSS• http://www.sitepoint.com/microsoft-drop-ie10-conditional-comments/• http://msdn.microsoft.com/en-us/library/ms537512%28VS.85%29.aspx<!--[if IE]><p>You are using Internet Explorer >=5 and <= 9.</p><![endif]--><![if !IE]><p>You are using Internet Explorer >=10 or other browsers.</p><![endif]>• Using jQuery for jQuery < 1.9if (jQuery.browser.msie && jQuery.browser.version < 8) {// do something}](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fhtmlcss-140226013240-phpapp01%2f75%2fIntroduction-to-HTML-and-CSS-77-2048.jpg&f=jpg&w=240)


