Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
44 views
13 pages
All HTML Tags
Uploaded by
Syed Ibrahim
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
Download
Save
Save All HTML Tags For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
44 views
13 pages
All HTML Tags
Uploaded by
Syed Ibrahim
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
Carousel Previous
Carousel Next
Download
Save
Save All HTML Tags For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 13
Search
Fullscreen
Tag Description
<!--...--> Defines a comment
<!DOCTYPE> Defines the document type
<a> Defines a hyperlink
<abbr> Defines an abbreviation or an acronym
<acronym> Not supported in HTML5.
Use <abbr> instead.
Defines an acronym
<address> Defines contact information for the
author/owner of a document
<applet> Not supported in HTML5.
Use <embed> or <object> instead.
Defines an embedded applet
<area> Defines an area inside an image map
<article> Defines an article
<aside> Defines content aside from the page content
<audio> Defines embedded sound content
<b> Defines bold text
<base> Specifies the base URL/target for all relative
URLs in a document
<basefont> Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all
text in a document
<bdi> Isolates a part of text that might be
formatted in a different direction from other
text outside it
<bdo> Overrides the current text direction
<big> Not supported in HTML5. Use CSS instead.
Defines big text
<blockquote> Defines a section that is quoted from another
source
<body> Defines the document's body
<br> Defines a single line break
<button> Defines a clickable button
<canvas> Used to draw graphics, on the fly, via
scripting (usually JavaScript)
<caption> Defines a table caption
<center> Not supported in HTML5. Use CSS instead.
Defines centered text
<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
<colgroup> Specifies a group of one or more columns in
a table for formatting
<data> Adds a machine-readable translation of a
given content
<datalist> Specifies a list of pre-defined options for
input controls
<dd> Defines a description/value of a term in a
description list
<del> Defines text that has been deleted from a
document
<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
<dir> Not supported in HTML5. Use <ul> instead.
Defines a directory list
<div> Defines a section in a document
<dl> Defines a description list
<dt> Defines a term/name in a description list
<em> Defines emphasized text
<embed> Defines a container for an external
application
<fieldset> Groups related elements in a form
<figcaption> Defines a caption for a <figure> element
<figure> Specifies self-contained content
<font> Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
<footer> Defines a footer for a document or section
<form> Defines an HTML form for user input
<frame> Not supported in HTML5.
Defines a window (a frame) in a frameset
<frameset> Not supported in HTML5.
Defines a set of frames
<h1> to <h6> Defines HTML headings
<head> Contains metadata/information for the
document
<header> Defines a header for a document or section
<hgroup> Defines a header and related content
<hr> Defines a thematic change in the content
<html> Defines the root of an HTML document
<i> Defines a part of text in an alternate voice or
mood
<iframe> Defines an inline frame
<img> Defines an image
<input> Defines an input control
<ins> Defines a text that has been inserted into a
document
<kbd> Defines keyboard input
<label> Defines a label for an <input> element
<legend> Defines a caption for a <fieldset> element
<li> Defines a list item
<link> Defines the relationship between a document
and an external resource (most used to link
to style sheets)
<main> Specifies the main content of a document
<map> Defines an image map
<mark> Defines marked/highlighted text
<menu> Defines an unordered list
<meta> Defines metadata about an HTML document
<meter> Defines a scalar measurement within a
known range (a gauge)
<nav> Defines navigation links
<noframes> Not supported in HTML5.
Defines an alternate content for users that do
not support frames
<noscript> Defines an alternate content for users that do
not support client-side scripts
<object> Defines a container for an external
application
<ol> Defines an ordered list
<optgroup> Defines a group of related options in a drop-
down list
<option> Defines an option in a drop-down list
<output> Defines the result of a calculation
<p> Defines a paragraph
<param> Defines a parameter for an object
<picture> Defines a container for multiple image
resources
<pre> Defines preformatted text
<progress> Represents the progress of a task
<q> Defines a short quotation
<rp> Defines what to show in browsers that do not
support ruby annotations
<rt> Defines an explanation/pronunciation of
characters (for East Asian typography)
<ruby> Defines a ruby annotation (for East Asian
typography)
<s> Defines text that is no longer correct
<samp> Defines sample output from a computer
program
<script> Defines a client-side script
<search> Defines a search section
<section> Defines a section in a document
<select> Defines a drop-down list
<small> Defines smaller text
<source> Defines multiple media resources for media
elements (<video> and <audio>)
<span> Defines a section in a document
<strike> Not supported in HTML5.
Use <del> or <s> instead.
Defines strikethrough text
<strong> Defines important text
<style> Defines style information for a document
<sub> Defines subscripted text
<summary> Defines a visible heading for a <details>
element
<sup> Defines superscripted text
<svg> Defines a container for SVG graphics
<table> Defines a table
<tbody> Groups the body content in a table
<td> Defines a cell in a table
<template> Defines a container for content that should
be hidden when the page loads
<textarea> Defines a multiline input control (text area)
<tfoot> Groups the footer content in a table
<th> Defines a header cell in a table
<thead> Groups the header content in a table
<time> Defines a specific time (or datetime)
<title> Defines a title for the document
<tr> Defines a row in a table
<track> Defines text tracks for media elements
(<video> and <audio>)
<tt> Not supported in HTML5. Use CSS instead.
Defines teletype text
<u> Defines some text that is unarticulated and
styled differently from normal text
<ul> Defines an unordered list
<var> Defines a variable
<video> Defines embedded video content
<wbr> Defines a possible line-break
You might also like
List of HTML Tags: Tag Description
PDF
80% (5)
List of HTML Tags: Tag Description
5 pages
HTML Tags
PDF
67% (3)
HTML Tags
4 pages
Hypertext Markup Language (HTML) Fundamentals: How to Master HTML with Ease
From Everand
Hypertext Markup Language (HTML) Fundamentals: How to Master HTML with Ease
Steven Bright
No ratings yet
HTML
PDF
No ratings yet
HTML
11 pages
HTM by Alphabet
PDF
No ratings yet
HTM by Alphabet
119 pages
Fast HTML Tags
PDF
No ratings yet
Fast HTML Tags
3 pages
HTML Tags
PDF
No ratings yet
HTML Tags
4 pages
HTML Tags Ordered Alphabetically
PDF
No ratings yet
HTML Tags Ordered Alphabetically
12 pages
HTML Tags: Tag Description
PDF
No ratings yet
HTML Tags: Tag Description
2 pages
HTML Element Reference
PDF
No ratings yet
HTML Element Reference
19 pages
All Tags For HTMLLL
PDF
No ratings yet
All Tags For HTMLLL
3 pages
HTML Tags Ordered Alphabetically
PDF
No ratings yet
HTML Tags Ordered Alphabetically
5 pages
HTML Tags
PDF
No ratings yet
HTML Tags
11 pages
HTML & CSS Tag W3
PDF
No ratings yet
HTML & CSS Tag W3
56 pages
Basic HTML
PDF
No ratings yet
Basic HTML
10 pages
HTML Tags and Func
PDF
No ratings yet
HTML Tags and Func
5 pages
HTML List
PDF
No ratings yet
HTML List
8 pages
المرجع الخاص بالاتش تى ام ال (Lecture 37)
PDF
No ratings yet
المرجع الخاص بالاتش تى ام ال (Lecture 37)
4 pages
HTML by Category
PDF
No ratings yet
HTML by Category
4 pages
Basic HTML
PDF
No ratings yet
Basic HTML
6 pages
Noora Kamil Ul Qadri Feroz Sons 1969
PDF
100% (1)
Noora Kamil Ul Qadri Feroz Sons 1969
83 pages
Codebreaker
PDF
No ratings yet
Codebreaker
3 pages
All HTML Tags
PDF
No ratings yet
All HTML Tags
12 pages
HTML Tag
PDF
100% (1)
HTML Tag
6 pages
3 HTML
PDF
No ratings yet
3 HTML
20 pages
HTML Tags
PDF
No ratings yet
HTML Tags
13 pages
HTML Tags
PDF
No ratings yet
HTML Tags
3 pages
HTML Tags 2
PDF
No ratings yet
HTML Tags 2
3 pages
HTML Element Reference
PDF
No ratings yet
HTML Element Reference
6 pages
HTML Element Reference: HTML Tags Ordered by Category
PDF
No ratings yet
HTML Element Reference: HTML Tags Ordered by Category
7 pages
HTML Tags
PDF
No ratings yet
HTML Tags
4 pages
HTML Tags
PDF
No ratings yet
HTML Tags
2 pages
HTML Tags
PDF
No ratings yet
HTML Tags
2 pages
Reference 1 - HTML Tag Reference
PDF
No ratings yet
Reference 1 - HTML Tag Reference
4 pages
HTML5 Visual Cheat Sheet (Reloaded)
PDF
100% (7)
HTML5 Visual Cheat Sheet (Reloaded)
1 page
HTML5 Elements
PDF
No ratings yet
HTML5 Elements
5 pages
HTML TAGS Notes PDF
PDF
No ratings yet
HTML TAGS Notes PDF
18 pages
HTML
PDF
No ratings yet
HTML
2 pages
HTML Tags PDF
PDF
No ratings yet
HTML Tags PDF
7 pages
html5 Tag Cheat Sheet 2019
PDF
No ratings yet
html5 Tag Cheat Sheet 2019
1 page
HTML Tags
PDF
No ratings yet
HTML Tags
4 pages
HTML Reference PDF
PDF
No ratings yet
HTML Reference PDF
6 pages
Ict Main Notes
PDF
No ratings yet
Ict Main Notes
11 pages
HTML Tag Reference
PDF
100% (1)
HTML Tag Reference
3 pages
HTML Syntax: Tag Description
PDF
No ratings yet
HTML Syntax: Tag Description
8 pages
HTML Tags Ordered Alphabetically
PDF
No ratings yet
HTML Tags Ordered Alphabetically
6 pages
HTML Tags With Details
PDF
No ratings yet
HTML Tags With Details
4 pages
HTML 5
PDF
0% (1)
HTML 5
110 pages
Web Assignment 1
PDF
No ratings yet
Web Assignment 1
5 pages
HTML Tags Ordered by Category: Tag Description
PDF
No ratings yet
HTML Tags Ordered by Category: Tag Description
10 pages
HTML Unit-1
PDF
No ratings yet
HTML Unit-1
142 pages
HTML 5
PDF
No ratings yet
HTML 5
8 pages
Ordered Alphabetically
PDF
No ratings yet
Ordered Alphabetically
4 pages
HTML Tags List
PDF
No ratings yet
HTML Tags List
7 pages
Ordered by Function: Tag Description Basic
PDF
No ratings yet
Ordered by Function: Tag Description Basic
4 pages
HTML Basic Document: HTML Quick List From W3Schools
PDF
No ratings yet
HTML Basic Document: HTML Quick List From W3Schools
13 pages
HTML Tags and Uses
PDF
No ratings yet
HTML Tags and Uses
3 pages
Luzuriaga, Mico D. 03/08/2025 Bsit - 1H Itec 50
PDF
No ratings yet
Luzuriaga, Mico D. 03/08/2025 Bsit - 1H Itec 50
3 pages
HTML5 Reference: An Alphabetical Guide
From Everand
HTML5 Reference: An Alphabetical Guide
Jo Foster
No ratings yet
Html5: QuickStudy Laminated Reference Guide
From Everand
Html5: QuickStudy Laminated Reference Guide
Robin Nixon
5/5 (1)
FR 250127 en Shaftalign Data Sheet
PDF
No ratings yet
FR 250127 en Shaftalign Data Sheet
4 pages
AI Agent Minor Project Report
PDF
No ratings yet
AI Agent Minor Project Report
28 pages
Document Object Model
PDF
No ratings yet
Document Object Model
48 pages
Classification 1 Definition and Classification of Cyber Crime
PDF
No ratings yet
Classification 1 Definition and Classification of Cyber Crime
8 pages
Onkyo TX NR 616 Service Manual PDF
PDF
No ratings yet
Onkyo TX NR 616 Service Manual PDF
138 pages
Array Leetcode PDF
PDF
No ratings yet
Array Leetcode PDF
4 pages
Class 11 English Guess (2025) - 1
PDF
75% (4)
Class 11 English Guess (2025) - 1
20 pages
Trainee - Software Engineer - JD + JNF (Engineering)
PDF
No ratings yet
Trainee - Software Engineer - JD + JNF (Engineering)
2 pages
Module II - Form Object
PDF
No ratings yet
Module II - Form Object
35 pages
DXX 8170 Cluster Node
PDF
100% (1)
DXX 8170 Cluster Node
2 pages
ICT JSS2 Third Term
PDF
No ratings yet
ICT JSS2 Third Term
3 pages
AJP Practicals: Practical 1
PDF
No ratings yet
AJP Practicals: Practical 1
37 pages
EpiServer JohannesRevisionNotes
PDF
No ratings yet
EpiServer JohannesRevisionNotes
47 pages
EC8661 VLSI Design Lab Manual
PDF
100% (3)
EC8661 VLSI Design Lab Manual
76 pages
What Is Functional Programming and Why Use It?: Bootcamp 101 Tech Tips Career Guides Tech Trends Student Success
PDF
No ratings yet
What Is Functional Programming and Why Use It?: Bootcamp 101 Tech Tips Career Guides Tech Trends Student Success
16 pages
Paper DNA TechnicalReport
PDF
No ratings yet
Paper DNA TechnicalReport
34 pages
College Time Table Generation Abstract
PDF
100% (2)
College Time Table Generation Abstract
5 pages
Recursion in Java
PDF
No ratings yet
Recursion in Java
59 pages
Blueprint For Supply Chain Visibility
PDF
No ratings yet
Blueprint For Supply Chain Visibility
16 pages
DQM - Roles and Responsibilities - 03-17-2021 - SM
PDF
No ratings yet
DQM - Roles and Responsibilities - 03-17-2021 - SM
45 pages
REN UM-WI-039 DA16200 DA16600 MultiDownloader Rev 1v3 MAT 20230703
PDF
No ratings yet
REN UM-WI-039 DA16200 DA16600 MultiDownloader Rev 1v3 MAT 20230703
20 pages
Document 5
PDF
No ratings yet
Document 5
16 pages
Information Retrieval System
PDF
No ratings yet
Information Retrieval System
10 pages
Overset Meshing in Ansys Fluent
PDF
No ratings yet
Overset Meshing in Ansys Fluent
28 pages
HPE ProLiant DL365 Gen11
PDF
No ratings yet
HPE ProLiant DL365 Gen11
46 pages
Chapter 2 - TCP/IP Architecture
PDF
No ratings yet
Chapter 2 - TCP/IP Architecture
22 pages
Raunak Resume
PDF
No ratings yet
Raunak Resume
1 page
Intermediate Javascript: Nanodegree Program Syllabus
PDF
No ratings yet
Intermediate Javascript: Nanodegree Program Syllabus
10 pages
MTM18 Final Report
PDF
No ratings yet
MTM18 Final Report
24 pages
Data Structures Book
PDF
No ratings yet
Data Structures Book
321 pages