CBSE BOARD X, asked by yashubanna, 1 year ago

Sahiba a website designer with international designers pvt Ltd has written the following code
(company)
(employee eid=1)
(name) albert(/name)
(Sept deptid=d1) computer(/dept)
(/employee)
(employee rid =2)
(name) manisha(/name)
(/employee)
(/company)
1. are these tags part of html code or xml code
2. identify the root element
3. mention any two child elements
4. mention any two attributes

Answers

Answered by 423bhartisharma1
5
it is xml
only one answer I have
Answered by nikki62
5

1. The following tags are a part of XML

2. The root element is <company>

3. Two child elements: <name>, <dept>

4. Two attributes: "d1", "d2"

Similar questions