Computer Science, asked by seema255, 1 year ago

state whether true or false HTML tags are case sensitive

Answers

Answered by oraclenaren200palkoj
10
Short and Sweet Answer : “NO”.

———————————————————————————————-

Now if i will not explain then it might be possible that my answer will be collapsed.

So, Follow below steps for example:

<html>
<body>
<h1>Hello , I think you will upvote my answer.</h1>
</body></html>copy code in notepad and save as “first.html”Open the file in your browser.Now Copy below code :<HTML> <BODY> <H1>Hello, I Think you will upvote my answer.</H1> </BODY></HTML>

4. Save this code in notepad and save as “second.html”

5. Open the file in you browser.

Now, you can see both gives exactly same result.

Hence proved!!

Answered by Anonymous
11

Q: state whether true or false HTML tags are case sensitive ?

A: False

Similar questions