html strong tag


  Translation results:

英[strɒŋ] 美[strɔ:ŋ]

adj. Strong; strong; strong; strong

adv. Strongly; violently; greatly; strong Comparative: stronger Superlative: strongest

html strong tagsyntax

Function: Presents a bold font effect.

Instructions: Define the text as content with a stronger tone.

Note: We recommend that you use a style sheet, which will achieve a richer effect.

html strong tagexample

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
这是强调的<strong>加粗字体</strong>
</body>
</html>

Run Instance»

Click the "Run Instance" button to view the online instance

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<strong>加粗字体</strong>可以强调显示
</body>
</html>

Run instance»

Click the "Run instance" button to view the online instance

Popular Recommendations

Home

Videos

Q&A