I have a request that needs to be fulfilled.
Requirement: key - this is the value type - this is the type value
Currently, I am utilizing the <pre>
tag. However, the output appears as follows:
key1: this is the value
type1 : this is the type value
key2: this is the value
type2 : this is the type value
key3 :this is the value
type3 : this is the type value
My specific requirement is for each new key and type combination to start from scratch in the display:
key1 :this is the value
type1 : this is the type value
key2 :this is the value
type2 : this is the type value