HTML 10 pts
Write code · BeginnerCreate a welcome heading
Write HTML that displays a level-one heading containing exactly: Welcome to CodePlus.
Open exerciseBuild fluency with focused HTML, CSS, and JavaScript challenges. Run safely in your browser and earn points when your output passes.
8 exercises found
Write HTML that displays a level-one heading containing exactly: Welcome to CodePlus.
Open exerciseReplace the blank with the correct closing HTML tag.
Open exerciseFix the malformed closing tag so the button displays correctly.
Open exerciseChange the CSS so the preview reports a green message. Keep the .status selector.
Open exerciseThe padding declaration is misspelled. Correct it so the computed padding is 24px.
Open exerciseWrite JavaScript that logs exactly Hello, learner! to the console.
Open exerciseRead the JavaScript and replace the editor contents with only the value it prints.
Open exerciseReorder the lines so the variable is declared before it is logged.
Open exercise