What is a code?
A code is a set of rules that put togeather a webpage.
What is a HTML?
It starts your webpage so you can start coding.
What does CSS mean
cascading style sheet.
What do links do ?
They can combine webpages to make a websigt
What is the deffintion of coding?
Its a way to make games, websights, ect eaiser to make.
What is the code for the biggest header?
<h1>
What is the code for HTML the beggining, and end.
<Html> </html>
What is the CSS used for?
The css is were you can change what you want to do to your webgapge like color,ect.
What is the code to link?
<a href=""> </a>
What is the definition of <!DOCTYPE>
This you have to have to start any of your coding on a webpage.
What is the part of the code that closes the tag?
The slash /
What is the point of the HTML?
It is to start a tag.
What is the code for font size?
font size:100px;
Why do you think linking is important?
Its important becasue instead of having multiple websights about one topic you can combine it
what does { do in the CSS?
It starts and begins what you want to do to change something in your webpage.
What is the code for a paragraph?
<p>
True or false you can make a good webpage without the Html?
false.
what goes on the end of your codes in the CSS
;
true or false you can link togeather more than one thing on your webpage?
true
what is the code for bullet points ?
<li>
List examples of common used tags ?
<p>
<img>
<li>
<h1>
What is the code for The color you want as your backround?
Backround color: ;
true of false lnking doesn't matter when you want to combine webpages?
false.