Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHello, world! #48
Hello, world! #48
Conversation
|
|
||
| ## The "script" tag | ||
| Programele JavaScript pot fi inserate în orice parte al unui document HTML cu ajutorul tag-ului `<script>`. |
lighthousand
Feb 8, 2020
Member
Typo : "orice parte al unui document" --> "orice parte a unui document"
| ``` | ||
|
|
||
| The `<script>` tag contains JavaScript code which is automatically executed when the browser processes the tag. | ||
|
|
||
| Tag-ul `<script>` conține cod JavaScript care este executat automat cand browser-ul procesează tag-ul. |
| ``` | ||
|
|
||
| ````warn header="If `src` is set, the script content is ignored." | ||
| A single `<script>` tag can't have both the `src` attribute and code inside. | ||
| ````warn header="Daca `src` este setat, conținutul scriptului este ignorat." |
|
Please make the requested changes. After it, add a comment "/done". |
first translation attempt