There are some HTML Tags that you should know.
<!DOCTYPE> - Defines the HTML Types
<html> - Defines the root of an HTML Document
<body> - Defines the document's body
<h1> to <h6> - Defines HTML headings
<!--....--> - Defines a comment
<a> - Defines a hyperlink
<abbr> - Defines an abbreviation pr acronym
<address> - Defines contact information for the authorlowher of a document
<area> - Defines an area inside an image map
<article> - Defines an article
<audio> - Defines enbedded sound content
<b> - Defines bold text
<base> - Specifies the base URL/ target for all relative URLs in a document
CSS - Specifies a default color, size, and font for all text in a document
<bdi> - Isolates a part of text that different direction from cther text outside it
<bdo> - Overrides the current text direction
<br> - Defines asingle line break
<buttom> - Defines a click able button
<canvas> - used to draw graphics on the fly, via scripting (usually JavaScript)
<cite> - Defines the title of a work
<code> - Defines a piece of computer code
<col> - Specifies column properties for each column within a <colgroup> element
<data> Adds a machiene-readable transiation of a given content
<datalist> - Specifies a list of predefined options for input controls
<dd> - Defines a description/value of a term in a description list
<details> - Defines additional details that the user can view or hide
<dfn> - Specifies a term that is going to be defined within the content
<dialog> - Defines a dialog box or window
<div> Defines a section in a document
<di> Defines a description list
<dt> - Defines a term/name in a description list

0 Comments