click below
click below
Normal Size Small Size show me how
Computer Science 1
| Question | Answer |
|---|---|
| What is on the left side? | HTML code |
| What does the first line tell the web browser? | That everything coming after it should be interpreted as html |
| What does the metacharacter set tell the web browser? | That it'll use that type |
| What does the metacharacter link allow the browser to do? | If it's bootstrap, it utilizes the bootstrap CSS styling in our webpage |
| What is the nav. tag? | Navigation bar |
| What does the A tag do? | It creates a hyperlink? |
| What's the button tag do? | It makes a button |
| What does the slash at the beginning of a tag mean? | It indicates the end of a tag? |
| What does a UL tag do? | It starts an unordered list |
| Why are we applying nav. order class? | So we can apply bootstrap and CSS styling to that item |
| What does a div. row do? | It's a divider |
| What should be after the div. row? | Nothing |
| How many columns is a row defined in? | 12 columns |