/*
GNU GENERAL LICENSE
Copyright (C) 2006 The Lobo Project. Copyright (C) 2014 - 2017 Lobo Evolution
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
verion 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General License for more details.
You should have received a copy of the GNU General Public
along with this program. If not, see <http://www.gnu.org/licenses/>.
Contact info: lobochief@users.sourceforge.net; ivan.difrancesco@yahoo.it
*/
package org.lobobrowser.html;
/**
* The Interface HtmlProperties.
*/
public interface HtmlProperties {
/** The a. */
String A = "A";
/** The applet. */
String APPLET = "APPLET";
/** The anchor. */
String ANCHOR = "ANCHOR";
/** The article. */
String ARTICLE = "ARTICLE";
/** The audio. */
String AUDIO = "AUDIO";
/** The b. */
String B = "B";
/** The blockquote. */
String BLOCKQUOTE = "BLOCKQUOTE";
/** The base. */
String BASE = "BASE";
/** The body. */
String BODY = "BODY";
/** The button. */
String BUTTON = "BUTTON";
/** The br. */
String BR = "BR";
/** The big. */
String BIG = "BIG";
/** The basefont. */
String BASEFONT = "BASEFONT";
/** The Constant CIRCLE. */
String CIRCLE = "CIRCLE";
/** The center. */
String CENTER = "CENTER";
/** The caption. */
String CAPTION = "CAPTION";
/** The canvas. */
String CANVAS = "CANVAS";
/** The command. */
String COMMAND = "COMMAND";
/** The cite. */
String CITE = "CITE";
/** The code. */
String CODE = "CODE";
/** The code. */
String DEFS = "DEFS";
/** The del. */
String DEL = "DEL";
/** The div. */
String DIV = "DIV";
/** The dd. */
String DD = "DD";
/** The dl. */
String DL = "DL";
/** The dt. */
String DT = "DT";
/** The dfn. */
String DFN = "DFN";
/** The details. */
String DETAILS = "DETAILS";
/** The ellipse. */
String ELLIPSE = "ELLIPSE";
/** The em. */
String EM = "EM";
/** The embed. */
String EMBED = "EMBED";
/** The footer. */
String FOOTER = "FOOTER";
/** The form. */
String FORM = "FORM";
/** The font. */
String FONT = "FONT";
/** The frameset. */
String FRAMESET = "FRAMESET";
/** The frame. */
String FRAME = "FRAME";
/** The g. */
String G = "G";
/** The head. */
String HEAD = "HEAD";
/** The H1. */
String H1 = "H1";
/** The H2. */
String H2 = "H2";
/** The H3. */
String H3 = "H3";
/** The H4. */
String H4 = "H4";
/** The H5. */
String H5 = "H5";
/** The H6. */
String H6 = "H6";
/** The hr. */
String HR = "HR";
/** The header. */
String HEADER = "HEADER";
/** The html. */
String HTML = "HTML";
/** The iframe. */
String IFRAME = "IFRAME";
/** The input. */
String INPUT = "INPUT";
/** The i. */
String I = "I";
/** The img. */
String IMG = "IMG";
/** The ins. */
String INS = "INS";
/** The label. */
String LABEL = "LABEL";
/** The link. */
String LINK = "LINK";
/** The li. */
String LI = "LI";
/** The line. */
String LINE = "LINE";
/** The keygen. */
String KEYGEN = "KEYGEN";
/** The meter. */
String METER = "METER";
/** The marquee. */
String MARQUEE = "MARQUEE";
/** The meta. */
String META = "META";
/** The nav. */
String NAV = "NAV";
/** The noscript. */
String NOSCRIPT = "NOSCRIPT";
/** The option. */
String OPTION = "OPTION";
/** The object. */
String OBJECT = "OBJECT";
/** The output. */
String OUTPUT = "OUTPUT";
/** The ol. */
String OL = "OL";
/** The kbd. */
String KBD = "KBD";
/** The p. */
String P = "P";
/** The path. */
String PATH = "PATH";
/** The polygon. */
String POLYGON = "POLYGON";
/** The polygon. */
String POLYLINE = "POLYLINE";
/** The pre. */
String PRE = "PRE";
/** The progress. */
String PROGRESS = "PROGRESS";
/** The Constant RECT. */
String RECT = "RECT";
/** The s. */
String S = "S";
/** The style. */
String STYLE = "STYLE";
/** The strike. */
String STRIKE = "STRIKE";
/** The section. */
String SECTION = "SECTION";
/** The source. */
String SOURCE = "SOURCE";
/** The samp. */
String SAMP = "SAMP";
/** The span. */
String SPAN = "SPAN";
/** The script. */
String SCRIPT = "SCRIPT";
/** The small. */
String SMALL = "SMALL";
/** The strong. */
String STRONG = "STRONG";
/** The select. */
String SELECT = "SELECT";
/** The sup. */
String SUP = "SUP";
/** The sub. */
String SUB = "SUB";
/** The spacer. */
String SPACER = "SPACER";
/** The symbol. */
String SYMBOL = "SYMBOL";
/**The svg*/
String SVG = "SVG";
/**The text*/
String TEXT = "TEXT";
/** The title. */
String TITLE = "TITLE";
/** The textarea. */
String TEXTAREA = "TEXTAREA";
/** The table. */
String TABLE = "TABLE";
/** The td. */
String TD = "TD";
/** The th. */
String TH = "TH";
/** The tr. */
String TR = "TR";
/** The tbody. */
String TBODY = "TBODY";
/** The thead. */
String THEAD = "THEAD";
/** The tfoot. */
String TFOOT = "TFOOT";
/** The tt. */
String TT = "TT";
/** The time. */
String TIME = "TIME";
/** The u. */
String U = "U";
/** The ul. */
String UL = "UL";
/** The u. */
String USE = "USE";
/** The var. */
String VAR = "VAR";
/** The video. */
String VIDEO = "VIDEO";
}