Neither footer or header are mandatory, but they give meaning to the content for tools a robots. Also, because we are using UTF-8, we can do the following: 😗
We are using p here because it's a paragraph.
p automatically does a line break and has an increased line spacing.
quoteelement, which is used for short inline quotes.
For long quotes, use the blockquote element. It can contain multiple elements for e.g. citation.
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
Leave
this
formatting
alone!!!!!
THere are some other elements like this span. Here goes some more text.
Or we use a
| First name | Last name | Age | City |
|---|---|---|---|
| Jill | Smith | 50 | Vienna |
| Eve | Jackson | 94 | |
| Sum | 144 | ||