Friday 1 September 2023

Web Development 20

 

LECTURE # 17

1/9/2023

Question #1 : What are the properties of style tag ?

Answer: Following are the properties of style,

  • backgroud-color 
  • background-image
  • border-radius 
  • border-top-left-radius 
  • border-top-right-radius
  • border-bottom-left-radius 
  • border-bottom-right-radius
  • color
  • font-style
  • width
  • height
  • border

and many others.....

Question #2 : What is meant by Inspect?

Answer: Short cut Keys for inspect are as follows: ctrl+shift+i . Inspect element is the developer tool that is used for the for making changes in the front end of the the site.Using inspect we can change the CSS and Html of the page or a site. For example; following shows the front end of google...