CSS Mock TestCategory: ComputerTotal Marks: 20Question 15What are some ways to make text bold in CSS?AUsing the font-weight: bold; propertyBUsing the font-style: bold; propertyCUsing the <b> tag in HTMLDUsing the <strong> tag in HTMLExplanationThe correct answer is undefined because...