answersLogoWhite

0


Best Answer

In the Html the bold tag is used to bold the sentence.....

Ex:

<b>xxxx</b>

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are different tags of HTML in bold?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Name three TML tags?

HTML Tags: Body Header Bold Underline Table DIV META SCRIPT


What are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


What are the different kinds of HTML tags attribute?

HTML is a markup language, thus has a number of tags. Some very common tags are &lt;p&gt;,&lt;a&gt;&lt;body&gt; etc.


What are 25 HTML tags and explaining there functions?

25 HTML tags with their functions can be defined. These are a Bold Italic align p link meta script body html head div span audio video height width font center etc.


What are translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


Different of HTML tags?

&lt;p&gt;Paragraph&lt;/&gt; Next Line&lt;br /&gt; &lt;font color="red"&gt;This is Red!&lt;/font&gt; &lt;b&gt;Bold&lt;/b&gt; &lt;i&gt;Italic&lt;/i&gt; &lt;strike&gt;Strikethrough&lt;/strike&gt; These are the basic HTML tags


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 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 is function of HTML code?

HTML code sends instructions to a browser defining the format of the page. For example, you can use the &lt;b&gt;&lt;/b&gt; tags to tell the browser to display something in bold text.


What does HTML use tags for?

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


How do you make bold a different color in HTML?

&lt;strong style="color: red;"&gt;Red Bold&lt;/strong&gt;