-
Notifications
You must be signed in to change notification settings - Fork 0
/
thuoctinh.html
140 lines (129 loc) · 4.91 KB
/
thuoctinh.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>F-Learn</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="images/iconweb.png" type="image/gif" sizes="16x16">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo">
<a href="index.html" onclick="location.reload();">
<img src="images/logo-unscreen.gif">
</a>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cacthetronghtml.html">HTMS & CSS</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="dangky.html">Đăng Kí</a></li>
</ul>
</div>
</div>
<div class="banner">
<img src="images/banner.png" />
</div>
<div class="content">
<div class= "left">
<h1>Overview</h1>
<div class="title">
Synthesize attributes in HTML.
</div>
<div class="description">
In HTML, there are several attributes that act as common, standard attributes and can be used by all HTML tags. The table below lists all of these attributes with a brief description of the attribute.
</div>
<br>
<br>
<br>
<div class="title">
Common Attributes in HTML.
</div>
<div class="description">
No effect on <b>base, head, html, meta, param, script, style and title elements. </b><br>
<br>
<span><b>accesskey</b>: Xác định một phím tắt cho một phần tử.</span>
<br>
<br>
<span><b>class</b>: Xác định hạng của phần tử.</span>
<br>
<br>
<span><b>contenteditable</b>: Thuộc tính logic này để xác định có hay không phần tử được chỉnh sửa.</span>
<br>
<br>
<span><b>contextmenu</b>: Xác định một menu ngữ cảnh cho một phần tử.</span>
<br>
<br>
<span><b>data-* </b>: Sử dụng để chứa đựng dữ liệu bạn nhập vào mà liên kết với phần tử. </span>
<br>
<br>
<span><b>draggable</b>: Thuộc tính giá trị để xác định có hay không phần tử có thể được kéo.</span>
<br>
<br>
<span><b>dropzone</b>: Xác định có hay không phần dữ liệu được kéo có thể được sao chép, di chuyển, hoặc liên kết khi được thả xuống.</span>
<br>
<br>
<span><b>hidden</b>: Xác định có hay không phần tử nên được nhìn thấy hay bị ẩn đi.</span>
<br>
<br>
<span><b>id</b>: Một id duy nhất cho một phần tử.</span>
<br>
<br>
<span><b>spellcheck</b>Xác định nếu phần tử phải được kiểm tra chính tả hoặc ngữ pháp.</span>
<br>
<br>
<span><b>style</b>: Xác định một định nghĩa kiểu nội tuyến.</span>
<br>
<br>
<span><b>tabindex</b>: Xác định thứ tự tab của một phần tử.</span>
<br>
<br>
<span><b>title</b>: Xác định tiêu đề.</span>
<br>
<br>
<span><b>translate</b>: Thuộc tính giá trị xác định có hay không nội dung của một phần tử được dịch. </span>
<br>
<br>
</div>
<div class="title">
Language-related attributes in HTML.
</div>
<div class="description">
The lang attribute specifies the language used for the wrapped content. This language is defined using ISO standard language abbreviations, such as fr for French, en for English, and ... RFC 1766 (http://www.ietf.org/rfc/ rfc1766.txt) describes the code and format of these languages.<br>
This attribute has no value in: <b>base,br,frame,frameset,hr,iframe,param,script elements.</b>
<br>
<br>
<span><b>Properties</b>: dir <b>Value</b>: ltr | rtl <b>Describe</b>: Set the direction of the text.</span>
<span><b>Properties</b>: lang <b>Value</b>: language_code<b>Describe</b>: Set language code.</span>
<br>
<br>
<a href="cacthetronghtml.html"><b>HTML tags you need to know.</b></a>
<br>
<br>
<a href="thuoctinhcss.html">
<img width ="200px" src="images/css.png"/>
</a>
</div>
<br>
<br>
<br>
</div>
<div class ="right">
<p>Support Tools and Compilation</p>
<a href="https://www.sublimetext.com/3">
<img src="images/img1.png">
</a>
<a href="https://netbeans.apache.org/download/index.html">
<img src="images/img2.png">
</a>
<a href="https://code.visualstudio.com/insiders/">
<img src="images/img3.png">
</a>
</div>
</div>
</div>
</body>
</html>