We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e24fab + 868a4e9 commit e90e95dCopy full SHA for e90e95d
1 file changed
data/html.json
@@ -233,6 +233,10 @@
233
{
234
"definition": "পেজের মধ্যেই লিঙ্ক সেট",
235
"code": "<a href=\"#নাম\">লেখা</a>"
236
+ },
237
+ {
238
+ "definition": "পেজের সকল লিংক এর জন্য ডিফল্ট এড্রেস এবং টার্গেট সেট করা",
239
+ "code": "<base href=\"#নাম\">লেখা</a>"
240
}
241
]
242
},
@@ -242,6 +246,10 @@
246
"definition": "ফর্ম তৈরী",
243
247
"code": "<form>...</form>"
244
248
249
250
+ "definition": "ডাটালিস্ট তৈরী",
251
+ "code": "<datalist>...</datalist>"
252
245
253
254
"definition": "একাধিক সিলেক্ট করার মেনু তৈরী",
255
"code": "<select multiple name=\"নাম\" size=\"সাইজ\">...</select>"
0 commit comments