DEV Community

<script> | HTML Element

vishwa@chauhan on January 07, 2024

What is script 🤔..💭 script is an HTML element, which is used to embed executable code, or refer as javascript code. This element support multiple...
Collapse
 
sagaofsilence profile image
Sachin

Nice summary. In the programming world, we love working examples or recipes. Do you agree? I would rather follow the age-old advice - "Show, don't tell". Why don't you develop a write-up backed up by working example code/use cases to highlight the point?

Collapse
 
kaamkiya profile image
Kaamkiya

This is a pretty good way to get started on DEV! Why don't you write about some more features of the <script> element, like type and crossorigin?