Computer Science, asked by summykoul, 10 months ago

_ and _ are the examples of empty element in HTML​

Answers

Answered by khsitizpandey2456
2

Answer:

These elements are called empty or void and only have a start tag since they can't have any content. They must not have an end tag in HTML. The void elements in HTML 4.01/XHTML 1.0 Strict are area, base, br, col, hr, img, input, link, meta, and param. HTML5 currently adds command, keygen, and source to that list.

Answered by rakzhana01
1

Answer:

<img> , <input> , <link> , <meta> , <hr> , are examples of empty element in html

Similar questions