My issue
HTML Skeleton - Lets code
Let us now get you to write code.
Add the following elements to the ‘index.html’ file anywhere in the body.
Add a paragraph using the syntax -
This is my first para
Add a Heading with the largest size using the syntax -
This is my biggest heading
Add a smaller heading using the syntax -
This is a heading of another size
Check how the text appears differently in the output.
You can also try and enter any other text.
Click on ‘Submit’ to proceed.
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: HTML Skeleton - Lets code Practice Problem in HTML / CSS - CodeChef