Report Bug
Qus : Fundamental HTML Block is known as
QusHTML के बेसिक ब्लॉक एलिमेंट को किस नाम से जाना जाता है

A. HTML Body
B. HTML Tag
C. HTML Attribute
D. HTML Entity


Solution
B. HTML Tag



Explanation

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) 



Report Bug