Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Kỹ thuật lập trình
Lecture Web technologies and programming – Lecture 14: Page Layout
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Web technologies and programming – Lecture 14: Page Layout
Kim Trang
70
50
pptx
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
After studying this chapter you will be able to understand: Font properties, controlling text with CSS, styling links, styling background, styling tables, the process to design a page layout, div tag, coding a page using divs and CSS. | 1 CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 3 3 Font properties font-family font-size font-weight font-style font-variant Controlling text with CSS word-spacing letter-spacing line-height text-align vertical-align text-indent text-decoration text-transformation 4 Styling links Styling background background-color background-image background-repeat background-position Styling tables text and font vertical – align width height background - color background - image 5 The process to design a page layout div tag Coding a page using divs and CSS Styling divs and positioning it. 6 CONNECTIONS: a smaller version of social web Users can register themselves After registration they can send a text message to anybody who is registered with the website User’s can view the received messages 7 Determine the requirements of the site Group the required information Make a site map Identify key elements for each page Decide about the arrangement of information on each page Translate the design into code 8 Under standing the audience Who? Who will visit the site? You can create fictional visitors Men and women of 20 to 50 years of age Why? Why have they come to your site? Send messages View received messages 9 What? What does a visitor need to achieve a goal? Will they be familiar with your product? How often? How often can you realistically expect them to visit? In-order to make changes 10 Things You Want the Site to Do Determining the requirement of the owner of the site which are not already listed User must register themselves in-order to send and receive messages 11 12 Group related information/sections Home page: login form, registration form User page: user’s information, recent messages Inbox: Received messages Outbox: Sent messages Send a message: Send message form 13 Site map shows how many pages you need and how they relate Usually look like either a family tree or folder list 14 Home page User page Inbox Outbox Send a message 15 Common . | 1 CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 3 3 Font properties font-family font-size font-weight font-style font-variant Controlling text with CSS word-spacing letter-spacing line-height text-align vertical-align text-indent text-decoration text-transformation 4 Styling links Styling background background-color background-image background-repeat background-position Styling tables text and font vertical – align width height background - color background - image 5 The process to design a page layout div tag Coding a page using divs and CSS Styling divs and positioning it. 6 CONNECTIONS: a smaller version of social web Users can register themselves After registration they can send a text message to anybody who is registered with the website User’s can view the received messages 7 Determine the requirements of the site Group the required information Make a site map Identify key elements for each page Decide about the arrangement of information on each .
TÀI LIỆU LIÊN QUAN
Lecture Web technologies and programming – Lecture 31: Summary of Lecture 1 - 15
Lecture Web technologies and programming – Lecture 31: Summary of Lecture 1 - 15
Lecture Web technologies and programming – Lecture 2: The web application development process - Web project management
Lecture Web technologies and programming – Lecture 4: Modeling web applications and implementation and testing web application
Lecture Web technologies and programming – Lecture 29: Web services, intro to web hosting
Lecture Web technologies and programming – Lecture 4: Modeling web applications and implementation and testing web application
Lecture Web technologies and programming – Lecture 29: Web services, intro to web hosting
Lecture Web technologies and programming – Lecture 2: The web application development process - Web project management
Lecture Web technologies and programming – Lecture 32: Summary of Lecture 16-30
Lecture Web technologies and programming – Lecture 32: Summary of Lecture 16-30
Đã 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.