Introduction

This is an example of a simple HTML Page

This is a sample caption

Table of Contents

  1. Image & Paragraph
  2. Tables
  3. What else is in a HTML page?

Image & Paragraph

This is a sample of a paragraph and an image in one section. Have you ever tried writing a long single paragraph for placeholder without Lorem Ipsum? It's understandably very tedious and prone to typo unlike Lorem Ipsum which you can use with a simple Ctrl + C andCtrl + V

Look! A picture with external source (pexel)

External Source Img

Now this one is an example of image from this project's folder

External Source Img

It's pretty neat!

An example of table

Firstname Lastname Favorite Animal
Beau Carnes cow
Quincy Larson dog

A table example stolen from freecodecamp <tr> means table row,<th> is table head and <tr> stands for table data. For more thorough reading as always you can read at this link