HTML Tag Builder

The HTML tag builder can be launched using the Tools - HTML - Tag Builder menu item, or by selecting the HTML Tag Builder option of the HTML sidekick.

The builder contains a dropdown with the various HTML tags.

Once a tag is selected, users can specify various attributes of the tag by clicking checkboxes. For example, event attributes such as onblur, onclick, etc. Also, attributes like href, class, style, etc.

Once the tag and all attributes are selected, clicking the "Copy to Editor" button builds the tag in the current editor.

EditRocket provides information on the PHP Library routines listed below in the PHP source code builder.

EditRocket provides information on the following HTML tags in the HTML tag builder included in EditRocket:

<!DOCTYPE> - Document Type
<a> - Anchor
<abbr> - Abbreviation
<acronym> - Acronym
<address> - Address
<applet> - Applet
<area> - Area
<b> - Bold
<base> - Base Address
<basefont> - Base Font
<bdo> - Text Direction
<big> - Big
<blockquote> - Block Quote
<body> - Body
<br> - Line Break
<button> - Button
<caption> - Table Caption
<center> - Center
<cite> - Cite
<code> - Code
<col> - Column
<colgroup> - Column Group
<dd> - Definition Description
<del> - Delete
<dfn> - Definition Term
<dir> - Directory List
<div> - Div
<dl> - Definition List
<dt> - Definition Term
<em> - Emphasis
<embed> - Embed
<fieldset> - Field Set
<font> - Font
<form> - Form
<frame> - Frame
<frameset> - Frame Set
<h1> - Header
<h2> - Header
<h3> - Header
<h4> - Header
<h5> - Header
<h6> - Header
<head> - Head
<hr> - Horizontal Rule
<html> - HTML
<i> - Italics
<iframe> - Inline Frame
<img> - Image
<input> - Input
<ins> - Delete
<kbd> - Keyboard
<label> - Label
<legend> - Legend
<li> - List Item
<link> - Link
<map> - Map
<marquee> - Marquee
<menu> - Menu
<meta> - Meta
<nobr> - No Break
<noembed> - No Embed
<noframes> - No Frames
<noscript> - No Script
<object> - Object
<ol> - Ordered List
<optgroup> - Option Group
<option> - Option
<p> - Paragraph
<param> - Parameter
<pre> - Preformatted Text
<q> - Quotation
<s> - Strikeout
<samp> - Sample
<script> - Script
<select> - Select
<small> - Small
<spacer> - Spacer
<span> - Span
<strike> - Strikeout
<strong> - Strong
<style> - Style
<sub> - Subscript
<sup> - Superscript
<table> - Table
<tbody> - Table Body
<td> - Table Data
<textarea> - Text Area
<tfoot> - Table Footer Section
<th> - Table Header
<thead> - Table Header Section
<title> - Title
<tr> - Table Row
<tt> - Teletype
<u> - Underline
<ul> - Unordered List
<var> - Variable