HTML
<!DOCTYPE html>
<html>
<head>
<title> <h1>html Attributes</h1> </title>
</head>
<body>
<p>
<h3>All HTML elements can have attributes
Attributes provide additional information about elements
Attributes are always specified in the start tag
Attributes usually come in name/value pairs like: name="value"</h3>
<mark>example</mark> <br>
1* <i>href</i><br>
2*<i>src</i><br>
3*<i>width and heught</i><br>
4*<i>alt</i><br>
5*<i>style</i><br>
6*<i>lang</i><br>
7*<i>title</i><br>
8*<i>html</i><br>
8*<i>bold</i><br>
9*<i>u</i><br>
10*<i>hr</i><br>
11*<i>em</i><br>
12*<i>li</i><br>
13*<i>h</i><br>
14*<i>dir</i><br>
15*<i>!DOCTYPE</i><br>
16* <i>hr</i><br>
17*<i>mar</p>
18*<i>ul</i><br>
20*<i>pre</i><br>
21* <i>sup</i><br>
22*<i>sub</i><br>
</body>
</html>
Comments
Post a Comment