Given below are some of the HTML Frequently Asked Questions.
- What is World Wide Web (WWW)
- What is a Home Page?
- Differentiate between static and dynamic web page?
- Describe client server computing?
- What is a web client?
- What is a web server?
- Describe the Web Browser? Give examples of Web Browsers.
- What is a Search Engine? Give examples of search engines.
- What is meant by URL?
- Explain the meaning of URI?
- What is the difference between a website and a web portal?
- What is a Tag in HTML?
- Discuss the difference between empty tags and container tags?
- What is the difference between implicit tags and explicit tags?
- What is an anchor tag? Give an example.
- How to use anchor tag to navigate on the same page?
- What are frames? How to create frames?
- What is an image map? How to create an image map?
- Explain the <marquee> tag? What are the different attributes in marquee tag?
- What is a form? How to create a form in HTML?
- Discuss the difference between GET and POST methods?
- What are the elements of a form?
- What are different types of lists in a form? How to create them?
- Discuss the different formatting tags in HTML?
- What is the purpose of <link> tag?
- What are meta tags?
- How to insert sound and video in a web page? Give an example.
- How to insert special characters in a web page. Give Examples.
Further Reading
Evolution of JavaScript from ES1 to ES2020
Introduction to HTML DOM Methods in JavaScript
Understanding Document Object Model (DOM) in JavaScript
Understanding HTTP Requests and Responses
What is Asynchronous JavaScript?
JavaScript Code for Event Handling
Callback Functions in JavaScript
Show or Hide TextBox when Selection Changed in JavaScript
Changing Style of HTML Elements using getElementsByClassName() Method