answersLogoWhite

0

The <B> tag always displays bold text. The <I> tag always displays italicized text. The <EM> tag is used to emphasize text. * The <Strong> tag is used to emphasize text in a stronger manner. * All four tags will work with major browsers and are part of the current standards for HTML and XHTML. Despite some people's insistence to the contrary, none of these tags have been deprecated.

* - Every browser views emphasis differently (some browsers will italicize it, bold it, or even use it in combination).

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the tags in HTML surronded by?

HTML tags are put between &lt;&gt;. Example: &lt;FONT size="2"&gt;


How are tags represented in HTML code?

tags are represented between for eg. ,


What is the difference between Atom and RSS feeds?

Only the HTML tags differ Atom Feed is similar to RSS Fees but it differ only in HTML tag


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


What are the requirements for valid XHTML coding syntax?

The requirement for a valid XHTML is that all the tags should be closed. This is actually the difference between HTML and XHTML.


What is the similarity's between HTML and xml?

HTML and XML both are markup languages. These languages use tags for functionality.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


Between which set of tags does most of the content of your webpage need to be placed?

In most cases, everything except the DOCTYPE declaration will be between &lt;html&gt; tags. The visible content of your page will usually be between &lt;body&gt; tags.