Current Assignment(s)
P1: The Live Site
Due: Recommended by Monday, 5.21
Due: Recommended by Monday, 5.21
The Root Element
<html>...</html>
The root element of an HTML document contains all other elements and text. This element is necessary and should always be placed outside of all content.
HTML
<!DOCTYPE html>
<html>
</html>
- Previous
- Next