Editing html is fast and straightforward using DocHub. Skip installing software to your PC and make adjustments using our drag and drop document editor in just a few quick steps. DocHub is more than just a PDF editor. Users praise it for its convenience and powerful features that you can use on desktop and mobile devices. You can annotate documents, make fillable forms, use eSignatures, and send records for completion to other people. All of this, combined with a competing cost, makes DocHub the perfect choice to bold comma in html files effortlessly.
Make your next tasks even easier by turning your documents into reusable templates. Don't worry about the security of your information, as we securely store them in the DocHub cloud.
welcome to another video in which we are going to learn about making text bold in HTML using the B tag so guys basically you must have used bold formatting feature of the word processor now similarly we can have such formatting in HTML documents as well so in order to make the text as bold over here anything that appears between the B tag as you can see it is the less than symbol followed by the B character and then the greater than symbol and then we have the same ending tag over here which is having the forward slash before the character and in between both the starting and ending tags we have certain content now in between both these tags whatever content is present it will be appearing as the Bold text which means we want to get certain attention of the user while showing this content over here now guys we can also use the strong tag in the HTML 5 for bold appearance which shows importance so guys let us check this with the help of examples now in the VSS code Iamp;#39;ll just rem