How to develop website | Part 3 | Simple code in HTML
Hello Friends, I am Abthahi and welcome to my another tutorial post.
Okay, in this post we are going to learn about a simple HTML code to understand the formation of the HTML. See bellow...
<html>
<head>
<title>Hello World</title>
</head>
<body>
<p>Hello my name is Abthhai</p>
</body>
</html>
This is a simple code written in HTML. Open notepad on your desktop and paste this code and save it as this format (*.html). It is very important that you must need to save it as a html file with dot(.)html extension else you cannot able to run this code on browser.
When you will run perfectly this code it show look like this
Now let me explain about this simple code.
when we use <title><title> tag it make look like this
And when we use <p></p> it will give us result like this.
Hope that now you have idea about html code formation. If any question appear in your mind then comment . I will reply you soon as possible. Thanks.
In the next posts we learn more about HTML and we will start journey with css too. Please subscribe to get notifications about my next posts.
And also thanks for read this blog post.
Facebook link : https://www.facebook.com/abthahi.ahmed.rifat/
Twitter : https://twitter.com/AhmedAbthahi
Instagram : https://www.instagram.com/abthahi.ahmed.rifat/
Facebook Pages :




Comments
Post a Comment