what is the paragraph tag
what is p tag
what does
body{
background-color: red;
}
do?
changes the background color to red.
Who is the owner of Tesla
Who is Elon Musk
what does
<!DOCTYPE html>
do?
Who is the shortest T.A
Adeilya
What is the difference between H1-H6
What is size
what does
body{
color: blue;
}
do?
changes text color to blue
Who is the creator of Apple
who is Steve Jobs
body {
background-image: url(cflag.jpg);
background-size: cover}
who is the quietest?
Jennie
how do you connect a html file to css
what is <link rel="stylesheet" href=".css">
what does
<div align='center'></div>
do?
aligns the div to the center
What are 2 popular playing systems?
what is Xbox series X, PS5
who is the smartest T.A
Kevin
what tag makes a numbered list
what is OL
what does
div{
border-bottom-style: dotted;
}
do?
changes the border style of the bottom of the div
Where is Google headquarters located
Where is Silican Valley
explain this <div class="Box"><h3>Random Facts About Cuba</h3> <ul> <li>YOU CAN FIND A BEATLE IN A HAVANA PARK.(artist)</li><li>The most popular sport in Cuba is baseball</li><li>Cuba has classic american cars</li> </ul></div>
What is boxed unordered list
Who is the oldest T.A
Gilbert
named all the tags youve learned so far
What is h1 through h6, p, ol, li, head, title, link, a, button, html, body, img, div, ul, ETC
what does
#example{
box-sizing: border-box;
}
do?
definds how the width and height of an element are calculated.
When was the first computer created
what is 1943
name an example of a atribute?
src, href, width, etc...