Slide Web thế hệ mới - Chapter 12 html
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).
プレビューを生成中...
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
… 完全なドキュメントを読むには、元のファイルをダウンロードしてください。
- ドキュメント名
- Slide Web thế hệ mới - Chapter 12 html
- 学校 / コース
- Đại học Bách khoa Hà Nội · Web thế hệ mới
- 内容
- 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).
- 目次
- このドキュメントに明確な目次はありません。
- ページ数
- 37 ページ
- アップロード者
- lienhejb
よくある質問
このドキュメントは無料ですか?
はい。「Slide Web thế hệ mới - Chapter 12 html」は無料です。ログインして「ダウンロード」をクリックするだけで、元のファイルを取得できます。
このドキュメントは何ページありますか?
このドキュメントは 37 ページあります(Web thế hệ mới コース用)。ダウンロードする前にオンラインでプレビューできます。
ダウンロードする前にプレビューできますか?
はい。このページにあるオンラインリーダーでドキュメントをプレビューし、その後ダウンロードするかどうかを決めることができます。

コメント (0)
まだコメントはありません。最初のコメントを書きましょう!