Along the Learning Curve
Second Example
Target attribute
Scenario:
- You want to use frames.
You know coordinate between the frames with the target attribute.
<a target="whatever" href="toc.html">
- The target attribute is deprecated from the
<a>tag, however. - It will not validate as XHTML 1.0 strict.
- What should you do?
- You want to use frames.
You know coordinate between the frames with the target attribute.