Do you want to check your fundamental knowledge of Front End Developer?

Check if you can deal with selectors! You can do it on this page: https://flukeout.github.io/

In this simple app you can check your knowledge about selectors based on: element #id element in element #id A .classname element.className Put your back into it! tag, tag (list of element) * element * element + element element ~ element element > element :first-child :only-child :last-child :nth-child(A) :nth-last-child(A) :first-of-type :nth-of-type(A) :nth-of-type(An+B) :only-of-type :last-of-type :empty :not(X)

So if you want to learn it just check it out! If you know it you should check it if you dont lie : )

Categories

Recent Posts

About Me

Piotr Sikora - Process Automation | AI | n8n | Python | JavaScript

Piotr Sikora

Process Automation Specialist

I implement automation that saves time and money, streamlines operations, and increases the predictability of results. Specializing in process automation, AI implementation, and workflow optimization using n8n, Python, and JavaScript.

n8n Workflows

n8n workflow automation templates

Explore my workflow templates on n8n. Ready-to-use automations for blog management, data collection, and AI-powered content processing.

3Workflow Templates

• Auto-Categorize Blog Posts with AI

• Collect LinkedIn Profiles

• Export WordPress Posts for SEO

Similar Articles

Discover more related content

Master SASS Installation with This Quick Guide

Ever dreamed of variables or functions in CSS? The easiest way to get them is by using a preprocessor like SASS.

Front-End Developer Interview Questions Part 1

Essential CSS and HTML interview questions for front-end developers. Quick skill assessment guide for headhunters and candidates.

Pure CSS Collapsible Elements: Create Accordion

Learn how to create collapsible elements and accordion components using pure CSS-no JavaScript needed