How to indicating preformatted text with HTML

1 Answer

0 votes
<!DOCTYPE html>
<html lang="en">
 
<body>
 
<pre>
    Hypertext Markup Language (HTML) is the 
    standard markup language for creating 
    web pages and             web applications. 
</pre>
  
</body>
</html>

 



answered Jul 6, 2017 by avibootz
edited Jul 7, 2017 by avibootz

Related questions

1 answer 210 views
1 answer 215 views
1 answer 247 views
1 answer 169 views
2 answers 307 views
...