Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
semantically in HTML strong is the correct HTML5 tag for use of emphasized text. This has been the case for many years how so I'd adjust any stying to using strong
Hi ,
in editor am trying to bold few words. when am looking in code option editor , the text is displaying inside of <strong> tag.
but my intention is to display that text in <b> tag. Bcs some styles am displaying are based on those tags.
here is my example.
Original text is in code option editor <p><strong>sandeep</strong></p>
i want lilke in this format <p><b>sandeep</b></p>