Search
The <html> element is the main element, which acts as the container for all the other elements, except the <!DOCTYPE> element. The <head> and <body> elements are placed inside the <html> element.
<html>
<!DOCTYPE>
<head>
<body>