Advertisements
Advertisements
Question
Write an HTML code to display the following text in exactly the same way as given below
I am studying Computer Science Application.
Answer in Brief
Solution
HTML CODE:
<html>
<head>
<title> Cource </title>
</head>
<body>
I am studying Computer Science Application.
</body>
</html>
shaalaa.com
Is there an error in this question or solution?