Skip to main content

πŸ“™ ALL PROGRAMMING LANGLUAGE CLIKE HERE πŸ“™

ALL PROGRAMMING LANGUAGE DOWNLOAD

1.All students if you want to all programming language download here Introduction to programming Computer programming is the process of  designing  and  writing  computer programs . As a skill set, it includes a wide variety of different tasks and techniques, but our tutorials are not intended to teach you everything. Instead, they are meant to provide  basic, practical skills  to help you understand and write  computer code  that reflects things you see and use in the real world.  What you need to know Our computer programming tutorials assume that you have  no programming experience  whatsoever. They do, however, require basic familiarity with the use of computers and web browsers. For example, you should be comfortable downloading and opening files, and using text editing software. If you don't feel confid...

CSS3 NOTES DOWNLOAD

CSS NOTES DOWNLOAD CLICK BELLOW BUTTON

CSS 

CSS = Cascading Style Sheets Greatly simplifies styling HTML Easy to keep consistent styling Instructions are written as a rule-set

A brief history of CSS

  CSS was first proposed by HΓ₯konWium Lie on October 10, 1994, and W3C CSS Recommendation (CSS1) was released in 1996.  CSS level 2 specification was developed by the W3C and published as a recommendation in May 1998.  CSS2.1 as finally published as a W3C Recommendation on 7 June 2011
 CSS 3 is divided into several separate documents called "modules" and its notes are posted on W3C:  css3-background CSS Backgrounds and Borders Module Level 3 Candidate Rec. Oct 2017  css3-box CSS basic box model Working Draft Jul 2018 There is no single, integrated CSS 4 specification  The CSS Working Group sometimes publishes "Snapshots", a collection of whole modules and parts of other drafts that are considered stable enough to be implemented by browser developers in 2007, 2010, 2015, 2017,and 2018  css-cascade-3 CSS Cascading and Inheritance Level 3 Candidate Rec. May 2016  css3-color CSS Color Module Level 3 Recommendation Jun 2018  css3-content CSS3 Generated and Replaced Content Module Working Draft Jun 2016  css-fonts-3 CSS Fonts Module Level 3 Recommendation Sep 2018  css3-gcpm CSS Generated Content for Paged Media Module Working Draft May 2014  css3-layout CSS Template Layout Module Note Mar 2015  css3-mediaqueries Media Queries Recommendation Jun 2012  mediaqueries-4 Media Queries Level 4 Candidate Rec. Sep 2017  css3-multicol Multi-column Layout Module Level 1 Working Draft May 2018  css3-page CSS Paged Media Module Level 3 Working Draft Mar 2013  selectors-3 Selectors Level 3 Recommendation Nov 2018  selectors-4 Selectors Level 4 Working Draft Feb 2018  css3-ui CSS Basic User Interface Module Level 3 (CSS3 UI) Recommendation Jun 2018 

CSS – Placement of CSS Information

 CSS style information can be put in one of three places: External sheet Can be used for an entire website Each .html file must reference same sheet Internal sheet Can be used to consistently style 1 html page Inline

CSS – Cascading Order

  With a mix of internal, external, and inline style information, the styles will be applied by building a ‘virtual’ style sheet considering each style specification in the following priority order: Inline style (inside an HTML element) External and internal style sheets (in the head section using order of links/style sections in the head) More specific selectors are selected  For example, if we have a style for

and a style for id1, then the style of

will be the style of id1

CSS – Style Attributes

 Colors Backgrounds Borders Margins Padding Height/Width

CSS - Colors

  Colors can be specified as:  A color name like ‘red’, ‘lightblue’, etc  HTML supports 140 standard color names  A hex value : #ff0000, #000066, etc.  Rgb values  2 hex ‘nibbles’ per color giving ranges of 0-255 for each  An RGB value like: rgb(255,0,0)  Same as hex values but with decimal numbers  Example:  h1 {color:green;}  p {color: red;} 

CSS – Background Images

  Attribute: background-image  Value is usually a URL of a graphic file  Example:  body {background-image: URL(“mountain.jpg”)}  Images can be positioned within an element  Attribute: background-position:  Value: (horizontal and vertical positioning (left, center, right, bottom, center, top))  Example: body {background-image: URL(“mountain.jpg”); background-position: right top}

Comments

Popular posts

ALL NOTES DOWNLOAD BRIEFLY REFERENCE

2.LIST OF PROGRAMMING NOTES IT IS THREE PARTS OF DEVELOPMENT 1) ...FRONT-END DEVELOPMENT... A Front-End Developer is someone who creates websites and web applications. The difference between Front-End and Back-End is that Front-End refers to how a web page looks, while back-end refers to how it works. You can think of Front-End as  client-side  and Back-End as  server-side . The basic languages for Front-End Development are HTML, CSS, and JavaScript. Client Software (Front-End) The basic languages of Front-End Development ALL DOWNLOAD CLICK HTML CSS JAVASCRIPT Popular JavaScript and CSS frameworks and libraries: BOOTSTRAP HTML DOM ANGULAR.JS REACT.JS XML JQUERY JSON 2) ...BACK-END DEVELOPMENT... Back-end development means working on server-side software, which focuses on everythin...

ALL PROGRAMMING LANGUAGE DOWNLOAD

1.All students if you want to all programming language download here Introduction to programming Computer programming is the process of  designing  and  writing  computer programs . As a skill set, it includes a wide variety of different tasks and techniques, but our tutorials are not intended to teach you everything. Instead, they are meant to provide  basic, practical skills  to help you understand and write  computer code  that reflects things you see and use in the real world.  What you need to know Our computer programming tutorials assume that you have  no programming experience  whatsoever. They do, however, require basic familiarity with the use of computers and web browsers. For example, you should be comfortable downloading and opening files, and using text editing software. If you don't feel confid...

FRONT END CLIENT SIDE

  The basic languages for Front-End Development are HTML, CSS, and JavaScript. FRONT-END DEVELOPMENT:- The basic languages of Front-End Development are: HTML CSS JAVASCRIPT How to not be overwhelmed  The internet is full of people saying you need to learn every language, framework, and tool in order to be a front-end web developer. The advice is well-intentioned but damaging because it can be so overwhelming that you don’t know where to begin, so you never begin. What you need is to focus on one thing at a time and not get distracted worrying about everything else. The aim of this guide is to give you a step-by-step idea of what to do in order to become a front-end web developer.  How to find time to learn   Don’t worry about setting aside a bunch of time to learn. Just set aside 2 minutes, and if you’re...