diff --git a/curriculum/challenges/portuguese/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.portuguese.md b/curriculum/challenges/portuguese/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.portuguese.md index 85e07712c8..3a092e3aa7 100644 --- a/curriculum/challenges/portuguese/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.portuguese.md +++ b/curriculum/challenges/portuguese/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.portuguese.md @@ -7,7 +7,7 @@ localeTitle: Informar com o elemento Paragraph --- ## Description -
p elementos p são o elemento preferido para o texto do parágrafo nos sites. p é a abreviatura de "parágrafo". Você pode criar um elemento de parágrafo como este: <p>I'm ap tag!</p>
+
Elemento p é o elemento preferido para o texto do parágrafo nos sites. p é a abreviatura de "parágrafo". Você pode criar um elemento de parágrafo como este: <p>I'm ap tag!</p>
## Instructions
Crie um elemento p abaixo do seu elemento h2 e dê a ele o texto "Hello Paragraph".