Beginner to JavaScript. Every time I try to use script in a program it doesn’t show up on webpage.
<script> not responding to text
OdatNurd
#2
This is a support forum for Sublime Text and not for general computing issues, so your question may best be asked elsewhere such as a forum dedicated to web development and the like.
However, the <script> tag is for including some form of programming script in your page (e.g. JavaScript code) and as such it’s by design that you don’t see the contents of the tag in the page.
0 Likes