Skip to main content

Posts

Showing posts with the label introduction html and css

INTRODUCTION TO HTML AND CSS

HTML: H YPER T EXT M ARKUP L ANGUAGE (1989) HTML's primary purpose is to list the content used in the webpage HTML will display text, labels, lists, insert photos, and other media to create hyperlinks, buttons, and container. CSS: C ASCADING S TYLE S HEET (1996) CSS is used to create a responsive layout, animations, styling text, and positioning container by applying CSS you add the look and feel that you would like to your websites. HTML is made up of contents between <tags> whereas CSS is made of selectors followed by {declaration block} Simple HTML code <p>This is a paragraph</p> Simple CSS code p{ color:red; } For more blogs related to technology you can visit Relatetechno.codes