Computer Science, asked by tomarpoonam953, 6 months ago

Write the HTML Program to show the following output

5 points



Write the HTML Program to show the following output
5 points
Captionless Image​

Answers

Answered by Brainlyarun
1

Answer:

<html>

<title>HTML Codes to Display an Output</title>

<body bgcolor="green">

<b>Einstein</b> discovered the equation <mark>E=mc<sup>2</sup></mark><br><br>

CH<sub>4</sub> + H<sub>2</sub>O = CO + 3H<sub>2</sub><br><br>

Always looks for <b><mark>ideas</mark></b> either <big>Big</big> or <small>small</small>.<br><br>

<kbd>ASSESSMENT of IP</kbd> (Applicable to all)

<p><pre>

<font color="purple"> <mark>Theory practical Total</mark></font>

<font color="red"> (100) (50) (150)

Assignment 5 0 5

Class test 10 0 10

Mid Sem Exam 20 0 20

Quiz 0 10 10

University Exam 60 0 60

projects 0 10 10

Practical Exam 0 10 10

Practicals 0 15 15

Attendance 5 5 10

Total <mark> 100 50 150</mark></font>

</prre></p>

</body></html>

Similar questions