Slide Web thế hệ mới - Chapter 12 html
Génération de l'aperçu...
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).
Description
Chapter 3: HTML 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
Résumé IA
- Nom du document
- Slide Web thế hệ mới - Chapter 12 html
- École / Cours
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- Contenu
- 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).
- Table des matières
- Ce document n'a pas de table des matières claire.
- Pages
- 37 pages
- Téléversé par
- lienhejb
Foire aux questions
Ce document est-il gratuit ?
Oui. « Slide Web thế hệ mới - Chapter 12 html » est gratuit — il suffit de vous connecter et de cliquer sur Télécharger pour obtenir le fichier original.
Combien de pages compte ce document ?
Le document contient 37 pages, pour le cours Web thế hệ mới. Vous pouvez le prévisualiser en ligne avant de le télécharger.
Puis-je prévisualiser avant de télécharger ?
Oui. Vous pouvez prévisualiser ce document directement sur cette page avec le lecteur en ligne, puis décider de le télécharger ou non.
Slide Web thế hệ mới - Chapter 12 html
Génération de l'aperçu...
Chapter 3: HTML 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
Lire le document entier
- Nom du document
- Slide Web thế hệ mới - Chapter 12 html
- École / Cours
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- Contenu
- 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).
- Table des matières
- Ce document n'a pas de table des matières claire.
- Pages
- 37 pages
- Téléversé par
- lienhejb
Commentaires (0)
Aucun commentaire pour le moment. Soyez le premier !
Bài giảng Web thế hệ mới - Chương 11 http basic
Slide Web thế hệ mới - Chapter 1 3 CSS
Slide Web thế hệ mới - Chapter 3 advanced topic 3 web 3.0
Slide Web thế hệ mới - Chapter 12 http basic examples
Bài giảng Web thế hệ mới - Chương 1: Giới thiệu chung
K5 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K2 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K3 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K4 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
K1 Bộ đề luyện thi Trạng Nguyên Tiếng Việt (NXB DHQG)
Commentaires (0)
Aucun commentaire pour le moment. Soyez le premier !