WEB DESIGN GARAGE [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

WEB DESIGN GARAGE [Electronic resources] - نسخه متنی

Marc Campbell

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Chapter 12. Working with Scripts and Style Sheets


The Web isn't all about HTML anymore. It hasn't been for years now. Even if you leave out technologies like database connectivity and server-side programming languages like PHP and Cold Fusion, Web builders rely on the interactive power of scripting and the stylistic control of Cascading Style Sheets (CSS) to make their sites more interactive and aesthetic. If you've already tried some of the Toolkits in this book, you know that they use JavaScript and CSS extensively.


GEEKSPEAK


Embedding material such as JavaScript or CSS code means including it in the HTML document. Attaching it means saving it in a separate file and then pointing to the file from the HTML.

With so much additional material going into your Web site, it's a good idea to look at how you get it in there. For JavaScript and CSS, you have two choices: embedding and attaching. Embedding the material means putting it in the same document as the HTML, while attaching it is to create a separate file containing the scripts or CSS code and then point to it in the HTML.


/ 175