Welcome Guest[18.227.102.96], connected from Columbus, Ohio
How to make bold text in html
|
02-12-2010, 11:25 AM
(This post was last modified: 02-12-2010 11:26 AM by theman.)
Post: #1
|
|||
|
|||
How to make bold text in html
In the html code
<html> <b> THE TEXT </b> </html> so <b> </b> are the bold codes for html isnt it cool ? |
|||
Post: #2
|
|||
|
|||
RE: How to make bold text in html
Text can be accented in many different ways. The first of these is BOLD.
Bold is symbolized by a <b> in front of the text you want bold, and a </b> at the end of the area you want bold. Inserting text into your file that is surrounded by the bold tag will accentuate the text. Try following program. <!--<html> <head> <title> </title> </head> <body bgcolor="#ffff00"> <font color="#0000ff"> <h1 align="center"> My very first html page</h1> <font size="6"> Welcome to my html page <br> <center> where I am showing my html skills </center> </font> <p align="right"> <font size="4"> I want to learn everything I can about html </font> </p> <div align="left"> So I can make cool web pages</div> </font> </body> </html> --> |
|||
Post: #3
|
|||
|
|||
RE: How to make bold text in html
Code:[Highlight] <b></b> Are more simple to use... xP |
|||
Post: #4
|
|||
|
|||
RE: How to make bold text in html
Here is the answer to your question that
<HTML> <BODY> <b> TEXT </b> </BODY> </HTML> |
|||
Post: #5
|
|||
|
|||
RE: How to make bold text in html
There are so many tags in HTML
<b>...</b> Bold </br> for Break </hr> Horizontal Line <P>...</p> Paragraph |
|||
Post: #6
|
|||
|
|||
RE: How to make bold text in html
using <b>...</b> and
Use Cascading Style Sheets for font styles and sizes. |
|||
Post: #7
|
|||
|
|||
RE: How to make bold text in html
Using CSS file,
Using <b> ... </b> Using <strong> ... </strong> |
|||
Post: #8
|
|||
|
|||
RE: How to make bold text in html
<center><b><font color="#0080FF" size="5" face="splash">Hello People!!</font></b></center>
xD! |
|||
Post: #9
|
|||
|
|||
RE: How to make bold text in html
there are two way to make bold text
1. <b>TEXT</b> 2.<strong>TEXT</strong> |
|||
0 member(s) viewed this thread in the last 365 days :
|
« Next Oldest | Next Newest »
|
WWWHostingServer.com
|
||||||
|
||||||
|
|
|
|
|
Powered By MyBB, © 2002-2024 MyBB Group. Golden Crown - Designed and Published by ghazal & exdiogene of MyBBCodes. Hosting provided by WWWHostingServer.com |