Asked by Jonathan

In HTML, we can include any Unicode characters. All special characters in HTML are specified in the form:

&spec;

These special characters all start with the ampersand and end with a semicolon. How would you specify the symbols ¬ , ∨ , and ∧ in HTML?

Answers

Answered by oobleck
google is your friend. Look up unicode characters.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions