Katera oznaka bo ustvarila to, kar vidite na tej sliki?
`
` tag will produce what you see in this picture. The `` tag is used to format text in a monospaced font, which means that all characters will have the same width. This is useful for displaying code or other text that needs to be formatted in a consistent way.
Here is an example of how to use the `
` tag:
```html
This is some text that is formatted in a monospaced font.
```
Rezultat te kode bo:
```
To je besedilo, ki je oblikovano z enoprostorno pisavo.
```
Kot lahko vidite, so vsi znaki v besedilu enako široki. To je zato, ker oznaka `
` prisili, da je besedilo prikazano v pisavi z enojnim presledkom.