Intro to React Basics

Intro to React Basics

Riya

Intro to React Basics

  • Published on Nov 21 2025
  • Pages 75
  • Downloaded 0
  • Type PDF
  • 30
  • 0

This is a paragraph under a level-one heading. It contains bold text italic text bold italic text , and some inline code .

You can also have a hyperlink example inside the paragraph.


Heading Level 2

This is another paragraph used to test alignment emphasis , and other formatting.
Below is an example of an unordered list:

  • First unordered item

  • Second unordered item

    • Nested unordered item

    • Another nested unordered item

  • Third unordered item

And here's an ordered list:

  1. First ordered item

  2. Second ordered item

    1. Nested ordered item

    2. Another nested item

  3. Third ordered item


Heading Level 3

Here's a blockquote to test quote styling:

"The only limit to our realization of tomorrow is our doubts of today."
— Franklin D. Roosevelt

Below is a horizontal rule test:


Heading Level 4

You can also have inline formatting like underlined text, strikethrough text, and highlighted text.


Heading Level 5

This paragraph includes a sample of superscript (E=mc²) and subscript (H2O).
It also includes an example of inline code such as console.log("Hello World") .


Heading Level 6

Example of a code block :

function greet(name) {
return "Hello, " + name + "!";
}
console.log(greet("World"));


Table Example

Column 1Column 2Column 3
Row 1 Col 1Row 1 Col 2Row 1 Col 3
Row 2 Col 1Row 2 Col 2Row 2 Col 3
Bold CellItalic CellCode Cell

Definition List Example

HTML
: HyperText Markup Language

CSS
: Cascading Style Sheets

JS
: JavaScript


Image Loading...