Web-Design questions

HTML is an acronym for.

HyperText Markup Language

Elements that do not require a separate closing tag are called.

void (or empty) elements

How is an HTML opening tag written?

a key word inside of angle brackets

The <title> tag is nested inside the..

<head> tag

What is the <body> section's purpose?

It is where all of the page's displayed content is placed.

Which section tells the browser what version of HTML is being used?

the DOCTYPE declaration

What is CSS's main function?

to style a website

Which symbols are used to move a relative link up a directory?

../