HTML Terms Flashcards
What is “active recall”?
Saying out loud what you learned, right after learning it
What is “spaced repetition”?
Spacing out studying sessions to “cement” the information into the brain
What are web developers called who work on client-side code?
Front-end web developers
What are web developers called who work on server-side code?
Back-end web developers
What are web developers called who work on both client-side and server-side code?
Full-stack web developers
What does WWWC stand for?
World Wide Web Consortium
What is the WWWC?
A group of people who came together and set the standard for the web, and for what it will look like going forward
What is the role of HTML on websites?
Structure/the elements that appear on the website
What is the role of CSS on websites?
Design/style (colors, fonts, sizes, etc.)
What is the role of Javascript on websites?
Behavior/interaction of content (moving text, etc.)
Why should you separate the roles of HTML, CSS, and Javascript ?
It keeps everything organized and easy to understand
What is semantics in HTML?
The reason/meaning behind a piece of code
What does the heading ( <h1> through <h6> ) tag do?
A title that describes content coming after it
Define the <p> tag.
Paragraph. Used for containing long sections of text
Define the <span> tag.</span>
Used for containing shorter sections of text, typically less than a sentence