HTML Flashcards

1
Q

root element

html

A

<html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

paragraph of text tag

html

A

<p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Заголовок 1-го уровня в HTML

html

A

<h1>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

hyperlink tag

html

A

<a>

The href attribute is the URL the link points to. Attributes are key-value pairs that provide additional information about an element, like href=”https://www.boot.dev”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Тэг для метадаты

html

A

<head> contains metadata about the document. Anything in the <head> is not rendered visibly in the browser window.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Заголовок документа

html

A

<title> is the title of the document, which is displayed in the browser tab.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly