TAILIEUCHUNG - The Best-Practice Guide to xHTML and CSS phần 6

Nó không t làm bất cứ điều gì. Vâng, đó là loại điểm của HTML và CSSâ € "nó € ™ s chỉ là một cách cơ cấu và trình bày nội dung chủ yếu là văn bản. Whiz-bang-pop là công việc của các ngôn ngữ khác và các loại tập tin. Gần đến nhà bạn đã có JavaScript, cho phép bạn để tự động điều khiển các bộ phận của một trang HTML và sau đó bạn đã có đối tượng của bạn hoàn toàn xa lạ như video và các tập tin Flash | Scripts Objects IT JUST SITS THERE. It doesn t do anything. Well that s kind of the point of HTML and CSS it s just a way of structuring and presenting largely textual content. The whiz-bang-pop is the job of other languages and file types. Close to home you ve got JavaScript which allows you to dynamically manipulate the parts of an HTML page and then you ve got your completely alien objects like videos and Flash files. They may not be a part of HTML or CSS but they still rely on HTML to get them to work in a web page. JavaScript and the DOM JavaScript is a commonly used and widely supported scripting language that can be used to add interactive behaviors such as rollovers form validation and even switching between different style sheets. It can be applied to an HTML document with the script element or event attributes in individual tags. Through the Document Object Model DOM the W3C s standardized model for the structure of a web page it is possible to manipulate any part of a web page with JavaScript. The script Element script defines a block of script and is the tool of choice for inserting a chunk of JavaScript into an HTML page. 148 chapter 7 scripts and objects The script itself can be placed between the opening and closing script tags like so script type text j avascript function satsumaO alertC SAAAATSUUUUMAAAA script Alternatively a script can be kept in a separate file and applied like so script type text javascript src script The type attribute is required and will always have the value text javascript when using JavaScript and just like in an img tag the src attribute points to the location of the external file. To accommodate users who don t have JavaScript-enabled browsers or those who choose to switch it off you can provide alternative content by using a noscript element anywhere inside the body element. The content of this element will only show up when the browser can t detect JavaScript. noscript p What No JavaScript Well what am I .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.