• Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

HTML Code Tag

August 12, 2013 by techhoneyadmin

HTML Code TagHTML Code Tag is used to classify a snippet of computer code within an HTML resource or webpage.

We can also say that whenever we want the browser to distinctively identify a piece of computer code we wrap the snippet of the code in the Code Tag.


HTML Code Tag Syntax

<code>
Some Computer Code here..
</code>

HTML Code Tag Example

HTML Code Tag Code Output

Below is the code
of a function
to square a number

<code>
number Function square(number)
{
Var Result;
Result = number*number;
Return result;
}
</code>
Below is the code of a function to square a number


number Function square(number)
{
Var Result;
Result = number*number;
Return Result;
}

In the HTML Code Tag example above we can see that the sample function code to square a number is being rendered in a different format than the text neighboring it this is how the  Code Tag differentiates between the normal text and text within the HTML Code Tag.

HTML Code Tag Support all HTML Global Attributes and HTML Event Attributes.


HTML Code Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Code tag html, Code tag in html, How to use code tag in html, How to use html code tag, HTML Code Tag, Html code tag example, Html code tag syntax, Html tag code, Html tag for code, HTMLCodeTag, Syntax of html code tag, Tag html code, Using code tag in html, Using html code tag, What is the use of html code tag, Writing code in html

HTML EM Tag

August 12, 2013 by techhoneyadmin

HTML Em TagHTML EM tag is used to emphasize a text within an HTML resource or webpage.

EM Tag needs to be closed by using the EM closing Tag </em>.

All the content which is wrapped between the opening and closing EM Tags will be rendered as emphasized on a browser.


HTML EM Tag Syntax

<em>
Some text here…
</em>

HTML Em Tag Example

HTML Em Tag Code Output
Tech Honey is a

Very good

website
Tech Honey is a

Very good

website

Here in the EM Tag example above we can see that the words “googd website” are wrapped in the EM Tag and hence are rendered as emphasized in the output section of the EM Tag example.

EM Tag support all HTML Global Attributes and HTML Event Attributes.


HTML Em Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Em html tag, Em tag html, emphasize text html, emphasize text in html, How to use em tag in html, How to use emphasize text in html, How to use html em tag, HTML em tag, html emphasize text, Html tag em, HTMLEmTag, Tag em html, Tag html em, text emphasize html, Using html em tag, What is em tag in html, What is html em tag, What is the use of html em tag

HTML Strong Tag

August 12, 2013 by techhoneyadmin

HTML Strong TagStrong Tag in HTML is used to define important text with an HTML resource or webpage.

In other words we can say that whenever we want to emphasize on a text then we use Strong Tag in HTML.

Strong Tag needs to be closed by using the closing Strong Tag </strong>

The text wrapped within the Strong Tag will be emphasized when rendered on a web browser.


HTML Strong Tag Syntax

<strong>
Some text here…
</strong>

HTML Strong Tag Example

HTML Strong Tag Code Output
&lt;br /&gt;<br />
Tech Honey is a&lt;br /&gt;<br />
&amp;lt;strong&amp;gt; good&amp;lt;/strong&amp;gt; website.
Tech Honey is a
good website.

Here in the HTML Strong Tag example above we can see that the text “good” which is within the Strong Tag is being emphasized while getting displayed on the browser.

HTML Strong Tag Supports HTML Global Attributes and HTML Event Attributes.


HTML Strong Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: How to emphasize text in html, How to use html strong tag, How to use strong html tag, HTML Strong tag, HTML tag strong, HTMLStrongTag, Strong HTML tag, Strong Tag, Strong tag html, Strong Tag in html, Using html strong tag, What is the use of html strong tag

HTML Definition Tag

August 12, 2013 by techhoneyadmin

HTML Definition TagHTML Definition Tag <dfn> is used to specify a definition for word or term.

The HTML Definition Tag <dfn> always surrounds the word or term which is being defined.

Definition HTML Tag needs to be closed using the closing Definition tag </dfn>.


Syntax of HTML Definition Tag <dfn>

<dfn>
Word or Term:
</dfn> The Definition of the word or term.

Example of HTML Definition Tag <dfn>

HTML Definition Tag Code Output
<dfn> Computer: </dfn>
A computer is a general purpose device
that can be programmed to carry out
a finite set of arithmetic or logical operations.
Computer: A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations.

Here in the above example we can see that the words “Computer” is formatted in a different way than the definition of the same and that is because we have wrapped the word “Computer” in  the HTML definition tag.

HTML Definition Tag <dfn> supports HTML Global Attributes and HTML Event Attributes.


HTML Definition Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Definition html tag, Definition tag html, Dfn tag, Example of html fn tag, How to use dfn html tag, How to use dfn tag html, How to use html tag dfn, How to write definition in html, Html definition tag, Html dfn tag, Html dfn tag example, Html tag definition, HTMLDfnTag, Syntax and example html dfn tag, Tag dfn html, Tag html dfn, Using dfn html tag, Using dfn tag for definition, Using tag hmtl dfn, Using the html dfn tag, What is the use of html dfn tag, Writing definition in html

HTML Small Tag

August 12, 2013 by techhoneyadmin

HTML Small Tag is used to define a smaller text in HTML.

In other words we can say that whenever we want to format some text to be smaller than the neighboring text we use the Small HTML Tag.


HTML Small Tag Syntax

<small>
Some text goes here..
</small>

HTML Small Tag Example

HTML Small Tag Code Output
<br />Tech Honey is the best website<br />for learning many technologies.<br />&lt;small&gt; Copyright www.techhhoney.com&lt;/small&gt;.<br />
Tech Honey is the best website for learning many technologies.
Copyright www.techhhoney.com.

Here we can see that the output of the Small Tag formats the words “Copyright www.techhhoney.com” differently than the other words in the same sentence. The text “Copyright www.techhhoney.com” is rendered much smaller than the other words and that’s the use if Small Tag.

HTML Small Tag supports all HTML Global Attributes and HTML Event Attributes


HTML Small Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Font small HTML, How to make text small in HTML, How to use HTML Small Tag, HTML Making text small, HTML Small, HTML Small font, HTML small Tag, HTML Small Tag Syntax and Example, HTML Small text, HTML text small, HTMLSmallTag, Making text small in HTML, Small Font HTML, Small HTML, Small HTML Font, Small HTML Tag, Small Tag HTML, Small Text in HTML, Tag Small HTML, Text small HTML, Use of HTML Small Tag, What is the use of HTML Small Tag

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Interim pages omitted …
  • Page 76
  • Go to Next Page »

Copyright © 2025 · Parallax Pro on Genesis Framework · WordPress · Log in