TAILIEUCHUNG - beginning html xhtml css and javascript phần 4

Theo mặc định, nội dung của một phần tử thường được hiển thị trong một phông chữ đậm, liên kết theo chiều ngang trong trung tâm của tế bào. Nội dung của một phần tử , trong khi đó, thông thường sẽ được hiển thị liên kết trái và không in đậm (trừ khi có chỉ định khác của CSS hay nguyên tố khác). | Chapter 6 Frames Try It Out A Frame-Based Play Viewer We don t have a need for frames on our café site so in this Try It Out you re going to create a framebased viewer for finding the different acts of Shakespeare s A Comedy of Errors. The idea behind the viewer is that you have one long page that contains the entire play and then there is a frame on the right that allows you to navigate between the scenes of the play. Before you start to build the example it would help to have a look at what you are going to create. You can see the page in Figure 6-8. Figure 6-8 Three files actually make up this example which contains the frameset for play and navigation which is the right-hand frame which is the page with the play 232 Chapter 6 Frames You will work through these pages in this order 1. Start your text editor or web page editor and create a skeleton of a frameset document remembering that this will be slightly different from the documents you have been creating so far. The following code is for xml version encoding iso-8859-1 DOCTYPE html PUBLIC - W3C DTD XHTML Frameset EN http TR xhtml1 DTD html xmlns http 1999 xhtml head title A Comedy of Errors title head html 2. Divide the page up into two frames. The one on the right is fixed at 200 pixels wide while the one on the left takes up the remaining part of the screen. As you can see this requires the use of a frameset element instead of a body element which divides the page into the two columns. The frameset element holds two frame elements one for each column. frameset cols 250 frame src name main_page frame src scrolling no frameset noframes body This site uses a technology called frames. Unfortunately your browser does not support this technology. Please upgrade your browser and visit us again a href Click here to view A Comedy of Errors without .

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.