I am a new student of you please tell me how to Continue html program I complete my first step Hello

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<h1>Hello</h1>
<h1>Hello</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; 706SH) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36

Challenge: Say Hello to HTML Elements

Link to the challenge:

The instructions say to change the <h1> element’s text to say “Hello World”. You have two <h1>s and they both just say “Hello”. So you want to get rid of one of them and then with the remaining one you want to change the text inside the the tags from “Hello” to “Hello World”.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.