Make a simple HTML Page using Mobile


I am Nowshad Hossain Rahat and in this tutorial I will show you that How you can create a simple HTML page using only your mobile phone.

Ok so,let me introduce you - 

What HTML is?

The full form of HTML is hypertext markup language and this language is used to create documents with different styles and sections and actually HTML is so easy to learn and the most exciting thing is that we can build website structures using HTML.

Before starting the tutorial I ensure you that I am using the "Quoda" app as my code editor,you can download this from Play Store.Just search "quoda" in the play store search bar and the app will be found.Then install it and this app is very small.Ok so,now let's get started.

Actually,every HTML document have a common structure to build a HTML page or a web page.So in this tutorial we will learn the basic structure of HTML page.At first after installing the code editor, open the app and follow the screenshots below.

1.Open your code editor.




2.Create new file and save






3.Type this code in the Screenshot below.⬇


4.Check the preview.









Here is the basic structure for any Html page.

<!DOCTYPE html>
<html>
	<head>
		<title> Your Title Here! </title>
	</head>
	<body>
		
		<!-- this is html comment.so it will not be visible to browser -->
		
	</body>
</html>

--------------
Read More:

----------------------------------------
Thanks for reading my post.
Please Share this Post.
-----------------------------------------

Comments

Post a Comment