Pages

Pages

Saturday, 12 March 2016

HTML : How to create a simple HTML webpage.

Hey well, How a website is created? Actually, Everyone says, Canny, intelligent people who know programming languages use some special codes on computers that outcomes a website. Well, literally, that sounds too-too interesting and fascinating. Creating a website is fun. And looking at its stats every day, managing it, is too fun. It precisely uses HTML in start to create a website.utcoem

Well, Yes, That’s correct. Web Developers use a bunch of different programming languages to create a website. Facebook, Twitter, Google and such like powerful websites use different programming languages like – PHP, to be up to mark.

Learning how to create a web page ain’t a big deal or painful thing to do. You can create a website by learning starting languages such as – HTML, CSS. You must agree that ‘Yes, Creating a website is fun’ because it’s a right opportunity for one to do something new on its computer. And literally learning something creative. Who knows that bringing off something new to our minds could change out future.

If you want to create a simple web page, you need to learn HTML.

HTML

HTML , abbreviated from Hypertext Markup Language is a markup language used to create webpages. You use HTML tags to create a simple layout of a web page. You use different HTML tags to do different parts like – adding a paragraph, heading,adding audio ,video or containers in our website.

Well, what do you need to have to get started with HTML:

Nothing great. You don’t need any extra equipment or a paid stuff to create something good with HTML.

You just need:

  • A Computer (Obviously!)
  • A simple text editor (Well, This ain’t a strange thing. You use this tool on a daily basis. Yeah, Notepad in Windows. You need to have a Text Editor to write code into for developing a website. You don’t have to download a big complex Text Editor because you’re just starting with coding. No need to have a paid product really. You can use Notepad++ if you want to experience with a good text editor for creating websites. And Brackets is fun to use if you’re a MAC user.)
  • Web Browser (Literally, what would you use to view your created web page ? Obviously a Web Browser. Google Chrome is best. Firefox good too.)

 

Impressive!, Let’s begin the journey,

Creating our beautiful simple web page :

  • Create a simple file in Notepad (or in any text editor you’re using). Save it now as ‘index.html’ (Note: .html is the extension that HTML uses as opposed to a .txt extension. You can use .htm too)
  • Type down the following code:
<!doctype html>
<html>
<head>
<title>My first website. Yay!</title>
</head>           
<body>
<h1> Welcome to my first website.</h1>
<h2> Welcome to my first website.</h2>
<h3>Welcome to my first website.</h3>
<h4>Welcome to my first website.</h4>
<h5>Welcome to my first website.</h5>
<h6>Welcome to my first website.</h6>
<p>I  m a creative web designer who is loving
     creating websites. </p>
<blockquote> Stay hungry, stay foolish!</blockquote>
     </body>
</html>

And now press Ctrl + S or Command ⌘ + S (if on mac), for saving your file.

And now open your saved ‘index.html’ file on any web browser (I’m using Google Chrome).

You would get this result:

HTML So well, kudos you’ve created your very first web page.

And now head over to next article if you want to learn about styling your web page. And that’s a beautiful part to be said really. You will find yourself fancy creating your websites. It uses CSS (Cascading Stylesheets) to do the work. So yes, it will in actual include whole part of CSS like this includes HTML in all.

Learn creating a website in HTML like the clappers through this video :

I’ll be posting more articles regarding programming, web development and such like. Thanks.

Enjoy!

The post HTML : How to create a simple HTML webpage. appeared first on Lapeasy Inc..



from WordPress http://ift.tt/1RKXxUm
via Lapeasy Inc.

No comments:

Post a Comment