HTML Features & Limitations

Notes:

Understanding the features, advantages and limitations of HTML :

Features of HTML:
Simple and small language
Markup language.
Powerful language for formatting web pages
Supported by multiple platforms
Supported by multiple browsers
Flexible and maintainable

Limitations of HTML:
HTML has limited designing capabilities.
So, we can’t be able to create appealing websites.
Hence, we use CSS:- Cascading Style Sheet.
HTML has no programming capabilities.
So, we can’t be able to create dynamic web pages.
We can’t be able to create interactive web pages.
Hence, we use JavaScript.

Interview Questions: