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 6: Introduction to HTML
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Web technologies and programming – Lecture 6: Introduction to HTML
Thảo Uyên
109
44
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: Software system architecture, specifics of web application architecture, layered web architecture, introduction to HTML, basic Structure of a HTML page, text formatting tags in HTML, lists in HTML. | 1 CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 Modeling web applications 3 Software system architecture Specifics of web application architecture Layered web architecture 2-layered architecture 3-layered architecture N-layered architecture 4 Introduction to HTML Basic Structure of a HTML page Text formatting tags in HTML Lists in HTML 5 5 HTML – Hyper-Text Markup Language – The Language of Web Pages on the World Wide Web Hypertext: Allows for non-linear linking to other documents Markup Language: Content is “marked up” or tagged to tell the browser how to display it 6 1. Introduction to HTML It is called markup language because it contains a set of markup tags HTML is a text formatting language HTML standards are developed under the authority of the World Wide Web Consortium (W3C), headed by Tim Lee http://www.w3c.org 7 1. Introduction to HTML It defines the structure of webpages and determines how data is displayed online It has a set of special instructions that can be added in the text to add formatting and linking information It is directly interpreted by the browser HTML is described by different HTML tags Each HTML tag describes different document content 8 1. Introduction to HTML HTML was created in 1991 by Tim Berners-Lee at CERN in Switzerland It was designed to allow scientists to display and share their research 1995- HTML 2 lots of browsers had added their own bits to HTML Dan Connolly and colleagues collected all the HTML tags that were widely used and collated them into a draft document 9 1. Introduction to HTML 1997- HTML 3.2 It was the first version developed and standardized exclusively by the W3C HTML 3.2 included the support for applets, text flow around images, subscripts and superscripts etc 1999 – HTML 4.1 extends HTML with mechanisms for style sheets, scripting, frames etc. HTML5 10 1. Introduction to HTML HTML Tags: Tags are instruction that are directly embedded into the text of the document Is a signal | 1 CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 Modeling web applications 3 Software system architecture Specifics of web application architecture Layered web architecture 2-layered architecture 3-layered architecture N-layered architecture 4 Introduction to HTML Basic Structure of a HTML page Text formatting tags in HTML Lists in HTML 5 5 HTML – Hyper-Text Markup Language – The Language of Web Pages on the World Wide Web Hypertext: Allows for non-linear linking to other documents Markup Language: Content is “marked up” or tagged to tell the browser how to display it 6 1. Introduction to HTML It is called markup language because it contains a set of markup tags HTML is a text formatting language HTML standards are developed under the authority of the World Wide Web Consortium (W3C), headed by Tim Lee http://www.w3c.org 7 1. Introduction to HTML It defines the structure of webpages and determines how data is displayed online It has a set of special .
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.