|
|
|
|
|
by bphogan
3731 days ago
|
|
HTML is not the presentation. HTML is the content and description of content. You put a <strong> tag around text to make it strong emphasis. CSS is the presentation. Your browser sees the <strong> tag and applies its default style of making it bold. |
|
This is just incredibly pedantic. For all practical purposes HTML + CSS is the presentation. Toss JavaScript into that if you want. Front-end work is the presentation.