<img style="max-height:200px; margin-left:20px;" src="https://www.ashokcharan.com/images/ashok.jpg">
The code for the HTML webpage in Exhibit 25.1 follows the tree structure shown in Exhibit 25.0
<!DOCTYPE html>
<html>
<!-- Information (metadata) for browser -->
<head>
<title>
My First Webpage
</title>
</head>
<!-- Content that goes on the webpage -->
<body>
<h1>Hello!</h1>
<p>My name is Ashok.
<a href='https://www.ashokcharan.com/Contact/author.php'> website</a>.
</body>
</html>
The webpage is a very simple introduction to Ashok. Here is a breakdown:
Overall, this is a basic webpage that could be improved by adding more information. An image, for instance, could be added with a style
attribute specifying the height of the image and the left margin, and the src
attribute specifying the source of the image:
<img style="max-height:200px; margin-left:20px;" src="https://www.ashokcharan.com/images/ashok.jpg">
Use the Search Bar to find content on MarketingMind.
Contact | Privacy Statement | Disclaimer: Opinions and views expressed on www.ashokcharan.com are the author’s personal views, and do not represent the official views of the National University of Singapore (NUS) or the NUS Business School | © Copyright 2013-2025 www.ashokcharan.com. All Rights Reserved.