Koja će oznaka proizvesti ono što vidite na ovoj slici?
`
` 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.
```
Izlaz ovog koda bit će:
```
Ovo je neki tekst koji je oblikovan fontom s jednim razmakom.
```
Kao što vidite, svi znakovi u tekstu su iste širine. To je zato što oznaka `
` prisiljava tekst da bude prikazan u fontu s jednim razmakom.