Computer Science, asked by Expertshadow, 8 months ago

I need a html format plz help me. Plz complete this project I will mark you brainliest promise​

Attachments:

Answers

Answered by TheArkhamKnight
0

Answer:

This is the standard layout of HTML:

<!DOCTYPE html>

<html lang="en">

<head>

   <meta charset="UTF-8">

   <meta name="viewport" content="width=device-width, initial-scale=1.0">

   <title>Document</title>

</head>

<body>

   

</body>

</html>

(You can add other elements, like text and scripts.)

Explanation:

Similar questions