What is the tag used to make a paragraph?
<p>
What is the main purpose of CSS?
What is the tag for "paragraph" in html?
<p>
What are the 3 coding languages we are learning in this program?
HTML, CSS, JavaScript
What does HTML stand for?
HyperText Markup Language
What is the heading tag?
<h1>
<h2>
etc...
Which of the following can you change with CSS? (Say all that apply)
1. Text Color
2. Image Displayed
3. Text Animation
4. Text Font
5. Background Color
1. Text Color
4. Text Font
5. Background Color
Opening: <Text>
Closing: </Text>
What should you copy as the image source to place in an HTML document?
The link address/image address
What is the 3rd most popular computer language in the world?
Javascript
What is the difference between an HTML opening tag and a closing tag?
Closing tag has a '/'
What does CSS stand for?
Cascading Style Sheets
What does <h1> mean?
Heading 1 (the largest heading)
What is the function and where does the header, footer and navigation bar display?
What is the main purpose of JavaScript?
Adding interactivity and dynamic features to web pages
What is the main purpose of HTML?
Create the structure & text of a website
Come up a selector that would select a class?
What is .class
What is the <div> tag used for?
Sectioning out or dividing sections in an HTML document
What does CSS stand for?
Cascading Style Sheets
Name 5 tags you have learned about in HTML
(What typically is found between < >)
<p>
<h1>
<div>
<img>
<ul>
<body>
What does HTML stand for?
HyperText Markup Language
What is one of the 3 ways we can implement CSS in a webpage?
External CSS
Internal CSS
Inline CSS
What does src= mean?
The source for something (like the address of the image you want to display)
What makes up an HTML element?
A tag and the content between it
What year was CSS first published?
1996