HTML - CSS Code - Org Journal
HTML - CSS Code - Org Journal
<p> Essentially creates a “paragraph” (Or really any other text </p>
separate from others) separate from the rest of the text
<!DOCTYPE Tells the computer that the document is written in the No closing tag
html> HTML coding language
<ol> Enters the text as a numbered list, should only be used </ol>
before and after the list items
<ul> Enters the text as a bulleted list, should only be used </ul>
before and after the list items
<li> Enters the text as an indented list item, can only be used </li>
inside the tags declaring the list (<ul>,<ol>, etc.)