Computer Science, asked by anchi61, 1 year ago

help me in creating a webpage for writing an essay the size of the heading is h1 can u give me some idea for

Answers

Answered by Anonymous
0
<!DOCTYPE html>
<html lang="en">
    <head>
         <meta charset="UTF-8">
         <title>Essay</title>
    </head>
    <body>
         <h1>Write Your Essay Title Here</h1>
         <p>Put your essay content here</p>
    </body>
</html>

Note: Please replace content with actual content and then save file as .html and then open it up in any browser.
Similar questions