I see google is using its custom tag and i know google is using javascript to render iframe instead of this tag, it is intresting and i want to know how can i have my own custom tag using javascript?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ve been able to have custom tags for awhile by namespacing the XML in your doctype. For example, facebook does it like this:
Beware though, IMO custom tags are a BAD idea. It defeats the whole purpose of having standards and can wreak havoc on maintenance. Make sure you really weigh the pros and cons before going this route.