alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (HtmlTagsTest.out)

This example Java source code file (HtmlTagsTest.out) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

The HtmlTagsTest.out Java example source code

HtmlTagsTest.java:13: error: unknown tag: xyz
     * <xyz> ... 
       ^
HtmlTagsTest.java:13: error: unknown tag: xyz
     * <xyz> ... 
                 ^
HtmlTagsTest.java:18: error: unknown tag: xyz
     * <div>  
^ HtmlTagsTest.java:23: error: self-closing element not allowed * <br/> ^ HtmlTagsTest.java:28: error: element not allowed in documentation comments: <html> * <html> ^ HtmlTagsTest.java:33: error: block element not allowed within inline element <span>: p * <span>

^ HtmlTagsTest.java:38: error: block element not allowed within @link: p * {@link java.lang.String <p> } ^ HtmlTagsTest.java:39: error: block element not allowed within @link: p * {@link java.lang.String <p> } ^ HtmlTagsTest.java:44: error: invalid end tag: </img> * <img src="any.jpg" alt="alt"> ^ HtmlTagsTest.java:49: error: end tag missing: </b> * <i> ^ HtmlTagsTest.java:54: error: unexpected end tag: </b> * <i> ^ HtmlTagsTest.java:54: warning: empty <i> tag * <i> ^ HtmlTagsTest.java:59: error: text not allowed in <ul> element * <ul> text

  • ...
  • ^ HtmlTagsTest.java:64: error: tag not allowed here: <b> * <ul> text
  • ...
  • ^ 13 errors 1 warning

    Other Java examples (source code examples)

    Here is a short list of links related to this Java HtmlTagsTest.out source code file:

    ... this post is sponsored by my books ...

    #1 New Release!

    FP Best Seller

     

    new blog posts

     

    Copyright 1998-2021 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.