htmls syntax Flashcards
1
Q
Give five examples of HTML element types.
A
<html></html>
<head></head>
<body></body>
<title></title>
<p></p>
2
Q
What is the purpose of HTML attributes?
A
attribiuted provide info about the contents of an element
ex)< img src=
src= attribute
3
Q
Give an example of an HTML entity (escape character).
A
< =<
<