Adding images
What is
<img src="picture" alt="picture name">
Table purpose
What is
HTML tables allow web developers to arrange data into rows and columns.
letter spacing
what is
The letter-spacing property is used to specify the space between the characters in a text.
Button purpose
What is... Help you click to get to another place on the website
Navigation purpose
What is... To get to other pages on the website
alt atribute
What is
The required alt attribute provides an alternate text for an image, if the user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).
Table content
What is
A table cell can contain all sorts of HTML elements: text, images, lists, links, other tables, etc.
Line height
What is
The line-height property is used to specify the space between lines
button tag
What is
<button>
What is
The width and height attributes always define the width and height of the image in pixels.
Table row
What is
Each row starts with <tr> and ends with </tr> tag
Word spacing
What is
The word-spacing property is used to specify the space between the words in a text.
button color
What is
Use the background-color property to change the background color of a button
image link
what is
To use an image as a link, put the <img> tag inside the <a> tag:
Number of table rows
What is
You can have as many table rows as you want to.
Text color
What is
The color property is used to set the color of the text.
Button size
What is
Use the font-size property to change the font size of a button
Image floating
What is
Use the CSS float property to let the image float to the right or to the left of a text
Table header code
What is
You can use <th> to type the table header.
Text align
What is
The text-align property is used to set the horizontal alignment of a text.
A text can be left or right aligned, centered, or justified.
Rounded buttons
What is
Use the border-radius property to add rounded corners to a button