HTML Interview questions


Total available count: 26
Subject - Web Development
Subsubject - HTML

What is Attributes in HTML ?

Attributes provide additional information about an element. These are always specified in the start tag and these come in name and value (name="value").




Next 5 interview question(s)

1
What is hyperlink or How to create link in HTML?
2
HTML Lists? HTML can have Unordered Lists, Ordered Lists, or Description Lists ?
3
Can I nest tables within tables?
4
How can I include comments in HTML?
5
What is the new DOCTYPE?