ExamGecko
Question list
Search
Search

Related questions











Question 103 - H14-231_V1.0 discussion

Report
Export

A developer has developed with the Text component, and the effect is as follows, which piece of code can be used to achieve the effect?

A.
<Text ohos:height='match_content' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
A.
<Text ohos:height='match_content' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
B.
<Text ohos:height='match_parent' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
B.
<Text ohos:height='match_parent' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='true' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
C.
<Text ohos:height='match_content' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
C.
<Text ohos:height='match_content' ohos:width='match_parent' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
D.
<Text ohos:height='match_parent' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Answers
D.
<Text ohos:height='match_parent' ohos:width='match_content' ohos:text='HarmonyOS:Hello world!' ohos:text_color='$color: white' ohos:text_size='100' ohos:multiple_lines='false' ohos:top_margin='15' ohos:left_margin='15' ohos:right_margin='15' ohos:background_element='$graphic:background_text'/>
Suggested answer: A
asked 18/09/2024
Shaun Kilmartin
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first