|
Java example source code file (HtmlAttrsTest.out)
The HtmlAttrsTest.out Java example source code
HtmlAttrsTest.java:13: error: unknown attribute: xyz
* <p xyz> text
^
HtmlAttrsTest.java:18: warning: attribute obsolete: name
* <img name="x" alt="alt">
^
HtmlAttrsTest.java:23: warning: attribute obsolete, use CSS instead: size
* <font size="3"> text
^
1 error
2 warnings
Other Java examples (source code examples)Here is a short list of links related to this Java HtmlAttrsTest.out source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.