Computer Science, asked by kisran963, 1 month ago

26. In HTML document the tags
a. Should be written in upper case
b. should be written in lower case
c. should be written in proper case
d. can be written in both uppercase or lowercase​



Answers

Answered by Anonymous
0

In HTML document the tags

a. Should be written in upper case

b. should be written in lower case ✅✅

c. should be written in proper case

d. can be written in both uppercase or lowercase

Example of a correfct códe written in lower case:-

<html>

<head>

<title>My Cities</title>

</head>

<body BGCOLOR = "yellow">

<h2> My Cities</h2>

<ul

style="list-style-type:square">

<li>DELHI</li>

<li>MUMBAI</li>

</ul>

</body>

</html>

Answered by Arpitk1000
0

Answer:

d. s can be written in bot uppercase and lowercase

but it is more perfect to write tags in lowercase

Similar questions