How many header sizes are there?
What is 6 (h1, h2, h3, h4, h5, h6)
Why does the code sometimes turn pink?
What is when it notices a bug; the bug might be in pink or it might be somewhere before the pink code
What does the css page do?
What is decorates and personalizes the codes and links in the workspace
What do you do underneath any link code?
What is add a comment code?
What does css stand for?
What is cascading style sheet
What is the bullet and number tag?
What is Bullet - <ul> and Numbers - <ol>
What is the HTML page?
What is the page where you right the codes for paragraph/text, headers, images, and links.
What is the space to the left of the workspace called?
What is file
Can you link a page or image to the same page?
What is technically yes but it is pointless.
What does HTML stand for?
What is Hypertext Markup Language
What is the break code?
What is <br>
Can you only have one HTML page?
TRUE or FALSE
What is FALSE
Can you only have one css page?
TRUE or FALSE
What is FALSE
What is the code to link webpages?
What is <a href="page.html">Link Name</a>
What are attributes?
What is the copy rights/ licensing of an image.
What is the image tag?
What is <img src= "picture link" alt= "picture description" >
What is the space called where you write tags in?
What is workspace
What does the tag font-family do in the css?
What is changes the font of the text to cursive, monospace, fantasy, inherit, sans-serif, and serif.
What is the code to link images?
What is <a href="page.html"> <img class="image class name" src="image" alt="image description"></a>
What does the attribution NC or Non Commercial mean?
What is others may not use the work for advertising or to make money.
What is the class code and what does it do?
What is <header tag class="text">text</header tag>; the class code separates that part of the webpage in order to be designed and customized separately.
What is an HTML element?
What is a piece of a website that is marked by a start tag and sometimes closing tag; the element also includes the content inside the tags.
What does the css sheet look like for class codes?
What is
.text {
code: text;
code: text;
}
Can links be linked through the css page?
What is no
What does hyperlink mean?
What is a link from a file or document that takes you to a different location or file.