Skip to main content

PRACTICAL 4_2

PRACTICAL 2

Create a webpage that displays some famous quotes and declarations from well-known computer scientists. Add a CSS rule that makes all of the quotes have an italic font style, so they'll look more like quotes. 

THEORY

Futher more CSS 3.0 attributes have been used in this web page.

IMPORTANT TAGS & ATTRIBUTES:
  • <blockquote>:The <blockquote> tag specifies a section that is quoted from another source.
  • quotes:The quotes property sets the type of quotation marks for quotations.
  • max-width:The max-width property defines the maximum width of an element.
  • content:The content property is used with the ::before and ::after pseudo-elements, to insert generated content.

SCREENSHOT WEB PAGE:










NAME:AYUSH SINGLA
ID:18CE122

Comments