Syntax
In computer science, Syntax refers to the strict set of rules, structure, and spelling that dictates how symbols and words must be combined to form a correctly functioning line of code. Just as human languages have grammar rules (subject-verb agreement, punctuation), programming languages (like HTML, CSS, JavaScript, and Python) have syntax. If a developer misses a single bracket or semicolon, it results in a "syntax error" and the code breaks.