I have a code as follows
<style>
ul {
list-style: none;
}
</style>
<ul class="test">
<li class="word" data-repeat="1">a</li>
<li class="word" data-repeat="2">b</li>
<li class="word" data-repeat="3">c</li>
</ul>
I hope the above code can be put on the page in the form of text,
when you put this code on the html page, it is like putting the above code in the txt file,
how can it be realized?
the effect of using pre tag is as follows