write the capabilities and limitations of Html
Answers
Answer:
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.
Answer:
Limitations of HTML:-
HTML can create only static and plain pages so if we need dynamic pages then HTML is not useful.
security features are not good at HTML.
If we need to write long code for making a webpage then it produces some complexity.