Slide Web thế hệ mới - Chapter 12 html
- 페이지 수
- 37
- 형식
- PPT
- 크기
- 3.8 MB
- Trường
- Đại học Bách khoa Hà Nội
- 조회수
- 0
- 댓글
- 0
- Lượt tải
- 0
미리보기 생성 중...
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).
- 문서명
- 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
설명
Trích nội dung tài liệ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
자주 묻는 질문
이 문서는 무료인가요?
네. “Slide Web thế hệ mới - Chapter 12 html” 문서는 무료입니다. 로그인 후 '다운로드'를 클릭하여 원본 파일을 받으세요.
이 문서는 몇 페이지로 되어 있나요?
이 문서는 37페이지입니다, Web thế hệ mới 과정용. 다운로드하기 전에 온라인으로 미리 볼 수 있습니다.
다운로드하기 전에 미리 볼 수 있나요?
네. 이 페이지의 온라인 리더를 통해 문서를 미리 본 후 다운로드 여부를 결정할 수 있습니다.
Slide Web thế hệ mới - Chapter 12 html
미리보기 생성 중...
Trích nội dung tài liệ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
- 문서명
- 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
댓글 (0)
댓글이 없습니다. 첫 댓글을 남겨보세요!
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)

댓글 (0)
댓글이 없습니다. 첫 댓글을 남겨보세요!