Computer Science, asked by pihu123, 1 year ago

the format of code of HTML for school to create a web page (Including almost everything ) please be fast


Anonymous: you should explain that what kind of web=page you want to create....

Answers

Answered by roku
1
This is the basic format. You can add things accordingly.
<!DOCTYPE= html>
<html>
<head>
<meta charset="utf-8" />
<tittle></title>
</head>

<body>

</body>
</html>
Similar questions