HTML5: Practical 1


Khóa học qua video:
Lập trình Python All Lập trình C# All SQL Server All Lập trình C Java PHP HTML5-CSS3-JavaScript
Đăng ký Hội viên
Tất cả các video dành cho hội viên

1. Bài thực hành 1:

a. Tạo 2 file: lab1-bai1.html và lab1-test1.html

b. Trong file lab1-bai1.html đặt liên kết đến file lab1-test1.html và ngược lại.

2. Bài thực hành 2:

Tạo 1 file có tên lab1-bai2.html có nội dung như sau:

Internet

Layout

Linear layout

Pathnames

Internet

The Internet is a network of networks. That is, computer networks are linked to other networks, spanning countries. The TCP/IP transfer protocol provides the bindings that connect all these computers the world over.

Layout

A web page is not a printed page. That is, the guidelines that are applied to print may not apply to a web page. Avoid making the reader scan too much of the screen while reading the page. After a while it puts a strain on the eyes, and the reader may lose interest. Text should be contained within a few inches width.

Linear layout

Linear layout follows a linear structure. There is a sequential link between the pages. Each page has a link to the previous and next page. The last page has a link to the first page. This format is used when you are presenting sequential information. For example, chapters of a book or slides of a presentation which require the user to read the information in sequential order.

Pathnames

Absolute pathnames specify the complete path to the file from the root directory. For example, C:\mydirectory\ htmlexamples\Doc2.htm.

Relative pathnames specify the location of the file relative to the location of the current file. For example, if the current directory is mydirectory, then the pathname will be<A HREF= “..\Doc3.htm”>Next page</A>

Tạo liên kết trong đến các chủ đề trong tài liệu.

3. Bài thực hành 3:

  1. Tạo 1 file có tên lab1-bai3.html.
  2. Sử dụng các ký tự đặc biệt để tạo nội dung như sau:

if (A > B)

            A = A – 1;

else if (A < B)

            A = A + 1;

4. Bài thực hành 4:

  1. Tạo 1 file có tên lab1-bai4.html.
  2. Tạo 1 đường link tới email có địa chỉ như sau: support@v1study.com

5. Bài thực hành 5:

  1. Tạo 1 file có tên lab1-bai5.html có nội dung như sau:
  2. Đặt đoạn code sau vào trang lab1-bai5.html rồi thực thi:

<HTML>

<HEAD>

<META http-equiv="Refresh" content="2; url=http://v1study.com">

<TITLE> Using META Element </TITLE>

</HEAD>

<BODY>

<P>This page is refreshed after every 2 seconds

</BODY>

</HTML>

» Tiếp: Practical 2
« Trước: Khung giao diện web
Khóa học qua video:
Lập trình Python All Lập trình C# All SQL Server All Lập trình C Java PHP HTML5-CSS3-JavaScript
Đăng ký Hội viên
Tất cả các video dành cho hội viên
Copied !!!