HTML,CSS

HTML 

HTML, or HyperText Markup Language, is the standard language for creating web pagesIt uses a system of tags to structure content, defining elements like headings, paragraphs, and links. These tags tell web browsers how to display text, images, and other multimedia on a webpage. HTML provides the fundamental structure and organization of web content, enabling a browser to render a multimedia experience from text-based files. 


LOGO OF HTML AND CSS
CSS

CSS is a rule-based language — you define rules by specifying
groups of styles that should be applied to particular element or groups of elements on your web page
. In the above example, the CSS rule opens with a selector. This selects the HTML elements that we are going to style.

Comments

Post a Comment