Computer Science, asked by sweetchhoti987, 7 hours ago

* Create the following list in HTML. Subject 1. English 2. Computer 3. Mathematics 4. Moral Science 5. Hindi 6. Science 7. Social Science​

Answers

Answered by 486ridhimamourya
1

Answer:

1, 2, 6 or 7, 3

Explanation:

english or hindi

computer

maths

science or social science

Answered by MrTSR
4

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>Subjects</h1>

 <h2>1.English</h2>

 <h2>2.Computer</h2>

 <h2>3.Mathematics</h2>

 <h2>4.Moral Science</h2>

 <h2>5.Hindi</h2>

 <h2>6.Science</h2>

 <h2>7.Social Science</h2>

</body>

</html>

Attachments:
Similar questions