Ads

Get Free MS Word Alternative 2021

There is nothing to grumble about when things don’t go our way. What we need to do is to find out the alternative as a substitution to the one we cannot afford. Normally, things go well only when we long to strive for the other option apart from the one existed.

So, it is almost the same with regard to anything at any aspect of life for once we have the knowledge we can keep searching and try to do something new when things don’t fit our situation sometimes. That is what exactly that I want to share with you today.

In this tutorial, I will teach you how to get the MS Word Alternative if you encounter error with the existed version of the software. You need not worry how to start and what to do since, everything will be given to you for free.

Though in the video I taught in my own language known as the Khasi Language yet I never exclude others who wish to learn the same; therefore, this website is meant for this purpose of good sharing.

If you know basic HTML coding, then it would be easier for you to grasp this article otherwise you can watch the video on this topic and download the source code for free.

All you need to do is to create one html file as “home.html”, “word.html” or whatever name you seems fit for your choice. After that you can either paste the following codes into your html file and then save or start typing by yourself to see the magic of notepad that converts your HTML codes into a good looking MS Word Alternative for you.

Below are the CSS Codes:


	<style>
		body{
			background-color: gray;
		}
		.inline{
			align-self: center;
			background-color: #fff;
			margin: 0 auto;
			padding: 0px;
			width:595px;
			height: 842px;
		}
		.textarea{
			text-align: justify;
			padding: 10px 15px 10px 10px;
			font-size: 15.5px;
		}
		h1{
			text-align: center;
		}
	</style>

Below are the HTML Codes:


	<!DOCTYPE html>
<html>
<head>
	<title>Word Tutorial 2021</title>
</head>
<body>
	<div class="inline">
		<div class="textarea">
			<h1>Kane ka dei  ka Heading</h1>
			<p>
				First Paragraph.<br /><br />
Second Paragraph.<br /><br />
				<img src="dur/Tiewkulab.jpg" width="50%">
			<h3>Ka Heading Ba-ar</h3>
				First Paragraph.<br /><br />
Second Paragraph.<br /><br />	

			</p>
		</div>
	</div>
</body>
</html>

In case you cannot copy the above codes you can DOWNLOAD it from the link below.

Source code 

Download File

I hope this tutorial is helpful for you. If it is so, please leave us your comments below. 

Post a Comment

0 Comments