I was looking at the "text formatting information" on SOL. I always submit a plain text file. Imbedded in the txt file is the italics HTML tag. It's always worked.
But I just read the following under the information on HTML files:
2. HTML file must be properly wrapped in < html>< /html> tags.
3. HTML code must be complete with a < head>< /head> section containing a character encoding declaration in a meta tag.
4. HTML code must contain a < body>< /body> section.
Is it okay to use < i> instead of {_ _} in a plain text file to get italics?