Computer Science, asked by athiqajaved, 9 months ago

how can we display <,>, and & symbol on a web page ? detailed answer plz​

Answers

Answered by shetalvora
1

Answer:

type this program in notepad and save as .html

<html>

<title> display symbol

</title>

<body>

<h1><b><u> "<,>,@,#,☆,♤,♡,◇ and & are the symbols" </b></u></h1>

</body>

</html>

Explanation:

hope it helps u

Similar questions