Substitution

Report a typo

Let's say we use such a data class to represent books in an online library:

data class Book(val title: String)

What should be substituted instead of a colon to display book data on the page?

<html lang="en", xmlns:th="http://www.thymeleaf.org">
    <body>
        <h1 ... ></h1>
    </body>
</html>
Select one option from the list
___

Create a free account to access the full topic