Nowrap condition in html head and body

前端 未结 2 1503
别那么骄傲
别那么骄傲 2020-12-10 14:23

In jsfiddle they have option to set no wrap(head), no wrap(body), OnDomReady and OnLoad in left side option. In my progra

相关标签:
2条回答
  • 2020-12-10 15:07

    That simply means place your JavaScript between the <head> tags

    From the documentation page

    JSFiddle Documentation

    Reference

    0 讨论(0)
  • 2020-12-10 15:21

    It just means that the script is added in the <head> section of the <html>

    From JSFiddle Docs,

    no wrap(head): do not wrap the JavaScript code, place it in <head> section

    Here is a demo of what you might be using (All HTML at one place).

    0 讨论(0)
提交回复
热议问题