Elements Flashcards
H1
Main header
H2
Smaller header
<p>
</p>
Paragraph element
<!—content—>
Syntax for comments
Main
Identifies main section of the page
<img></img>
Image element
Src
Used with image element for the image link
Alt
Used for the text we see when an image doesn’t load
Anchor <a></a>
For links
Href
For link
Target
Attribute used for changing target value ( if the link will open in a new tab and so on….)
Section
Sections the code
<ul>
</ul>
Unordered list
<li>
</li>
List item
Figure
Allows you to associate an image with a caption
<figcaption>
</figcaption>
Captions the image
<em></em>
Emphasis element
<ol>
</ol>
Ordered list
Uses numbers instead
Strong
Makes texts bold
Form
Used for collecting data from the user
Creating password, text boxes and stuff
Input
Used hand in hand with forms and is specified using type attributes
Label
To associate the text with the radio button….if you click the text you click the button and vice versa. Just for accessibility reasons