Coding CommunityE-Learning

Livecoding.tv Quiz of the Day: 14/10/2016

css3-quiz-of-the-day-1

Answer:

  1. div, p – Selects all <div> elements and all <p> elements
  2. div p – Selects all <p> elements that are anywhere inside a <div> element
  3. div > p – Selects all <p> elements where the immediate parent is a <div> element
  4. div + p – Selects all <p> elements that are placed immediately after a <div> element
  5. div ~ p – Selects all <p> elements that are anywhere preceded by a <div> element

If you want to explore more about CSS3, visit our videos section! Below are some examples:

You can also follow some of the broadcasters who program in CSS3, as below:

emag50emag50

joshua911Joshua911

Another cool way to find out interesting things about PHP is to access our project page!

Avatar
About author

I, Dr. Michael J. Garbade is the co-founder of the Education Ecosystem (aka LiveEdu), ex-Amazon, GE, Rebate Networks, Y-combinator. Python, Django, and DevOps Engineer. Serial Entrepreneur. Experienced in raising venture funding. I speak English and German as mother tongues. I have a Masters in Business Administration and Physics, and a Ph.D. in Venture Capital Financing. Currently, I am the Project Lead on the community project -Nationalcoronalvirus Hotline I write subject matter expert technical and business articles in leading blogs like Opensource.com, Dzone.com, Cybrary, Businessinsider, Entrepreneur.com, TechinAsia, Coindesk, and Cointelegraph. I am a frequent speaker and panelist at tech and blockchain conferences around the globe. I serve as a start-up mentor at Axel Springer Accelerator, NY Edtech Accelerator, Seedstars, and Learnlaunch Accelerator. I love hackathons and often serve as a technical judge on hackathon panels.