HTML flash card
(4 cards)
1
Q
What is a HTML
A
Hyper Text Mark Up Language
Mark up language for creating web pages
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>
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
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>