Week 3 Flashcards
What are the two ways in which images can be added to a document?
- As a background image using CSS
2. Embedded inline in content with HTML
What do “SRC”, “TITLE” and “ALT” mean?
SRC - source or location of the image
ALT - “alternative text” that allows you to describe the contents of the image in cases where the user cannot see it
TITLE - Text to additionally describe characteristics of the image or what it represents
How are the height and width of images measured?
Pixels
True or False: Images are inline elements?
True
Can you put a form within another form?
No
What are the two parts of a form?
Action - Provides the location (URL) of the application or script that will be used to process the form
Method - Specifies how the information will be sent (POST secure and GET not secure )
Which other element is <span> the inline equivalent to?</span>
<div></div>