Tôi mới học mong mọi người giúp đỡ

Tell us what’s happening:

Your code so far


<h1>Hello</h1>
<h1>Xin chào thế giới</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) coc_coc_browser/86.0.172 Chrome/80.0.3987.172 Safari/537.36.

Challenge: Say Hello to HTML Elements

Link to the challenge:

Welcome to FCC Forum @hatit2017,
First of all, I do not know if there is another language supported for the challenges. So you might need to do this in english.

Vietnamese:

Chào mừng đến với Diễn đàn FCC @hatit2017,
Trước hết, tôi không biết có ngôn ngữ nào khác được hỗ trợ cho các thử thách không. Vì vậy, bạn có thể cần phải làm điều này bằng tiếng Anh.

The text checked by the test suite does indeed need to be in english.

1 Like

Ahh, the more I know. So FCC only checks for English, or is there another language?

Many of the tests use regex to check for the correct output. In those cases, those regex are only written for english. For tests that only check values in variables, you can use variable names in any languages. I would bet its largely the HTML and CSS challenges that are pretty strictly english.