Add translation for titles [Portuguese] (#19258)
This commit is contained in:
committed by
Todd Chaffee
parent
6beda74bae
commit
c1c0b3b33f
@ -6,14 +6,14 @@ videoUrl: ''
|
|||||||
localeTitle: Remover um elemento usando jQuery
|
localeTitle: Remover um elemento usando jQuery
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Descrição
|
||||||
<section id="description"> Agora vamos remover um elemento HTML da sua página usando jQuery. jQuery tem uma função chamada <code>.remove()</code> que remove um elemento HTML inteiramente Remove o elemento <code>target4</code> da página usando a função <code>.remove()</code> . </section>
|
<section id="description"> Agora vamos remover um elemento HTML da sua página usando jQuery. jQuery tem uma função chamada <code>.remove()</code> que remove um elemento HTML inteiramente. Remova o elemento <code>target4</code> da página usando a função <code>.remove()</code>.</section>
|
||||||
|
|
||||||
## Instructions
|
## Instruções
|
||||||
<section id="instructions">
|
<section id="instructions">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Tests
|
## Testes
|
||||||
<section id='tests'>
|
<section id='tests'>
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
@ -27,7 +27,7 @@ tests:
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Challenge Seed
|
## Desafio
|
||||||
<section id='challengeSeed'>
|
<section id='challengeSeed'>
|
||||||
|
|
||||||
<div id='html-seed'>
|
<div id='html-seed'>
|
||||||
@ -41,7 +41,7 @@ tests:
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Only change code above this line. -->
|
<!-- Apenas altere o código acima dessa linha. -->
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<h3 class="text-primary text-center">jQuery Playground</h3>
|
<h3 class="text-primary text-center">jQuery Playground</h3>
|
||||||
@ -73,7 +73,7 @@ tests:
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Solution
|
## Solução
|
||||||
<section id='solution'>
|
<section id='solution'>
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
Reference in New Issue
Block a user