Skip to content

Update ArpitDubey_WD_Introtocss.md #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions wd-cp-1/ArpitDubey_Webdevelopment/ArpitDubey_WD_Introtocss.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ font properties such as typeface and emphasis,

<br>


> - ***CSS2*** CSS level 2 specification was developed by the W3C and published as a recommendation in May 1998.
> - ***CSS2***
> CSS level 2 specification was developed by the W3C and published as a recommendation in May 1998.
A superset of CSS 1, CSS 2 includes a number of new capabilities like absolute, relative, and fixed positioning of elements and z-index,
the concept of media types, support for aural style sheet and bidirectional text, and new font properties such as shadows.
> - ***CSS2.1*** CSS level 2 revision 1, often referred to as "CSS 2.1", fixes errors in CSS 2, removes poorly supported or not fully interoperable
<br>

> - ***CSS2.1***
> CSS level 2 revision 1, often referred to as "CSS 2.1", fixes errors in CSS 2, removes poorly supported or not fully interoperable
features and adds already implemented browser extensions to the specification.It was published as a W3C Recommendation on 7 June 2011.
CSS 2.1 was planned as the first and final revision of level 2—but low priority work on CSS 2.2 began in 2015.
<br>

> - ***CSS3*** Unlike CSS 2, which is a large single specification defining various features, CSS 3 is divided into several separate documents called
> - ***CSS3***
> Unlike CSS 2, which is a large single specification defining various features, CSS 3 is divided into several separate documents called
"modules". Each module adds new capabilities or extends features defined in CSS 2, preserving backward compatibility. Work on CSS level 3 started
around the time of publication of the original CSS 2 recommendation. The earliest CSS 3 drafts were published in June 1999.
<br>
Expand Down