Website Development Flashcards
1
Q
What are HTML tags and how do you make them?
A
Almost all tags contain two parts, an opening, and a closing tag. For example, <html>
2
Q
what is CSS and how is it used to change the appearance of a website
A
CSS stands for “Cascading Style Sheets.” CSS is used to style the content of a web page by adding design elements like colors, fonts, and spacing.
3
Q
how are hyperlinks used to link a webpage to create a website?
A
In a website, a hyperlink (or link) is an item like a word or button that points to another location. Websites use hyperlinks as a way to navigate online content.