← Challenges

HTML: Build a Heading

Write HTML markup containing a single <h1> element whose text is exactly "Hello, Kodstigen!".

HTML challenges aren't graded by calling a function - each test case checks something about the rendered markup instead (does an element exist, what text does it contain, how many are there).

Examples

  • h1 → existstrue
  • h1 → text"Hello, Kodstigen!"