HTML flash card

(4 cards)

1
Q

What is a HTML

A

Hyper Text Mark Up Language
Mark up language for creating web pages

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

What does HTML Represents

A

It Represent the content and structure of a web page through the use of elements .
Example of a Paragraph element

<p> hello </p>

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

What is a Void Element

A

A void element is a HTML without a closing tag <img></img>
Void element can not have any content only a start tag

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

What is a Attribute

A

An attribute is a special value use to adjust the behavior for and HTML element . Example
<img></img>
<img -tag name> <src-attribute><image-name><location-attribute></location-attribute></image-name></src-attribute>

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