Slide Web thế hệ mới - Chapter 12 html
Đang tạo bản xem trước...
Chapter 3: HTML www.goupee.com Content ◼ Markup and Rendering ◼ Syntax of HTML Markup and Rendering ◼ A markup language uses set of annotations describe how a text is to be structured, laid out, or formatted ◼ HTML is markup language Use tags <html>, <b>, <i>, … File extension: html, htm ◼ Latex is a markup language Use environments, commands: \begin{equation}, \textcolor{}{} … ◼ XML, WML … Markup and Rendering ◼ Rendering = visualize HTML document with web browser ◼ Browser Is application that is installed on the client machine. reads the HTML source code and displays the page as instructed. Is used to display and navigate in web pages Popular browser: IE, Firefox ◼ HTML editor Is required for create web page Useful editor: Microsoft FrontPage, Dreamwaver, … Basic editor: NotePad or any text editor HTML syntax ◼ Structure ◼ Basic Tags Structure of HTML document Example <HTML> <HEAD> <TITLE> Welcome to the world of HTML</TITLE> </HEAD> <BODY> <P>This is going to be real fun </P> </BODY> </HTML> Structure of HTML document ◼ HTML Section: Every HTML document must begin with an opening HTML tag and end with a closing HTML tag. <HTML> … </HTML> ◼ Head section: Optional <HEAD> … </HEAD> Contains document definition Contains page title which is displayed in navigation bar ◼ Body section Contains what display in the web page Basic tags ◼ HTML uses tags for structuring and formating the document. Closed tags: <tag_name> … </tag_name> ◼ Ex: <body> …. </body> ◼ Open tags: <tag_name>… ◼ Ex: <BR> ◼ Attributes of tags <tag_name attribute=“value”>… ◼ Ex: <body bgcolor=“blue”> … </body> ◼ HTML is not case sensitive ◼ HTML standard Validate a HTML document ◼ http://validator.w3.org/ Tag <title> ◼ Tag <title> Used inside <head> Displays the title of the page in the navigation <title>Hinh anh bon mua</title> Text Text is written inside <body> ◼ Lines are broken automatically ◼ Extra spaces are
… Tải file gốc để đọc toàn bộ tài liệu.
- Tên tài liệu
- Slide Web thế hệ mới - Chapter 12 html
- Trường / Môn
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- Nội dung
- Slide giảng dạy về HTML cơ bản, bao gồm các khái niệm markup language, cú pháp HTML, các thẻ cơ bản, định dạng văn bản, danh sách, bảng, hình ảnh và background. Tài liệu là phần giáo dục về lập trình web thế hệ mới (Web 2.0).
- Mục lục
- Tài liệu không có mục lục rõ ràng.
- Số trang
- 37 trang
- Người đăng
- Người dùng ẩn danh

Bình luận (0)
Chưa có bình luận nào. Hãy là người đầu tiên!