Strong
,
Emphasis
,
Mark
B
,
I
,
U
,
Small
Subscript
,
Superscript
BDI: محمد
,
BDO: محمد
WWW
,
Every HTML Element
,
<code>
Data
,
Ctrl
,
Definition
,
Variable
漢
,
Samp
,
Word Break
console.log('Hello, world!');
– inline code snippet
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('HTML'));