What tag do you use to start an HTML document?
What is the <!DOCTYPE html>tag?
What is CSS used for?
What is to style HTML elements?
What does copyright protect?
What is original works of authorship?
What is the first step in the website planning process?
What is to identify the purpose and audience of the website?
Name one role in web development.
What is a front-end web developer?
What are semantic elements in HTML5.
What are tags that define the meaning or purpose of the content.
How can you apply an inline style to an element?
What is by using thestyleattribute within the HTML tag?
What is a Creative Commons license?
What is a type of license that allows creators to share their work with certain restrictions?
Why is usability important in web design?
What is to ensure that users can easily navigate and use the website?
What skills are important for a UI designer?
What are creativity, user research, and visual design skills?
How do you create a link to an external website?
What is using the <a> tag with the href attribute?
What is the CSS Box Model?
What is the concept that includes margins, borders, padding, and the actual content?
When do you need to obtain permission for non-original work?
What is when you want to use someone else's work without it being covered by fair use?
What is a wireframe?
What is a visual guide that represents the skeletal framework of a website?
What does a back-end developer do?
What is work on the server side, managing databases and application logic?
What is the purpose of the <meta> tags in HTML?
What is to provide metadata about the HTML document?
Describe how to link an external CSS file to an HTML document.
What is by using the <link> tag in the <head> section?
What is an Acceptable Use Policy (AUP)?
What is a set of rules governing how technology and internet resources can be used?
Name two accessibility standards for web design.
What are using alt tags and ensuring sufficient color contrast?
What is a full-stack developer?
What is someone who works on both front-end and back-end development?
What is the purpose of the alt attribute in an <img> tag?
What is to provide alternative text for the image, improving accessibility?
Explain what a CSS class selector is.
What is a way to apply styles to multiple elements with the same class name?
Define netiquette in the context of digital communication.
What is the etiquette for communicating respectfully online?
Describe the importance of cross-browser compatibility.
What is to ensure the website functions correctly across different web browsers?
Why is teamwork important in web development?
What is because web development often requires collaboration among various roles to succeed?