answersLogoWhite

0


Best Answer

The most appropriate element for making a word "stand out" would be to use the emphasis element.

<em>This</em> word would be emphasized.

Most browsers will automatically turn the emphasized text into italics, but that's not necessarily correct. To be sure, you'll want to include the em element in your CSS.

You could also use <strong> in a similar fashion. Strong indicates that the word should be stressed, and most browsers indicate that stressing using bold faced text. Same as with em, however, you'll want to be sure you CSS references that.

If neither of those really do it for you, we also have <i></i> and <b></b>, which will cause the text to be italicized or bolded, respectively. The use of these is non-semantic (as they don't describe the data they contain, but merely act as a command on how that data should be presented) but they're available to us again in HTML5. Whether you want to use them or not is up to you. I have found them useful when the format of the text is being done solely for its own sake (for instance, in MLA styled footnotes, where italics and bold do not indicate stress.)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML code for making a word stand out from he others?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does HTML stand for and what is it?

HTML stands for Hypertext Markup Language, and it is the most basic form of code for making a website. it uses the same format whether your using Xhtml, Html, Css, Css3, Html5, and so on...


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps &lt;:


How HTML featuers help us?

HTML features help us by making necessary amendments to our code. We do not need to worry about the mistakes.


What is HTML code?

AN HTML code is a code used to manipulate the web and tell it to do things.e.g when you are making a website you might want to add a link to an other website by saying


What Is The Code To Show An Html A Text?

&lt;code&gt;&lt;code&gt;HTML TEXT HERE&lt;/code&gt;&lt;/code&gt;


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How do you pull up your HTML code?

You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


What Pokemon game has a HTML code?

No game has HTML code because HTML is only for web design.


What is the name given to a piece of HTML code?

There is no specific name to a piece of HTML code. It is just an HTML code written in markup language.


How do you do an HTML code for making a link?

&lt;a href="url or relative path"&gt;Text to click on to go to new page&lt;/a&gt;


Can you see the HTML code in Kompozer?

Yes, you can see the HTML code in Kompozer.


What is the importance of a php server?

A browser (firefox, chrome, opera, internet explorer etc) cannot read anything but html. The job of converting php code into html code is handled by a PHP Server (Apache, IIS or others).