You must Sign In to post a response.
Category: HTML
#753152
document.createElement method is present in the previous versions of html as well. the only difference is now it also allows to create new html5 elements such as header, nav, article and others.
Miss. Jain
Microsoft Certified Technology Specialist in .Net
Miss. Jain
Microsoft Certified Technology Specialist in .Net
#753162
Hi,
You can refer below articles to know more about this. This is not a new thing in HTML,
msdn.microsoft.com/en-us/library/ie/ms536389(v=vs.85).aspx
www.w3schools.com/jsref/met_document_createelement.asp
Regards,
Asheej T K
You can refer below articles to know more about this. This is not a new thing in HTML,
msdn.microsoft.com/en-us/library/ie/ms536389(v=vs.85).aspx
www.w3schools.com/jsref/met_document_createelement.asp
Regards,
Asheej T K
#753235
its used on the earlier version of the HTML as well.
In HTML 5 it can be used for some special element as well.
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
In HTML 5 it can be used for some special element as well.
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
Return to Return to Discussion Forum