HTML Flashcards
link element
anchor tag: <a>link title</a>
link element
anchor tag: <a>link title</a>
picture element
<img></img>
adding comment
what is a span?
a generic inline element for grouping things
make a horizontal line
<hr></hr>
make a line break
<br></br> after the last word of the section
subscript
letter or number
superscript
letter or number
list 5 semantic elements
- main
- nav
- footer
- article
- summary
picture element
<img></img>
adding comment
what is a span?
a generic inline element for grouping things
make a horizontal line
<hr></hr>
make a line break
<br></br> after the last word of the section
subscript
letter or number
superscript
letter or number
list 5 semantic elements
- main
- nav
- footer
- article
- summary
emmet child syntax
>
emmet sibling syntax
+
emmet repeat syntax
*3 or *5 etc.
emmet item number
$ (replaces $ with a number)
ex: ul>li.item$*5
<li>class="item1" </li>
add table
how to create a field in a form
add table row
add table header
identify head of table
identify foot of table (like a totals row)
identify body of a table
make a table header span 2 rows or 2 columns
or
first element needed to make a table
how to start a form
action=”where to send info”
how to create a field in a form
how to create a label for form
- connect to id for input
2. Label Name
create a checkbox in form
Scales
in input can say “checked” to have auto checked
create radio button in form
Scales
[name for all buttons in a group must be same]
[value is what is sent by form button]
select from drop down in form
Dogs
Cats