Okay, so I know that in HTML you can use the tag, but isn\'t there a \"weight=bold\" attribute that I can use in the
\"weight=bold\"
You can use the font-weight attribute on your
For example:
This is my paragraph
You can either have your CSS inline as below:
Or have it in your external CSS stylesheet as below:
p{ font-weight:bold; }