HTML Tags Definitions
Digital Design
<!DOCTYPE> - Represents the document type.
<head> - Represents the container of all the head elements.
<h1-h6> - Represents 6 Html headings.
<title> - Represents the title of the document.
<em> - Phrase tag emphasizes text.
<strong> - Phrase tag defines important text.
<a> - Represents a hyperlink to travel to another page.
<body> - Represents the documents body.
<br> - Makes a single line break.
<html> - tells the browser that this is a html document.
<img> - Represents an image in the html document.
<link> - defines a link between the document and an external resource.
<ol> - Represents an ordered list.
<ul> - Represents an unordered list.
<li> - Represents list items.
<p> - Represents a paragraph tag.
<td>
<thead>
<tr>
<!DOCTYPE> - Represents the document type.
<head> - Represents the container of all the head elements.
<h1-h6> - Represents 6 Html headings.
<title> - Represents the title of the document.
<em> - Phrase tag emphasizes text.
<strong> - Phrase tag defines important text.
<a> - Represents a hyperlink to travel to another page.
<body> - Represents the documents body.
<br> - Makes a single line break.
<html> - tells the browser that this is a html document.
<img> - Represents an image in the html document.
<link> - defines a link between the document and an external resource.
<ol> - Represents an ordered list.
<ul> - Represents an unordered list.
<li> - Represents list items.
<p> - Represents a paragraph tag.
<td>
<thead>
<tr>
Comments
Post a Comment