Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

This is your activity for today

I want you to run the code using your phone.

1. Install Quickedit Text Editor in Playstore.

2. after installing the application open it and it show this kind of display.

Before you start coding, make sure you created your folder first.
follow this.
click the folder here
and click the + button
then create folder and put “HTML CODES”
Then click okay.
After clicking okay it will show you the folder you created.

click the add button and select “CREATE


FILE” and put “MY FIRST CODE.html” then click okay.
Now after creating your file it will show like this

and click the file and you can start coding.


FIRST CODE
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>


<p>My first paragraph.</p>

</body>
</html>
after coding click this icon, After saving
try to run your code by clicking the play button beside the “X” button.

You might also like