Skip to content

Commit 08bac49

Browse files
authored
Showing content with a proper HTML markup
Showing content with a proper HTML markup that is easy to understand.
1 parent 36bb3dd commit 08bac49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
},
177177
{
178178
"definition": "এলিমেন্টের মার্কআপ সহ কন্টেন্ট সেট করতে",
179-
"code": "$(selector).html('hello world');"
179+
"code": "$(selector).html('<h3>hello world</h3>');"
180180
},
181181
{
182182
"definition": "ফর্ম এলিমেন্টের ভ্যালু সেট করতে",
@@ -361,4 +361,4 @@
361361
]
362362
}
363363
]
364-
}
364+
}

0 commit comments

Comments
 (0)