Answer the following questions 1. What is HTML?2. What is LIST in html? 3. What are the main tags of LIST? 4. What are container tags? 5. What are EMPTY tags?
Answers
Answer:
ans1.Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Answer:
Your all answers ::
Explanation:
Ans.1] HTML is a programming language developed by Tim Berbers Lee in 1990. HTML stands for Hyper Text Markup Language . It is used for to make a web page .
Ans.2] If we want to present our information in HTML in a systematic way , we use LIST . There are two types of List in HTML - Ordered list and Unordered list.
Ans.3] The main tags of LIST are as follows -
<ol> for an ordered list or numbered list,
<ul> for an unordered list or bulleted list ,
<li> for describing any list item .
Ans.4] The tags that have both ending and closing are container tags . Ex- <html>......<html/>
Ans.5] The tags that have only opening but no closing are referred to as empty tags . Ex - <br> has no closing .
# # # # #
THANK YOU