Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML (HyperText Markup Language) - Coggle Diagram
HTML (HyperText Markup Language)
Tags
<li> </li>
List Tag
<ul> </ul>
Unordered List
(Bullets)
<ol> </ol>
Ordered List
(numbers)
<dl> <dl>
Definition List Tag
<dt> <dt>
Definition Term
<dd> <dd>
Definition Description
<pre> </pre>
Pre Tag
<table> </table>
Table Tag
<td> </td>
Table data
<th> </th>
Table Heading
<tr> </tr>
Table row
<caption> </caption>
Table Caption
<a> </a>
Anchor Link Tag
target = ""
Target attribute
<frameset> </frameset>
Frame Tag
Used
to Display one or more Html document in the same Html window
col = " "
column attribute
row = " "
row attribute
src = " "
source attribute
<form> </form>
Form Tag
<select> </select>
Select Tag
<text area> </text area>
Text Area Tag
<input> </input>
Input Tag
<button> </button>
Button Tag
attributes
Action = " "
Action Attribute
specify where to send the Data (commen files are
asp, jsp, cgi
)
method = " "
Method Attribute
Get
Post
encrypt = " "
Encrypt Attribute
encrypt data using MIME protocol