0% found this document useful (0 votes)
24 views2 pages

AB3

The document describes various HTML tags, including the obsolete blink tag, blockquote for long quotations, and the body tag for main content. It outlines their usage, browser support, and specific attributes, emphasizing deprecated attributes for styling. Additionally, it covers the button tag and its attributes for form creation and interaction.

Uploaded by

nallamaniartsbca
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)
24 views2 pages

AB3

The document describes various HTML tags, including the obsolete blink tag, blockquote for long quotations, and the body tag for main content. It outlines their usage, browser support, and specific attributes, emphasizing deprecated attributes for styling. Additionally, it covers the button tag and its attributes for form creation and interaction.

Uploaded by

nallamaniartsbca
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

Description The HTML tag is used to enclose a text to make it blink.

This tag was supported


by Netscape and now this is obsolete. Example

This text will blink in Netscape Version 5.0

This will produce the following result: This text will blink in Netscape Version 5.0 Browser
Support Chrome Firefox IE Opera Safari Android HTML 179 Not Supported Not Supported
Not Supported Not Supported Not Supported Not Supported HTML

Tag Description The HTML

tag is used for indicating long quotations (i.e. quotations that span multiple lines). It should
contain only block-level elements within it, and not just plain text. Example

Browsers generally render blockquote text as indented text. If your quoted text needs to
display within a non-quoted paragraph, you should use the HTML q tag. Most browsers
surround q text with quotation marks.
Browsers generally render blockquote text as indented text. If your quoted text needs to
display within a non-quoted paragraph, you should use the HTML q tag. Most browsers
surround q text with quotation marks.
This will produce the following result: Browsers generally render blockquote text as indented
text. If your quoted text needs to display within a non-quoted paragraph, you should use the
HTML q tag. Most browsers surround q text with quotation marks. “Browsers generally
render blockquote text as indented text. If your quoted text needs to display within a non-
quoted paragraph, you should use the HTML q tag. Most browsers surround q text with
quotation marks” Global Attributes This tag supports all the global attributes described in -
HTML Attribute Reference Specific Attributes The HTML
tag also supports the following additional attributes: HTML 180 Attribute Value Description
cite URL URL of the quote, if it is taken from the web. Event Attributes This tag supports all
the event attributes described in - HTML Events Reference Browser Support Chrome Firefox
IE Opera Safari Android Yes Yes Yes Yes Yes Yes HTML
Tag Description The HTML
tag is used for indicating the main content section of the HTML document. The body tag is
placed between the and the tags. Example
Body of the document...
This will produce the following result: Body of the document... Global Attributes This tag
supports all the global attributes described in - HTML Attribute Reference HTML 181
Specific Attributes The HTML
tag also supports the following additional attributes: Attribute Value Description alink
rgb(x,x,x) #xxxxxx colorname Deprecated - Specifies the color of the active links in the
document. background URL Deprecated - Specifies the background image file path. bgcolor
rgb(x,x,x) #xxxxxx colorname Deprecated - Specifies the background color. link rgb(x,x,x)
#xxxxxx colorname Deprecated - Specifies the color of all the links in the document. text
rgb(x,x,x) #xxxxxx colorname Deprecated - Specifies the color of the text in the document.
vlink rgb(x,x,x) #xxxxxx colorname Deprecated - Specifies the color of the visited links in
the document. Event Attributes This tag supports all the event attributes described in - HTML
Events Reference Browser Support Chrome Firefox IE Opera Safari Android Yes Yes Yes
Yes Yes Yes HTML 182 HTML
Tag Description The HTML
tag is used to give a line break. Example
This is before the line break
and this after the line break.

This will produce the following result: This is before the line break and this after the line
break. Global Attributes This tag supports all the global attributes described in - HTML
Attribute Reference Event Attributes This tag supports all the event attributes described in -
HTML Events Reference Browser Support Chrome Firefox IE Opera Safari Android Yes Yes
Yes Yes Yes Yes HTML Button Tag Description The HTML tag is used for creating a button
within HTML form. You can also use tag to create similar buttons. HTML 183
Example
Click Me
This will produce the following result: Top of Form Click Me Global Attributes This tag
supports all the global attributes described in - HTML Attribute Reference Specific Attributes
The HTML tag also supports the following additional attributes: Attribute Value Description
autofocus autofocus Specifies that the button should have input focus when the page loads.
disabled disabled Specifies the button is disabled. form form_id Specifies the forms to which
button belongs. formaction URL Specifies the link where the form submits. formenctype
application multipart/form-data text/plain Specifies how the form data is encoded before
sending it to server. HTML 184 formmethod get post Specifies how to send form data.
formnovalidate formnovalidate Specifies that the form data should not be validated.
formtarget _blank _self _parent _top Specifies where the response should be validated. name
name Specifies the button name. type button reset submit Specifies the button type. value text
Specifies button's initial value. Event Attributes This tag supports all the event attributes
described in - HTML Events Reference Browser Support Chrome Firefox IE Opera Safari
Yes Yes Yes Yes Yes HTML Tag Description The HTML tag is for drawing graphics, ani

You might also like