Computer problems,Computer help
*AX SOFT>>>Programming & Design

What is the <Strong> tag for?


What is the <Strong> tag for?

In HTML, this makes any text contained between it and it's end tag </strong> into bold text.

Same as BOLD

It's usually for bold text, but the browser has some discretion how to render the text. It's the same relationship that exists between <EM> and <I>; see this question:
http://answers.yahoo.com/question/index;...

It highlights the text in a browser specific way.

For instance, on a browser on your cell phone, it may make more sense to make to italicize or underline the text to make it stand out. In a PC or Mac based browser, the site can set the CSS to make "strong" stand out any way the designer wishes.

The guys who originally invented HTML, intentionally didn't want to provide a lot of specific formatting. The idea being that terms like h1, h2 and strong, would be defined by the browser.

Later on, designers started demanding more control for PC and Mac browsers. Thus the table and font tag were born, and eventually the advent of CSS.

The originators of HTML were right. Now that you can make a page with 14 point Verdana with a hanging indent, you can't see it on most non-pc device like a cell phone.

The moral of the story is this: If you think your web page will only be used by Mac and PC users, you can use all the formatting that CSS allows. If you want it to work on any device, use the old school tags like "strong".

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • 8051 microprocessor assembly language code?

    Don't understand why the NOP instruction is there. Try another x-assembler such as ...

  • How can I tell if I have Sun Java SDK installed?

    All jdk come with a java compiler which is javac.exe search for javac.exe. It should be in jdk....../bin/javac.exe if you can find one.Then jdk is installed. Set path variable to get access fr...

  • Is there a benefit of using "rel=nofollow" on internal and external links?

    rel=nofollow was added by the search engines to mean "don't count this link as a vote". For example, part of how PageRank works is the number of incoming links a page receives. If...

  • I want to host myself of my webcam, I want to get paid for this.?

    Depending on what you're planning to do in front of your camera, I might just host the thing myself! ;)

    ...
  • Can someone check how this webpage look in other browsers?

    there is a site which will take a snapshot of what a site looks like in many different browsers, on many different operating systems, which you can then view - you can find it here: ...

  • C Programmers I need help!!?

    Hon, the best way to learn is to teach yourself! There is always room for improvement. I'm sure that you will certainly get better if you practice more and get the hang of it. If you want I c...

  • About content management for website?

    Try drupal/vbulletin/joomla or else you may contact a web designer at website like ...

  • Can you help correct my java code?

    type, out, name Change type to typex, out to outx, and name to namex just to make sure you are not using reserved words. ------------- double celcius needs a semicolon. ---------------- Is t...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster