Images
Tables
CSS Text
Buttons
Navigation
100

Adding images

What is 

<img src="picture" alt="picture name">

100

Table purpose

What is 

HTML tables allow web developers to arrange data into rows and columns.


100

letter spacing

what is 

The letter-spacing property is used to specify the space between the characters in a text.


100

Button purpose

What is... Help you click to get to another place on the website

100

Navigation purpose 

What is... To get to other pages on the website 

200

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).

200

Table content

What is

A table cell can contain all sorts of HTML elements: text, images, lists, links, other tables, etc.

200

Line height

What is

The line-height property is used to specify the space between lines

200

button tag

What is 

<button>

300
image size

What is

The width and height attributes always define the width and height of the image in pixels.

300

Table row

What is

Each row starts with <tr> and ends with </tr> tag

300

Word spacing

What is 

The word-spacing property is used to specify the space between the words in a text.

300

button color

What is 

Use the background-color property to change the background color of a button

400

image link

what is

To use an image as a link, put the <img> tag inside the <a> tag:


400

Number of table rows

What is

You can have as many table rows as you want to.

400

Text color


What is

The color property is used to set the color of the text.

400

 Button size

What is

Use the font-size property to change the font size of a button

500

Image floating

What is 

Use the CSS float property to let the image float to the right or to the left of a text

500

Table header code

What is

You can use <th> to type the table header.

500

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.

500

Rounded buttons 

What is

Use the border-radius property to add rounded corners to a button

M
e
n
u