QUESTION AND ANSWER

  1. what is the full form of HTML?

  2. HTML stands for hiper text mark up langue.

  3. what is a HTML tag?

  4. A tag is a keyword that starts with less than and end with greather than.

  5. what is element?

  6. tagname> content goes here--/tagname>.

  7. what is attributes?

  8. what is HTML element?

  9. An HTML element is defined by a start tag,some contect,and an end tag.

  10. what is a block element?

  11. A block element starts on a new line.A block level element takes up the full width avaible.Ex p div.

  12. What is an inline elements?

  13. An inline element does not start on a new line.It only takes up as much width as nessary.Ex:a img.

  14. what is mean by padding?

  15. padding is the internal gap between the boder of the element and the contant/text inside it.

  16. what is mean by margin?

  17. margin is the external gap between the border of the HTML element and the contant/text outside it.

  18. what is CSS comant?

  19. broser will ignor the comant.

  20. what is mean by CSS slector?

  21. CSS select are used to "find" [or selector] the HTML element you want to style.

  22. what is mean by Broser consold?

  23. Broser consold is used to inpect the HTML element and CSS style of a webpage corcently display the broser.

  24. what is the full form of CSS?

  25. cascading,,sheets.