0% found this document useful (0 votes)
55 views3 pages

Voice Tape

The document defines HTML tags for formatting text, embedding images and media, creating forms, and organizing the structure and semantics of web pages. It provides the tag name and a brief description of what each tag is used for, such as <b> for bold text, <img> for images, <form> for collecting user input, and <header> to define the document header.

Uploaded by

Rico Morada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views3 pages

Voice Tape

The document defines HTML tags for formatting text, embedding images and media, creating forms, and organizing the structure and semantics of web pages. It provides the tag name and a brief description of what each tag is used for, such as <b> for bold text, <img> for images, <form> for collecting user input, and <header> to define the document header.

Uploaded by

Rico Morada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Basic HTML <bdo> Overrides the current text

direction
Tag Description
<big> Not supported in HTML5. Use
<!DOCTYPE> Defines the document type
CSS instead.
<html> Defines an HTML document Defines big text

<head> Defines information about the <blockquote> Defines a section that is


document quoted from another source

<title> Defines a title for the <center> Not supported in HTML5. Use
document CSS instead.
Defines centered text
<body> Defines the document's body
<cite> Defines the title of a work
<h1> to Defines HTML headings
<h6> <code> Defines a piece of computer
code
<p> Defines a paragraph
<del> Defines text that has been
<br> Inserts a single line break deleted from a document
<hr> Defines a thematic change in <dfn> Represents the defining
the content instance of a term
<!--...--> Defines a comment <em> Defines emphasized text

<font> Not supported in HTML5. Use


Formatting CSS instead.
Defines font, color, and size
Tag Description for text
<acronym> Not supported in HTML5. Use <i> Defines a part of text in an
<abbr> instead. alternate voice or mood
Defines an acronym
<ins> Defines a text that has been
<abbr> Defines an abbreviation or an inserted into a document
acronym
<kbd> Defines keyboard input
<address> Defines contact information
for the author/owner of a <mark> Defines marked/highlighted
document/article text

<b> Defines bold text <meter> Defines a scalar


measurement within a
<bdi> Isolates a part of text that known range (a gauge)
might be formatted in a
different direction from other <pre> Defines preformatted text
text outside it
<progress> Represents the progress of a Forms and Input
task
Tag Description
<q> Defines a short quotation
<form> Defines an HTML form for user
<rp> Defines what to show in input
browsers that do not support
<input> Defines an input control
ruby annotations
<textarea> Defines a multiline input control
<rt> Defines an
(text area)
explanation/pronunciation of
characters (for East Asian <button> Defines a clickable button
typography)
<select> Defines a drop-down list
<ruby> Defines a ruby annotation
(for East Asian typography) <optgroup> Defines a group of related
options in a drop-down list
<s> Defines text that is no longer
correct <option> Defines an option in a drop-
down list
<samp> Defines sample output from
a computer program <label> Defines a label for an <input>
element
<small> Defines smaller text
<fieldset> Groups related elements in a
<strike> Not supported in HTML5. Use form
<del> or <s> instead.
Defines strikethrough text <legend> Defines a caption for a <fieldset>
element
<strong> Defines important text
<datalist> Specifies a list of pre-defined
<sub> Defines subscripted text options for input controls
<sup> Defines superscripted text <output> Defines the result of a
calculation
<template> Defines a template

<time> Defines a date/time


Frames
<tt> Not supported in HTML5. Use
CSS instead. Tag Description
Defines teletype text
<frame> Not supported in HTML5.
<u> Defines text that should be Defines a window (a frame) in a
stylistically different from frameset
normal text
<frameset> Not supported in HTML5.
<var> Defines a variable Defines a set of frames
<wbr> Defines a possible line-break <noframes> Not supported in HTML5.
Defines an alternate content for
users that do not support Links
frames
Tag Description
<iframe> Defines an inline frame
<a> Defines a hyperlink

<link> Defines the relationship between a


Images document and an external resource
(most used to link to style sheets)
Tag Description
<nav> Defines navigation links
<img> Defines an image

<map> Defines a client-side image-map


Styles and Semantics
<area> Defines an area inside an
image-map Tag Description

<canvas> Used to draw graphics, on the <style> Defines style information for a
fly, via scripting (usually document
JavaScript)
<div> Defines a section in a document
<figcaption> Defines a caption for a <figure>
<span> Defines a section in a document
element
<header> Defines a header for a
<figure> Specifies self-contained content
document or section
<picture> Defines a container for multiple
<footer> Defines a footer for a document
image resources
or section
<svg> Defines a container for SVG
<main> Specifies the main content of a
graphics
document

<section> Defines a section in a document


Audio / Video
<article> Defines an article
Tag Description
<aside> Defines content aside from the
<audio> Defines sound content page content

<source> Defines multiple media <details> Defines additional details that


resources for media elements the user can view or hide
(<video>, <audio> and
<dialog> Defines a dialog box or window
<picture>)
<summary> Defines a visible heading for a
<track> Defines text tracks for media
<details> element
elements (<video> and <audio>)
<data> Links the given content with a
<video> Defines a video or movie
machine-readable translation

You might also like