Write the code to display image element with a source set to pup.png.
<img src="pup.png">
This person became the GOAT on Jeopardy's Tournament of Champions
Ken Jennings
WHAT 3 LANGUAGES DO CODE NATION'S INTRO TO WEB DEVELOPMENT STUDENTS LEARN ?
HTML, CSS, AND JAVASCRIPT
WHAT ARE HTML, CSS, PYTHON, AND JAVASCRIPT ALL EXAMPLES OF?
COMPUTER (PROGRAMMING) LANGUAGES
This is one major difference between img and input tags versus p and div tags.
img and input are self-closing.
Our president and vice president elect ?
Joe Biden and Kamala Harris
WHICH CODING ENVIRONMENT IS USED TO WRITE HTML, CSS, AND JAVASCRIPT IN CODE NATION'S INTRO TO WEB DEV COURSE?
Popcode
WHO CREATED THE SOCIAL MEDIA PLATFORM, FACEBOOK, WHILE STUDYING AT HARVARD UNIVERSITY?
MARK ZUCKERBERG
#container, .item and h1 are all examples of this
selectors
Japan's Prime Minister Shinzō Abe announces postponement of this event until summer of 2021 because of the worldwide coronavirus pandemic
the Olympics
What is next year's coding class at Code Nation called?
Fellowship 2
WHAT WAS THE FIRST POPULAR VIDEO GAME THAT YOU COULD PLAY ON A MACHINE?
Pong
Write it! Use CSS to change this element's text to blue.
<p id="sentence">The quick brown fox</p>
#sentence{
color:blue;
}
On February 9th, This film became the 1st non English film to win Best Picture & Best Director, Bong Joon-ho.
Parasite
ADDITION TO the Bay Area, WHERE ELSE IS CODE NATION LOCATED?
New York and Chicago
WHAT DOES "WWW" STANDS FOR?
World Wide Web
Write it! Give the following div a solid, red, 5-pixel border
<div id="danger">Caution</div>
#danger{
border:5px solid red;
}
The app that the Trump Administration tried to ban twice and the name of the apps top influencer?
Tik Tok and Charli D'Amelio
WHAT YEAR WAS CODE NATION FOUNDED ?
WHO WASTHE FIRST COMPUTER PROGRAMMER?
ADA LOVELACE