in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
Hey everyone! π Itβs Marius from Learndev. Today I want to answer all of your questions about web development! If thereβs something youβve been curious about or need help with, just drop a comment below. See you! π
19 - 6
Check out this CSS code and select the correct answer! π€―
grid-template-columns: 100px minmax(50px, 100px) repeat(3, 100px);
Learn the CSS grid: https://youtu.be/eHaZlFcGl6k
13 - 0
I remember back in the days when computers and the internet felt like magic to me. I used it every day but had no clue how it actually worked when visiting a website in my browser.
Overall, the technical steps happening in the background when you visit a website can be described as follows:
1. You open your web browser.
2. You type in a URL.
3. The browser contacts a nameserver. Nameservers translate the domain, like "example.com," to an IP address of a web server.
4. Now the request is sent to the web server.
5. The web server hosts a resource, for example, an HTML page. It receives the request and responds with the HTML page.
6. The browser receives the HTML page, interprets it, and displays it to you.
12 - 0
What are the properties of a box in the CSS box-model? π¦ Please select the answer which is sorted from the inside to the outside of the box.
Learn here: https://youtu.be/qvx2SZzoqqQ
4 - 0
How to create a checkbox with HTML which is checked by default ? βοΈ
Learn here: https://youtu.be/H9zdfZrFUp0
42 - 0
How to create a red color using the RGB notation with CSS? π¨
Watch again: https://youtu.be/fy1k70g25qc
6 - 1
Please select the correct definition for HTML form fieldsets ! π
Watch again: https://youtu.be/H9zdfZrFUp0
19 - 0
Learn web-development with clear, easy-to-follow tutorials.
Hi I'm Marius π I love building software and helping others learning it.
Subscribe to join a community where learning to code is made simple and enjoyable.
Let's build something great together! π»β€οΈ