HTML Elements
Headings are defined with the h1 to h6 tags. H1 defines the most important heading. H6 defines the least important heading.
Header 2
Header 3
Header 4
Header 5
Header 6
Let’s try some style attribute, here is a test link. This is strong. Good job. This is emphasized. Keep doing. I don’t like math, but here is how it looks like. 93 = 729. Do you know that water H2O is?. The New York Times (That’s a citation).Underline looks so.
HTML and CSS
hold your mouse here to find out what it is.
To copy a file type COPY
filename. Learn to code
I’ll try.
Table
First Name | Last Name | City |
---|---|---|
Sanna | Danne | 54 |
Armas | Hildimar | 44 |
Maksim | Omolara | 38 |
Unordered List
- Apple
- Tea
- Green tea
- Banana
Ordered List
- Pizza
- BBQ
- Burgers
- Ice cream
Definition List
- Home
- A home, or domicile, is a living space used as a permanent or semi-permanent residence for an individual, family, household or several families in a tribe
- Building
- A building, or edifice, is a structure with a roof and walls standing more or less permanently in one place, such as a house or factory.
Text formats
Article text
Article title
Article description
Preformatted text
What is going on with the text?
Code
.container {
display: flex;
justify-content: center;
background-color: red;
}
Blockquotes
"NOTHING WILL WORK UNLESS YOU DO."
MAYA ANGELOU