In software development, semantics refers to the meaning or purpose of code or data. It focuses on what a program is supposed to do, as opposed to syntax, which deals with how the code is written.
a = 5
b = 0
print(a / b)
2. HTML Semantics:
<header> instead of <div> for a webpage header.
3. Semantic Models: