Most HTML tags can allow for attributes to
be set inside of them. First inspect this diagram closely, then check
out the list of popular attributes you can use below.

Poplular HTML Tags and their most used
Attributes
HTML Tag |
Some Possible Attributes |
<a> |
| class |
href |
id |
| name |
onclick |
onmouseover |
| style |
tabindex |
target |
|
<body> |
|
<div> |
|
<form> |
| action |
class |
enctype |
| id |
method |
name |
| onclick |
onsubmit |
style |
| target |
|
|
|
<hr /> |
| align |
class |
id |
| size |
style |
width |
|
<img /> |
| align |
alt |
border |
| class |
height |
hspace |
| id |
src |
style |
| width |
vspace |
|
|
<p> |
|
<span> |
|
<table> |
| align |
background |
bgcolor |
| border |
cellpadding |
cellspacing |
| class |
hspace |
id |
| style |
width |
vspace |
|
<tr> |
| align |
bgcolor |
class |
| id |
style |
valign |
|
<td> |
| align |
background |
bgcolor |
| colspan |
id |
rowspan |
| style |
valign |
width |
|