Waiting Answer November 04, 2023

How to include code as text in an HTML page?

 I have a for loop in PHP

     for($i=0;$i<10;$i++){
        $i = $i+1
    }

I want to include this code as text in HTML page

Answers
Your Answer