Unsupported titles/`lt` `gt`
التعريفات والمعاني
== Translingual ==
=== Punctuation mark ===
< >
(comics, Internet slang) Synonym of * * (“encloses an interpretation, describes an action as if it were actually happening”)
(comics, science fiction) Encloses translated text, including from nonhuman speakers.
(Internet) Encloses an e-mail address or web address.
To: Jane Doe <janedoe@example.com>, Joe Bananas <bananas1989@example.com>
Buy stuff from Best Shop <http://bestshop.example.com>.
Alternative form of ⟨ ⟩, used when the actual angle brackets are not available.
=== Symbol ===
< >
(programming) Encloses certain types of information in some programming languages.
#include <stdio.h> – C example
ArrayList<String> – Java example
(computing) Encloses certain tags in markup languages.
(computing) Encloses a standalone HTML tag. Compare < /> in XML.
<img src="waterfall.png"> = displays an image
<br> = a line break
(computing) In HTML and XML, encloses a start tag that must be closed by an end tag. See < > </ > for more information.
Alternative form of ⟨ ⟩, used when the actual angle brackets are not available.