answersLogoWhite

0

In HTML 5, you generally want to apply a bold-face to headers (<h1 - h6>) and to the <strong> and <b> tags.

This is, however, a design decision, so there is no right or wrong answer.

To apply the bold face to a tag, use CSS, like so:

b, strong, h1, h2, h3, h4, h5, h6 { font-weight:bold; }

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How should the bolded words in the sentence be contracted?

You should not look at anyone else's paper during the exam. sh'ldn't should't shouldn't shouldnot


Do titles of books need to be bolded?

Titles of books and periodicals should be put in italics.


What html codes can be used on Myspace?

There are multiply html codes that can be used on Myspace, whether if it's trying to change one's layout or dividing texts. The main html codes that are used on Myspace is probably &heart; andtext.


What should be the first line of your HTML file?

The first line of your HTML file should start with &lt;!DOCTYPE HTML PUBLIC.... The first line of the actual HTML code begins with the &lt;html&gt; tag.


Which sound device is expressed by the bolded letters?

No bolded letters; ergo, no possible answer.


Why is the N in Avenged Sevenfold bolded?

The band never gave a reason for why the N is bolded.


How can you find if your computer is HTML?

HTML is not a type of computer. HTML (HyperText Markup Language) is a common markup language (computer code) that is used to make webpages. Web browsers like Internet Explorer are used to interpret and read these HTML code in an HTML file (a web page) so that the layout of the page with its texts and images is displaced to you.


What is the best way to punctuate the bolded portion of the sentence?

The best way to punctuate the bolded portion of the sentence would be to use quotation marks, for example: &quot;This is the bolded portion of the sentence.&quot;


When was the Munich convention?

Also known as the "European Patent Convention" was held on 5 October 1973 http://www.epo.org/patents/law/legal-texts/html/epc/1973/e/ma1.html


When making connections across two texts you should look for what the texts?

have in common


When creating an HTML file you should separate sections of HTML code with what?

spaces


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.