Posts

What is CSS language in computer?

Image
  What is Introduction to CSS?                                                            CSS stands for Peoples Constituent Assembly. It is a language for describing the appearance of pages including colors layouts fonts etc. making it easier for users to browse pages. CSS is designed to create style sheets for the web.   WHAT IS CSS LANGUAGE?                                                                                                                  CSS is web Programming language. That is ...

Introducation of HTML & HTML5?

Image
  WHAT IS HTML Language? HTML  is  a programming Language that is used  to create Structure  of website's. The full form of HTML is Hyper Text mark-up language.   What is Difference b/w  HTML & HTML5? There is no difference between html and html5. Both HTML and HTML5 are hypertext markup languages, primarily used to develop web pages or applications. HTML5 is the latest version of HTML and supports new markup language functionalities such as multimedia, new tags and elements as well as new APIs. HTML5 also supports audio and video.We use Tags in html  codding. Important Things About Html?  HTML describe the structure  of web pages. HTML consists of series  of elements & Tags.      Why is HTML learning important for creating website? Html is Independent  web programming language. Other programming languages like CSS JavaScript and many others depends on Html. Because I'm discuss about the s...