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
Open
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"
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. |
lighthousand
Feb 8, 2020
Member
Missing diacritics : "cand" --> "când"
Missing diacritics : "cand" --> "când"
| ``` | ||
|
|
||
| ````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." |
lighthousand
Feb 8, 2020
Member
Missing diacritics : "Daca" --> "Dacă"
Missing diacritics : "Daca" --> "Dacă"
|
Please make the requested changes. After it, add a comment "/done". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
first translation attempt