index.html as index home page that will be displayed first

Untitled

Markdown is a text to HTML conversion tool for web writers . markdown allows you to write using an easy to read , easy tow write , plain text format then convert it to structurally valid XHTML (HTML)

ALWAYS USING LOWERCASE

Changing text within a paragraph

<strong> A Short paragraph

<em> A short paragraph

Lists

<li> List element

<ul> unordered list , with bullet points

<ol> ordered list , with numbers

Links

URL uniform resource locator

<a href=”www.Link.com”>Text</a> Standard Link

<Title=”www.Link.com”>Text</a> Link with Title

<a href=”mailto: [email protected]”>email</a> Link to Email