We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 151d160 + c4cac31 commit 5f0dfb1Copy full SHA for 5f0dfb1
1 file changed
data/html.json
@@ -143,7 +143,7 @@
143
"code": "<code>...</code>"
144
},
145
{
146
- "definition": "citation",
+ "definition": "সাইটেশান",
147
"code": "<cite>...</cite>"
148
149
@@ -175,11 +175,11 @@
175
"code": "<sup>...</sup>"
176
177
178
- "definition": "Emphasize",
+ "definition": "এম্ফাসাইজ বা জোর দেয়া",
179
"code": "<em>...</em>"
180
181
182
- "definition": "strong",
+ "definition": "স্ট্রং বা শক্তিশালী",
183
"code": "<strong>...</strong>"
184
185
@@ -453,6 +453,14 @@
453
454
"definition": "সেলের লাইন না ভাঙ্গা",
455
"code": "<td nowrap>...</td>"
456
+ },
457
+ {
458
+ "definition": "জোড় টেবিল রো সিলেক্ট করা ",
459
+ "code": "tr:nth-child(even)"
460
461
462
+ "definition": "বিজোড় টেবিল রো সিলেক্ট করা ",
463
+ "code": "tr:nth-child(odd)"
464
}
465
]
466
0 commit comments