click below
click below
Normal Size Small Size show me how
HTML/CSS Review
HTML Review
| Question | Answer |
|---|---|
| HTML | Hypertext Markup Language |
| <head> /<head> | HTML element that holds metadata about the document |
| <body> </body> | HTML element contains the information actually presented to the user; it represents the content of the document |
| <p> | Element used for paragraphs. |
| <ol> vs <ul> | Ordered list element vs unordered list element. One had numbers per item one has dots per item. |
| <img src="" alt="" /> | An Image element. This tab is self closing and has a src="" and an alt="" inside. They are called attributes. SRC is for source so the HTML knows where to the the image from and ALT is for alternative text (if the picture can't be loaded etc) |
| CSS | Cascading Style Sheets |
| class or id |