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're thinking of the CSS property font-weight:
font-weight
p { font-weight: bold; }