|
|
Created by Microanna Pasta
about 6 years ago
|
|
| Question | Answer |
| What does HTML stand for? | HTML stands for Hypertext Marker Language |
| What other coding language can it be assisted by? | JavaScript |
| If there is a mistake in your code, what is it called? | A Syntax Error |
| If you start the function <p> how do you end it? |
</p>
Image:
P (binary/octet-stream)
|
| How do you start and end the code? |
<html> </html>
Image:
Html (binary/octet-stream)
|
| Who developed HTML? |
Tim Burness-Lee
Image:
Timmm (binary/octet-stream)
|
| When was HTML released? |
In the late 1990's
Image:
1990 (binary/octet-stream)
|
| What does <b> do? | It makes writing bold. |
| What does img src = ". . ." mean? |
To import an image
Image:
Img (binary/octet-stream)
|
| What does <i> do? | Italics |
| What does <br> mean? |
It is a line break
Image:
Enter (binary/octet-stream)
|
| What is <h1>, <h2> and <h3>? | <h1> = Title <h2> = Subtitle <h3> = Normal writing |
| <body> | The main section of a web page |
| <th> | A table header |
| <a> | An anchor, often a link to another web page |
| <span> | Often used for styling |
| <h1> | Largest size for a text header |
| <h6> | Smallest size for a text header |
| <input> | Allows users to enter data |
| <p> | A paragraph tag |
| <li> | A list of information |
| <ul> | A list of information, not in order |
| <td> | The cell in a table |
| < /> | A list of information |
| <header> | The title of a site |
| float:right | makes the image go to the right so tat there are no empty spaces |
| 1st page | index. html |
| 2nd page | Showcase: Make sure that the files are named to do with what the webpage is about |
Want to create your own Flashcards for free with GoConqr? Learn more.