Html Flashcards
Syntax that controls a list to be unordered
Ul
Extension of all html pages
.html
Syntax that controls for an ordered list
Ol
Tag for a list item
Li
The way to not add styles to html
Inline styling
Syntax to link a style sheet
<link rel=“stylesheet” href=“(name)”>
Keywords to use when creating an image
Img, source(src), aternative(alt), height and width
What does Div tag do
Define a section
Name for the tag to link image, attributes
Anchor, Href and target
Keyword to make an image link open in a new tab
Target=“_blank”
Keywords for a form
Type, name and value
Syntax for a new line
Br
What things on forms have type radio
Fill in bubbles
Marker for a line getting input
Input
Tag to make a row in a tabld
Tr
Extension of javascript files
.js
What class centralizes context and fixes margins
Container
What class styles icons and their accompanying text
Icon-block
Tag for displaying icons
i