Activity 19: Research CSS
Document Structure:
<!DOCTYPE html>: Declares the document type as HTML5.
<html lang="en">: The root element of the HTML document, indicating the language is English.
<head>: Contains metadata about the document:
<meta charset="UTF-8">: Sets the ...
gerliedaoayan.hashnode.dev4 min read
Thirdy Gayares
software-engineer