Skip to content

jansenjake/portfolio

Repository files navigation

#Tag # Description

BASIC HTML TAGS####

Defines the document type Defines an HTML document Contains metadata/information for the document <title> Defines a title for the document Defines the document's body

to

Defines HTML headings

Defines a paragraph
Inserts a single line break


Defines a thematic change in the content

########

FORMATTING TAGS

Tag Description Defines an acronym Defines an abbreviation or an acronym

Defines contact information for the author/owner of a document/article Defines bold text Isolates a part of text that might be formatted in a different direction from other text outside it Overrides the current text direction
Defines a section that is quoted from another source Defines the title of a work Defines a piece of computer code Defines text that has been deleted from a document Specifies a term that is going to be defined within the content Defines emphasized text Defines a part of text in an alternate voice or mood Defines a text that has been inserted into a document Defines keyboard input Defines marked/highlighted text Defines a scalar measurement within a known range (a gauge)
	Defines preformatted text
	Represents the progress of a task
	Defines a short quotation
	Defines what to show in browsers that do not support ruby annotations
	Defines an explanation/pronunciation of characters (for East Asian typography)
	Defines a ruby annotation (for East Asian typography)
	Defines text that is no longer correct
	Defines sample output from a computer program
	Defines smaller text
	Defines important text
	Defines subscripted text
	Defines superscripted text
	Defines a container for content that should be hidden when the page loads
	Defines a specific time (or datetime)

Defines some text that is unarticulated and styled differently from normal text Defines a variable Defines a possible line-break Forms and Input Tag Description

Defines an HTML form for user input Defines an input control <textarea> Defines a multiline input control (text area) Defines a clickable button Defines a drop-down list Defines a group of related options in a drop-down list Defines an option in a drop-down list Defines a label for an element Groups related elements in a form Defines a caption for a element Specifies a list of pre-defined options for input controls Defines the result of a calculation

FRAME TAGS

Tag Description

<iframe> Defines an inline frame

IMAGE RELATED TAGS

Tag Description Defines an image Defines a client-side image map Defines an area inside an image map Used to draw graphics, on the fly, via scripting (usually JavaScript)

Defines a caption for a element Specifies self-contained content Defines a container for multiple image resources Defines a container for SVG graphics

AUDIO & VIDEO TAGS

Tag Description Defines sound content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published