دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: طراحی وب سایت ویرایش: 1 نویسندگان: David Schultz, Craig Cook, سری: ISBN (شابک) : 1590597478, 9781590597477 ناشر: سال نشر: 2007 تعداد صفحات: 452 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 9 مگابایت
در صورت تبدیل فایل کتاب Beginning HTML with CSS and XHTML: Modern Guide and Reference (Beginning: from Novice to Professional) به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب شروع HTML با CSS و XHTML: راهنمای مدرن و مرجع (آغاز: از Novice تا Professional) نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این کتاب HTML در نظر گرفته شده است که سنگ بنای هر کتابخانه مدرن مشتاق توسعه دهندگان وب باشد. پس چرا یک کتاب HTML دیگر؟ پاسخ این است که توسعه وب با ظهور استانداردهای وب تغییر کرده است، به این معنی که بسیاری از کتاب های قدیمی اکنون منسوخ شده اند - تمام کدها و تکنیک های موجود در این کتاب کاملاً مطابق با استانداردها و بهترین عمل هستند، بنابراین به خواننده آموزش داده نمی شود. تکنیک های قدیمی، بد، و صفحات وب آنها در اکثر مرورگرهای وب به درستی کار می کنند، حجم فایل کم و کوچکی دارند، برای کاربران دارای معلولیت وب قابل دسترسی هستند و به راحتی توسط موتورهای جستجو مانند گوگل قابل یافتن هستند. این کتاب از مثالهای عملی استفاده میکند تا به خوانندگان نشان دهد که چگونه دادهها را به درستی با استفاده از (X)HTML ساختار بدهند، و اصول اولیه استایلسازی و چیدمان آنها با استفاده از Cascading Style Sheets (CSS) و افزودن رفتار پویا به آن با استفاده از جاوا اسکریپت در سریعترین زمان ممکن. . همچنین برای توسعه دهندگان وب با تجربه تر مفید است - جداول مرجع جامعی در پشت کتاب وجود دارد.
This HTML book is intended to be the cornerstone in any modern aspiring web developers library. So why another HTML book? The answer is that web development has changed with the advent of web standards, meaning that a lot of the old books are now obsolete—all the code and techniques contained within this book are strictly standards compliant and best practice, so the reader is not taught outdated, bad techniques, and their web pages will work properly in most web browsers, be lean and small in file size, accessible to web users with disabilities, and easily findable by search engines such as Google. This book uses practical examples to show readers how to structure data correctly using (X)HTML, and the basics of styling it and laying it out using Cascading Style Sheets (CSS,) and adding dynamic behavior to it using JavaScript…as quickly as possible. It is also useful to more experienced web developers—there are comprehensive reference tables at the back of the book.
Cover Page......Page 1
Title Page......Page 2
ISBN 1590597478......Page 3
Contents at a Glance......Page 4
Contents......Page 5
Foreword......Page 12
About the Authors......Page 13
About the Technical Reviewer......Page 14
Acknowledgments......Page 15
Who This Book Is For......Page 17
How This Book Is Structured......Page 18
Conventions Used in This Book......Page 19
Contacting the Authors......Page 20
Introducing the Internet and the World Wide Web......Page 21
What Is HTML?......Page 22
Separating Content from Presentation......Page 26
Working with XHTML and CSS......Page 27
Introducing the URL......Page 29
Summary......Page 32
The Parts of Markup: Tags, Elements, and Attributes......Page 33
The XHTML Document......Page 39
CSS Fundamentals......Page 45
Summary......Page 58
The head Section......Page 61
The Supporting Elements......Page 62
Summary......Page 70
Content and Structure......Page 71
A beautiful ......Page 72
Meaningful Portions......Page 74
Lists......Page 82
Definition Lists......Page 87
Phrase Elements......Page 90
Multipurpose Elements......Page 105
Embedding External Content......Page 107
Presentational Elements......Page 110
Special Characters......Page 112
Styling Content with CSS......Page 114
Summary......Page 123
5 Using Images......Page 125
How Digital Images Work......Page 126
Including Images in Your Content......Page 131
Wrapping Text Around an Image......Page 140
Background Images......Page 142
Summary......Page 149
The Anchor Tag......Page 151
Using the Tag......Page 153
Using an Image As a Link......Page 159
Using IDs......Page 160
Adding CSS to the Anchor Tag......Page 161
Creating Image Maps......Page 166
Summary......Page 172
The Basics of Tables......Page 173
Coding a Basic Table......Page 179
Advanced Use of Tables......Page 186
Using CSS to Add Style to Your Tables......Page 198
Summary......Page 206
How Forms Work......Page 207
The Components of a Form......Page 208
Structuring Forms......Page 232
Styling Forms with CSS......Page 239
Summary......Page 245
Using External Style Sheets......Page 247
Units of Measure......Page 249
Layout......Page 250
Backgrounds......Page 265
Styling Text......Page 266
Media Types......Page 269
Summary......Page 270
What Is Scripting?......Page 271
Placement of JavaScript......Page 272
JavaScript, the Language......Page 273
Advanced Topics......Page 292
Summary......Page 299
Introducing Our Case Study: Spaghetti & Cruft......Page 301
The Design Process......Page 302
Building Spaghetti & Cruft......Page 308
Designing Spaghetti & Cruft with CSS......Page 315
Assembling the Pages......Page 332
Summary......Page 344
Internationalization Attributes......Page 347
......Page 348
......Page 349
......Page 350
......Page 351
......Page 352......Page 353