HTML Tags

Tag Name Description
<!----> Comment Tag Describe a comment text in the source code
<!DOCTYPE> Document Tag Defines a document type
<a> Anchor Tag Specifies a anchor (Hyperlink) Use for link in internal/external web documents.
<article> Article Tag Defines an Article
<audio> Audio Tag Specifies audio content
<blockquote> blockquote Tag specifies long Quotes
<body> Body Tag Defines the body of the html
<br> Break Line Tag specifies to break a line between elements
<button> Button Tag Creates a press/push button
<caption> Caption Tag Defines a table caption
<div> Division Tag Divises up the html page into its own sections
<footer> Footer Tag Defines a footer section containing details about the author, copyright, contact us, sitemap, or links to related documents.
<h1> - <h6> Heading Tags h1-h6 is headings from h1 being the biggest to h6 being the smallest
<head> Head Tag The Head holds all the meta data including links to stylesheets and extra content
<header> Header Tag Defines the top section usually the title or nav would go here
<hr> Horizontal Line Break Tag Draws a visible line across the html page
<img> Image Tag To place an image in your html usually followed by a src=""
<input> Input Tag Use this to specify how the users inputs information into a form
<li> List Tag This tag is used inside a <ul>/<ol> to list items
<link> Link Tag Used to import a external stylesheet
<nav> Nav Tag Used to defines group of navigations links
<ol> Order List Tag Used to make an ordered list meaing numbered dot points
<p> Paragraph Tag Define the paragraphs of the html
<section> Section Tag defines Sections of the html
<span> Span Tag Used to inline styling
<strong> Bold Tag To emphasis a point in text
<table> Table Tag The wrapper element for all HTML tables
<tbody> Table Body Tag The set of rows containing actual table data
<td> Table Data Tag The table row container
<tfoot> Table Foot Tag The set of rows defining the footer in a table
<th> Table Heading Tag Used to give headings to each column of the table
<thead> Table Head Tag The set of rows defining the column headers in a table
<title> Title Tag Give a title to the html
<tr> Table Row Tag The table row container
<ul> Unordered List Tag Creates an unordered list meaning dot points
<video> Video tag Creates a video slot within html