QusHTML के बेसिक ब्लॉक एलिमेंट को किस नाम से जाना जाता है
A. HTML Body
B. HTML Tag
C. HTML Attribute
D. HTML Entity
Solution
B. HTML TagExplanation
Basic Elements of HTML is Tags. All HTML Tag are Written in Angele < > brackets . Example <html></html>.
HTML tags are two type:
- Singular Tag (Empty)
- Paired Tag (Container)