![]() |
Photo by Pankaj Patel on Unsplash |
Week two we began diving into the basics including how a web page is structured. We read about several tags and elements, and discovered a basic web page template:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
The blockquote element was new to me and it displays a block of text that is intended from both left and right margins.
<blockquote></blockquote>
A few classmates shared some HTML tutorials in this week's discussion and I thought these two were particularly helpful:
https://www.tutorialrepublic.com/html-tutorial/
https://www.tutorialspoint.com/html5/index.htm
https://www.tutorialspoint.com/html5/index.htm
No comments:
Post a Comment