Day 1
Day 1
Web development is the process of creating and maintaining websites and web applications. A
website is to writing code that makes the website function correctly.
Html Introduction
What is HTML?
<!DOCTYPE html>
<html>
<head>
<title>Websites</title>
</head>
<body>
<h1>Welcome</h1>
<h2>Welcome</h2>
<h3>Welcome</h3>
<h4>Welcome</h4>
<h5>Welcome</h5>
<h6>Welcome</h6>
</body>
</html>
HTML Basic Structure Explanation
HTML Attributes
HTML Images
The tag is a container tag of HTML that is implemented for creating scrollable text or images
within a web page from either left to right or vice versa, or top to bottom.