We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32c9862 + d382c6e commit 8de928eCopy full SHA for 8de928e
1 file changed
data/html.json
@@ -150,6 +150,30 @@
150
"definition": "অ্যাড্রেস লেখার সেকশন",
151
"code": "<address>...</address>"
152
},
153
+ {
154
+ "definition": "মার্কি লেখা",
155
+ "code": "<marquee>...</marquee>"
156
+ },
157
158
+ "definition": "চিহ্নিত লেখা",
159
+ "code": "<mark>...</mark>"
160
161
162
+ "definition": "ছোট লেখা",
163
+ "code": "<small>...</small>"
164
165
166
+ "definition": "মুছে ফেলা লেখা",
167
+ "code": "<del>...</del>"
168
169
170
+ "definition": "সাবস্ক্রিপ্ট লেখা",
171
+ "code": "<sub>...</sub>"
172
173
174
+ "definition": "সুপারস্ক্রিপ্ট লেখা",
175
+ "code": "<sup>...</sup>"
176
177
{
178
"definition": "Emphasize",
179
"code": "<em>...</em>"
0 commit comments