HTML5 with CSS3 in Hindi

(1 customer review)

 350.00

Pages:481 + 140 
Format:PDF
Type:Softcopy EBook
Author:Kuldeep Mishra
Contact:097994-55505
Demo:Download Free Chapters

Description

यदि आप Professional Web Developer बनना चाहते हैं अथवा HTML5 आधारित Mobile, Tablet, Windows Apps Create करना चाहते हैं, तो ये पुस्‍तक आपके लिए काफी उपयोगी साबित हो सकती है।

ये पुस्‍तक वास्‍तव में तीन हिस्‍सों में वि‍भाजित है, जहां इस पुस्‍तक में HTML5 व CSS3 के लगभग सभी Concepts को Include किया गया है, जब‍कि HTML व XHTML को एक Separate EBook के रूप में Create कर दिया गया है, ताकि आप आपको पता रहे कि HTML, XHTML व HTML5 तीनों में मुख्‍य अन्‍तर क्‍या है और किस प्रकार की जरूरत को पूरा करने के लिए आप किस Approach को Use कर सकते हैं। यानी जब आप ये पुस्‍तक खरीदते हैं, तो वास्‍तव में आप एक नहीं बल्कि दो पुस्‍तक खरीद रहे होते हैं, जहां आपको HTML-XHTML in Hindi पुस्‍तक Free प्राप्‍त होती है।

HTML5 व CSS3 वर्तमान समय की मांग हैं, इसलिए यदि आप वर्तमान समय में Mobile, Tablet, PC Related Apps Create करना चाहते हैं, अथवा Web Application, सभी स्थितियों में आपको HTML5 व CSS3 को ही मूल रूप से Use करना होता है, क्‍योंकि ये भविष्‍य की Languages हैं और जल्‍दी ही वह समय आने वाला है, जब अन्‍य सभी Programming Languages की तुलना में सभी प्रकार के Desktop, Web व Mobile Applications को पूरी तरह से केवल इन्‍हीं Web Languages का प्रयोग करते हुए Develop किया जाने लगेगा।

इसलिए यदि आप Web Development या Mobile Apps Development में अपना Career बनाना चाहते हैं, तो ये पुस्‍तक निश्चित रूप से आपके लिए काफी उपयोगी व जरूरी पुस्‍तक साबित होगी। इस पुस्‍तक में Include किए गए Concepts निम्‍नानुसार हैं:

Table of Contents – HTML5 with CSS3 in Hindi

Web Development Fundamentals

Web Browsers

High Level Structure of Web Browser
The Rendering Engine
      Rendering Engine Flow
      Parsing
HTML DTD
DOM (Document Object Model)
Script and Stylesheet Parsing Order
      Scripts
      Stylesheets
Render Tree relation with DOM Tree

Internet Related General Terms

Network
      LAN – Local Area Network or Intranet
      MAN – Metropolitan Area Network
      WAN – Wide Area Network or Internet
WWW – World Wide Web
Protocol
IP Address
      Dynamic IP Address
      Static IP Address
Host or Server
      Hostname or Domain
      Resources
URL – Uniform Resource Locator

HTML (Hyper Text Markup Language)

Elements
Attributes

Content Categories

Main Content Category
      Metadata Content
      Flow Content
      Sectioning Content
      Heading Content
      Phrasing Content
      Embedded Content
      Interactive Content
Form-Associated Content
      listed
      labelable
      submittable
      resettable
      Transparent Content Model

Architecture of HTML Document

<!DOCTYPE >
<html> Element
<!– Comments –>
Elements Nesting
<head> Element – Document Header
      <title> – Title of the HTML Document
      <base> Element
      <style> Element
      <link> Element
      <script> Element
      <noscript> Element
      <meta> Element
Document Body

Internet is for All

Hyperlinks

<a> – Anchor Element
      Outline Hyperlink to Another Document
      Inline Hyperlink to Bookmark inside current Document
      Mixed use of Inline and Outline Hyperlink
      Absolute URL
      Relative URL
      Absolute V/s Relative URL
      target Attribute

Grouping Contents

<p> – Paragraph Element
<hr> – Horizontal Rule Element
<pre> – Preformatted Text Element
<blockquote> – Large Quote Element
List Elements
      <ol> – Ordered List
      <ul> – Un-Ordered List
      <ol> Element Attributes
<dl> – Definition List
<dfn> – Definition Element
<figure> and <figurecaption> – Element
<div> – Divition Element

Texts

Emphasizing the Content
<em> – Emphasis Element
<strong> – Strong Element
<s> – Strike Element
<cite> – Cite Element
<small> – Small Element
<q> – Small Quote Element
<abbr> – Abbreviation Element
<code> Element
<var> Element
<samp> Element
      <kbd> – Keyboard Element
<sub> – Sub-Script Element
<sup> – Super-Script Element
<i> – Italic Element
<b> – Bold Element
<mark> – Mark Element
<bdo> – Bi-Directional Override Element
      dir Attribute
<span> Element
<br> and <wbr> – Line Break Elements

Content Edit Elements

<ins> – Insert Element
<del> – Delete Element

Tabular Data

<table> Element
<caption> Element
<tr> – Table Row Element
<thead> – Table Header Element
<th> – Table Header Element
<tbody> – Table Body Element
<td> – Table Data Element
<tfoot> – Table Footer Element
Left or Right Column Heading
<colgroup> – Column Group Element
<col> – Column Element

Interactive Elements

<details> Element
<summary> Element

Embedded Contents

<img> – Image Element
      alt – Alternative Text Attribute
      height and width Attributes
      src – Source Attribute
iframe – Inline Frame Element
      height and width Attribute
      src Attribute
      srcdoc Attribute
Object Element
      height and width Attribute
      data Attribute
      type Attribute
<param> – Parameter Element
      data Attribute
      name Attribute
      value Attribute
<video> Element
      autoplay Attribute
      buffered Attribute
      controls Attribute
      height and widhth Attribute
      loop Attribute
      muted Attribute
      poster Attribute
      src Attribute
<audio> Element
<source> Element
<canvas> Element
<map> – Image Map Element
<area> Element
      alt Attribute
      href Attribute
      target Attribute
      media Attribute
      shape Attribute
      coords – Coordinate Attribute

Semantics – Page Organizational Elements

Outline
<body> Element
<section> Element
<header> Element
<h1> . . . <h6> Elements
<hgroup> Element
<nav> Element
<article> Element
<footer> Element
<address> Element
Article V/s Section
      For Freely Available Contents
      For Not Freely Available Contents
<aside> Element

Forms – User Interaction Interface

<form> Element
      accept-charset – Accepted Characterset Attribute
      enctype – Encoding Type Attribute
      method Attribute
      name Attribute
      novalidate Attribute
      action Attribute
      autocomplete Attribute
      target Attribute
      <fieldset> Element
      name Attribute
      disabled Attribute
<legend> Element
<label> Element
      for Attribute
      form Attribute
<input> Element
      type Attribute
      accept Attribute
      autocomplete Attribute
      autofocus Attribute
      checked Attribute
      disabled Attribute
      form Attribute
      formaction Attribute
      formenctype Attribute
      formmethod Attribute
      formnovalidate Attribute
      formtarget Attribute
      height and width Attribute
      list Attribute
      min and max Attribute
      maxlength Attribute
      multiple Attribute
      name Attribute
      pattern Attribute
      placeholder Attribute
      readonly Attribute
      required Attribute
      size Attribute
      src Attribute
      step Attribute
      tabindex Attribute
      value Attribute
      width Attribute
<button> Element
<option> Element
      selected Attribute
      value Attribute
      label Attribute
<select> Element
      multiple Attribute
      size Attribute
      selectedIndex Attribute
<optgroup> – Option Group Element
<datalist> Element
<textarea> Element
      cols Attribute
      rows Attribute
      maxlength Attribute
      wrap Attribute
<progress> Element
      max Attribute
      value Attribute
<meter> Element
      min Attribute
      max Attribute
      value Attribute
      low Attribute
      high Attribute
      optimum Attribute

Global Attributes

accesskey Attribute
class Attribute
contenteditable Attribute
      true Value
      false Value
dir Attribute
      ltr Value
      rtl Value
      auto Value
draggable Attribute
      true Value
      false Value
hidden Attribute
id Attribute
lang Attribute
spellcheck Attribute
      true Value
      false Value
style Attribute
tabindex Attribute
title Attribute

CSS – Cascading Style Sheet

Structure ( HTML)
Style (CSS)
Behavior (JavaScript)

HTML DOM

Ancestors
Descendents
Parent
Children
Siblings
Inheritance

CSS – Basics

Selector
Declaration
      Property and Value

CSS File Creation

Linking CSS File

CSS Fundamentals

Keywords
Strings
Length and Measurement Options
      Absolute
      Relative
      Percentage
Colors – color Property
      Color Keywords
      RGB Values
      RGB Percentage
      RGBA – RGB with Alpha Channel Values
      Hexadecimal Values
      Hexadecimal Shorthand Values
      Color Selection

CSS Selectors

Universal Selector
Type Selector
Group Selector
Child Selector
Descendent Selector
Direct Adjacent Sibling Selector
Class Selector
id Selector

CSS Attribute Selectors

Selection on the Presence of Attribute Selector
Selection on the Presence of Attribute Value
Selection based on Attribute Values Begins with a String (^=)
Selection based on Attribute Values Ends with a String ($=)
Selection based on Attribute Values Contains a String (*=)

CSS Box Model

Box Model Fundamental
Padding
Border
Margin
Border Property
      Color
      Style
      Width
Handling Box Border
Outline Property
Border Radius Property
CSS Box – Height and Width
      auto Value
      % Percent Value
min-width, max-width, min-height, max-height
Overflow Property
      auto Value
      scroll Value
      hidden Value
      inherit Value
overflow-x and overflow-y Properties
      display Value
      hidden Value
      scroll Value
      auto Value
line-height Property
Margin – Something Special
Block and Inline – Types of Elements

CSS Positioning

Box Positioning – position Property
      Normal Flow – static Value
      Absolute Positioning – absolute Value
      Offset Properties – top, right, bottom and left
      Relative Positioning – relative Value
      Fixed Positioning – fixed Value
      Controlling Layering – z-index Property
Float Positioning – float Property
      clear Property
Table Positioning – display Property
      display Property
      Table Related display Values

CSS Table

Table Background Basics
border Property
border-collapse Property
border-spacing Property
caption-side Property
empty-cells Property
Row Width Calculation
table-layout Property
      auto Value
      fixed Value
Table Height Algoritms
vertical-align property
      baseline Value
      middle Value
      text-bottom Value
      text-top Value
      top and bottom Values
      sub and sup Values

CSS Background

background-color Property
background-image Property
background-repeat Property
      repeat Value
      repeat-x Value
      repeat-y Value
      no-repeat Value
background-attachment Property
background-positioin Property

CSS Visibility

visible Value
hidden Value
collapse Value
visibility:hidden vs display:none

CSS Fonts

Font Controling Properties
      font Property
      font-family Property
      font-size Property
      font-weight Property
      font-style Property
      font-variant Property
      System Fonts
Text Formatting Properties
      color Property
      text-align Property
      vertical-align Property
      text-decoration Property
      text-indent Property
      text-shadow Property
      text-transform Property
      letter-spacing Property
      word-spacing Property
      white-space Property
      direction Property

CSS Lists

list-style-type Property
      none Value
      disc Value
      circle Value
      square Value
      decimal Value
      decimal-leading-zero Value
      lower-alpha Value
      upper-alpha Value
      lower-roman Value
      upper-roman Value
list-style-image Property
list-style-position Property
marker-offset Property
list-style Property

CSS Miscellaneous

cursor Property
Inheritance
      inherit keyword
CSS Cascading System
!important Rule

CSS Pseudo Elements and Pseudo Class Selectors

::first-letter and ::first-line Pseudo Element
::selection Element
::before and ::after Pseudo Elements
      content Property
Psuedo Classes
      Dynamic Psuedo Classes
      Static Pseudo Classes
      :first-of-type Pseudo Class
      :last-of-type Pseudo Class
      :only-of-type Pseudo Class
      :not – Negation Pseudo Class
      :target Pseudo Class
      :enabled and :disabled Pseudo Class
      :checked Pseudo Class
      :nth Pseudo Classes

Index of Contents – HTML-XHTML in Hindi

ContentsXHTML – Fundamentals

XHTML – Fundamentals

Introduction
What is HTML
      Web Development Environment Setup
      HTML Tags and Elements
      HTML Web Page – Head and Body Section
      The <head> Element
      The <body> Element
      Why Style Sheet is Important
What is XHTML
Differences Between Writing XHTML and HTML
      Include XML Declaration
      Include a DOCTYPE Declaration
      Use Lowercase Names
      Close All Tags Correctly
      Attribute Values
      HTML Element Must Be The Root Element
      Tags Must Nest Properly
What is JavaScript
Why Should Learn HTML and Other Web Languages
Creating First Web Page Step By Step

Basic Document Structure Fundamentals

The <html> Element
The <head> Element
The <title> Element
The <body> Element
Attribute Groups
      Core Attributes
      Internationalization Attributes
      User Interface Events

Basic Text Formatting

Whitespaces and Flow
Heading Creation – <hn> Elements
Line Break Creation – <br /> Element
Preformatted Text Creation – <pre> Element

Presentational Elements

The <b> Element
The <i> Element
The <u> Element (Deprecated)
The <s> and < strike > Elements (Deprecated)
The <tt> Element
The <sup> Element
The <sub> Element
The <big> Element
The <small> Element
The <hr /> Element
Phrase Elements
      The <em> Element
      The <strong> Element
      The <abbr> Element
      The <acronym> Element
      The <dfn> Element
      The <blockquote> Element
      The <q> Element
      The <cite> Element
      The <code> Element
Lists
      Unordered List Creation – The <ul> Element
      Ordered Lists
      Definition Lists
Special Character Codes
Comments
Block and Inline Elements
<div> and <span> – Grouping Elements

Links and Navigation

Basic Links
Linking To Other Documents
Directories and Directory Structure
What a URL Is Made Up Of
      The Scheme
      http://
      https://
      ftp://
      file://
      The Host Address
      The Filepath
Absolute and Relative URLs
The <base> Element
The <a> Element
      The accesskey Attribute
      The charset Attribute
      The coords Attribute
      The hreflang Attribute
      The tabindex Attribute
      The target Attribute
      The title Attribute

Color and Image

Adding Images – The <img> Element
      The src Attribute
      The alt Attribute
      The align Attribute (Deprecated)
      The border Attribute (Deprecated)
      The height and width Atrributes
      The hspace and vspace Attributes (Deprecated)
Adding Objects – The <object> Element
      The archive Attribute
      The border Attribute (Deprecated)
      The classid Attribute
      The codebase Attribute
      The codetype Attribute
      The declare Attribute
      The data Attribute
      The height and width Attributes
      The standby Attribute

Tables

Basic Table Elements and Attributes
      The <table> Element’s Attributes
      The <tr> Element’s Attriutes
      The <caption> Element
      The <colgroup> Element

Forms

Creating Form
      The action Attribute
      The method Attribute
      The id Attribute
      The name Attribute (Deprecated)
      The onsubmit Attribute
      The onreset Attribute
      The enctype Attribute
      The accept-charset Attribute
      The accept Attribute     
Form Controls
      Text Inputs
      Button Control
      Checkboxes
      Select Boxes
      File Select Boxes
      Hidden Controls
Control’s Label – The <label> Element
Structuring Forms with <fieldset> and <legend> Elements
Focus
Tabbing Order
Access Keys
Disabled and Read-Only Controls
Sending Form Data To The Web Server
      HTTP get Method
      HTTP post Method

1 review for HTML5 with CSS3 in Hindi

  1. Kuldeep Mishra

    Very nice and easy to follow ebook. Even DEMO have approximately more than 100 easy to understand pages to read.

Add a review