Friday 8 September 2023

Web Development 21

 

LECTURE # 17

7/9/2023

Question #1 : What is padding in html  ?

Answer: Padding is the space between the content and the border of an element.



Question #2 : What is margin in html  ?

Answer: Margins control the spacing width between the edges of your web page and the element itself.




Question #3 : What is meant by text-dacoration in html  ?

Answer: Text-decoration is the attribute of CSS used for the dacoration of text.



Question #4 : What is the purpose of :hover in html  ?

Answer: The :hover selector is used to select elements when you mouse over them. :hover is used to change the current properties of the text to make the comparison in properties of the link or text like it was before. Width, height, color etc are the properties which can be changed as shown.