Making a index.html file

This is the first file .


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Index.html</title>
</head>
<body>
    <p>This ia my first page.</p>
</body>
</html>
7 Likes

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

what is it your trying to do?

2 Likes

thank you for the neccesary changes because i am new here.

I keep trying to format the code, but it looks like you keep changing it back. I will do it once more. Please do not remove the formatting I make

are you asking how to make a index.html file?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.