HTML elements: Head and Body
In our previous article, we pushed our first HTML project to GitHub. Continuing from there, I have now added some more text elements to the code.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content...
amexabee.hashnode.dev3 min read