Web Design Flashcards
(20 cards)
What does HTML stand for?
HyperText Markup Language.
What does the <html> tag do?
Tells the computer it is HTML code.
What does the <head> tag do?
Non-visible content is added here, like CSS code.
What does the <title> tag do</title>
Inserts a title into web browser.
What does the <style> tag do?</style>
Inserts CSS code.
What does the <body> tag do?
Includes visible webpage content like text.
What does the <h1-6> tag do?</h1-6>
Inserts a heading.
What does the <p> tag do?
Inserts a paragraph.
What does the<br></br> tag do?
Inserts a line break.
What does the <img src=> tag do?
Inserts an image.
What does the <a href=> tag do?
Inserts a hyperlink.
What does the <ul> tag do?
Inserts a bullet point list.
What does the <ol> tag do?
Inserts a numbered list.
What does the <li> tag do?
Inserts its contents into surrounding lists.
What does CSS stand for?
Cascading Style Sheets.
What does the CSS declaration background-color do?
Sets background colour.
What does the CSS declaration color do?
Sets text colour.
What does the CSS declaration font-family do?
Changes font style of text.
What does the CSS declaration font-size do?
Changes font size of text.
What does the CSS declaration text-align do?
Aligns text to the center, left or right.