Tag | Information |
---|
<!-- ... --> | Used to provide a comment or description. Sentences located on this container will not be visible in the browser |
<!DOCTYPE> | Defines document type information |
<a> | Defines an anchor, but is more accurately interpreted as a link because this link is used to link one HTML document to another HTML document |
<abbr> | It is used to describe an abbreviated phrase and you can provide useful information to page source browsers / screen readers, translation systems and search engines that come from the abbreviated abbreviation that has been described, but when in the browser the description will not appear and for informational purposes only |
<acronym> | Defining the acronym / function of this tag is more or less the same as the tag <abbr> |
<address> | Defines contact information for the author / owner of the document |
<applet> | Used to insert java files into HTML documents |
<area /> | Defines a clickable area (link) on the image map |
<b> | Make text bold |
<base /> | Defines the base / target URL for all relative URLs in the document |
<basefont /> | Create default text attributes, such as color, size, font type for all text in the document |
<bdo> | Used to override text directions |
<big> | Increases the text size by one point from the default |
<blink> | Makes text blink |
<blockquote> | Defines a long quote. When in the text browser will appear indented |
<body> | Defines the body / content of an HTML document, serves to determine how the contents of a document are displayed in a web browser. The contents of the document can be in the form of text, images, animas, links and so on |
<br /> | Give a new line / move line |
<button> | Defines a clickable button |
<caption> | Create a caption on the table |
<center> | For center alignment of text or images |
<cite> | Defines a quote |
<code> | Defines a piece of computer code |
<col /> | Defines the attribute value of one or more columns in a table |
<colgroup> | Specifies groups of one or more columns in a table for performance |
<dd> | Defines a description of the item in the definition list |
<del> | To give the middle line of text / cross out text |
<dfn> | Defines a definition term |
<dir> | Defines a directory listing |
<div> | Defines a section in the document |
<dl> | Defines a definition list |
<dt> | Defines a term (item) in the definition list |
<em> | Make text italic. This tag function is the same as tag <i> but tags <em>which is more recommended / emphasized on the use of italic text |
<embed> | Used to insert video files or music files |
<fieldset> | To group related elements in the form / create like boxes in the form |
<font> | Defines the font type, color and size for text |
<form> | Defines an HTML form for form input |
<frame /> | Defines the frames in the frameset |
<frameset> | Defines a set of frames |
<h1> to <h6> | Used to indicate the beginning of a header / title of the HTML document. |
<head> | Used to provide information about the document |
<hr /> | Make a horizontal line |
<html> | Defines the root of an HTML document |
<i> | Make text italic |
<iframe> | Defines an inline frame |
<img /> | Works to display images in HTML documents |
<input /> | Defines the input field on the form |
<ins> | Make text underlined |
<kbd> | Defines text that is input from the keyboard |
<label> | Defines a label for an element <input> |
<legend> | Defines a caption for the element <fieldset> |
<li> | Used to display information in the form of list items |
<link /> | Defines the relationship between the document and its external sources |
<listing> | The function of this tag is the same as the tag <pre> and tags are recommended <pre> because of the tag <listing> unworthy / protested |
<map> | Defines a client-side map image |
<marquee> | Make text run vertically or horizontally |
<menu> | Defines a menu list |
<meta /> | Defines metadata about an HTML document |
<nobr> | Prevents line breaks in text or images |
<noframes> | If the user's browser does not support frames |
<noscript> | If the user's browser does not support client-side scripts |
<object> | put an embed object |
<ol> | Defines a list in a numbering format |
<optgroup> | Displays several options that have been grouped in the form of a drop-down list |
<option> | Displays several options shaped in a drop-down list |
<p> | Create a paragraph |
<param /> | Defines a parameter for the object |
<pre> | Create text with the same font size |
<q> | Defines a short quote |
<s> | To center the text / cross out text, this tag function is the same as the tag < del> but the tag < s > it is not recommended to use the < del > tag instead; |
<samp> | Defines sample output from a computer program |
<script> | Defines a client-side script |
<select> | Create a drop-down list |
<small> | Decreases the text size from its default size |
<span> | define a section in a document |
<strike> | To center the text / cross out text, the function of this tag is the same as the tag<del> |
<strong> | Make the text bold, the function of this tag is the same as the tag <b> |
<style> | Defines style information for HTML documents |
<sub> | Provides subscript effect on text |
<sup> | Provides a superscript effect on text |
<table> | Create a table |
<tbody> | To group the contents of the body in a table |
<td> | Defines cells in a table |
<textarea> | Defines a multiline input control |
<tfoot> | To group the contents of the footer in a table |
<th> | Defines a header cell in a table |
<thead> | To group header contents in a table |
<title> | Create a title for the HTML document |
<tr> | Create rows in a table |
<tt> | Defines teletype text |
<u> | Make the text underlined, this tag function is the same as the tag < ins > but the tag < u > It is not recommended for the HTML text formatting category, but instead belongs to the HTML Style category |
<ul> | Defines a list in bullet format |
<var> | Defines a variable |
<xmp> | Defining preformatted text, this tag function is the same as tag <pre> |
We Love Hearing from You!
Thank you for reading our post! Your thoughts and opinions are important to us. Please leave a comment below to share your feedback, ask questions, or start a discussion. We look forward to engaging with you!
Note: Comments are moderated to ensure a respectful and positive environment.