I Know How To Add JavaScript To HTML But What Tag Would I Use To Signal Java Like JavaScript Is That You Have To Put <script> And Then our JavaScript Code But What Tag <> Would I Use Pls Help
I Know How To Add JavaScript To HTML But What Tag Would I Use To Signal Java Like JavaScript Is That You Have To Put <script> And Then our JavaScript Code But What Tag <> Would I Use Pls Help
Are you asking how to use Java in HTML?
Theoretically you can use `<script type="application/java">`, but I don't think any browser supports that. Instead people used to compile their Java into "applets" and embed those with `<object>` elements.
What with the rise of mobile platforms, I would not advise using any of it. Neither Android nor iOS ship with Java plugins for their browsers. And even on the desktop market, Apple has stopped shipping Java on their platform.
Your friendly neighbourhood moderators: Kroc, Impressed, Martijn