Posts

HTML_CSS_BOOK for subjectcode:1310505(M.sc.IT)_By_GTU

Table of Contents  (Hide) 1.  Introduction to HTML/CSS 2.  Introduction to HTML 3.  HTML By Examples 3.1  Example 1: Basic Layout of an HTML Document 3.2  Example 2: Lists and Hyperlinks 3.3  Example 3: Tables and Images 3.4  HTML Template 3.5  HTML Document Validator 3.6  Debugging HTML 4.  HTML Basics 4.1  HTML Tags, Attributes and Elements 4.2  The Basic Document Skeleton 4.3  HTML Comment  <!-- ... --> 4.4  Block Elements vs. Inline Elements 4.5  Block Elements 4.6  HTML5's New Semantic Block Elements 4.7  Inline Elements - Logical Style vs. Physical Style 4.8  HTML5's New Semantic Inline Elements 4.9  Entity References for Reserved & Special Characters 4.10  Lists 4.11  Tables 4.12  Anchors and Hyperlinks 4.13  Images 5.  Introduction to CSS 6.  CSS By Examples 6.1  CSS Example 1: CSS Syntax and Tag-Selectors 6.2  CSS Example 2: CSS Class-Selector, ID-Selector with  <div>  and  <span> 6.3  Validating CSS 6.4  Inspecting