HTML Answer these questions What is a web page? - Each screen displayed on a website is called a web page. What is a website - A website is a collection of many web pages. What do you understand by HTML - Hypertext Markup Language (HTML) is the language that is understand by a web browser for composing text and images for a web page. It is basically a building block for web pages. Why HTML is used - HTML is a building block for web pages, that tells a computer how to display a web page. Define tags and give example. - A web page is made up of several elements such as the title of the page, headings in the page like in a newspaper written text, paragraphs and images. Each element is defined by an html tag. Eg- lessthan symbol( )graterthan symbol, lessthan symbol( )graterthan symbol What are attributes - An attribute is defined as an addition feature that can be added to the HTML elements on our web page.