Term
|
Definition
Document Type Declaration |
|
|
Term
|
Definition
The <html> element is the root element of an HTML page |
|
|
Term
|
Definition
The <head> element contains meta information about the document |
|
|
Term
|
Definition
The <title> element specifies a title for the document |
|
|
Term
|
Definition
The <body> element contains the visible page content |
|
|
Term
|
Definition
The <h1> element defines a large heading |
|
|
Term
How many heading sizes are there? |
|
Definition
|
|
Term
|
Definition
<a href="https://www.w3schools.com">This is a link</a> |
|
|
Term
|
Definition
<img src="link or directory"> |
|
|