HTML and CSS functions
s
Target Attribute
- _blank
- Opens the linked doc in a new window
- _self
- Opens the linked doc in the same frame as it was clicked
- _parent
- Opens the linked doc in the parent frame
- P.S. I have no idea what this is
- _top
- Opens the linked doc in the full body of the window
- P.S. I also have no idea what this is
- framename
- Opens the linked doc in the named frame
y
y
Onclick attribute
y
Onload attribute
y