/jmongedev-web-layout

Simple Web layout, with fixed header and footer.

Primary LanguageCSS

HELLO WORLD

I am learning to write in Mark Down Documents

The are used to set titles

Syntax Description
Header Title
Paragraph Text
Syntax Description
Header Title
Paragraph Text
Syntax Description Test Text
Header Title Here's this
Paragraph Text And more
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Here's a simple footnote,1 and here's a longer one.2

My Great Heading {#custom-id}

Heading IDs).

First Term : This is the definition of the first term.

Second Term : This is one definition of the second term. : This is another definition of the second term.

The world is flat. We now know that the world is round.

  • Write the press release
  • Update the website
  • Contact the media

Gone camping! ⛺ Be back soon.

That is so funny! 😂

I need to highlight these ==very important words==.

H2O

X^2^

http://www.example.com

http://www.example.com

body {
  color: red;
  background-color: white;
  text-align: center;
}
function HelloWord() {
  console.log('Hello World')
}
greeting = "Hello World"
name = "Jesus"
planet = "X"
intro = (
  f"{greeting}. "
  f"I am {name}. "
  f"I come from {planet}. "
)
print(intro)
"Hello World. I am Jesus. I come from X."

Footnotes

  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }

    Add as many paragraphs as you like.