Advise Internet - Learn Internet From Experts
News Update
Loading...

Monday, March 1, 2021

Create a blog - Blogger Help - Advise Internet Support

If you believe in sharing the idea on the internet, then that is a great thing because you can share anything you want (…and if as your wise you can also earn a decent income from your blog).

However, many beginners want to start their first blogging and they don’t want to make an initial investment of funds to create their first blog.

Introduction example definition of HTML

HTML Introduction


HTML means HyperText Markup Language. Current version of HTML is HTML 5 and the first version is HTML 1.0. HTML is one of the easiest coding languages to learn. When creating a web page there are some sections one must know, such as HTML, CSS, Javascript.


HTML Structure

<!DOCTYPE html>

<html>


<head>


 <title>Webpage Title</title>

 

 <style>

  /*CSS styles written here*/

 </style>


 <script>

  /*Javascript code written here*/

 </script>


</head>


<body>

 <!--HTML tags written here-->

</body>


</html>


CSS style

CSS is defined as Cascading Style Sheet. 

  • After HTML, we should learn CSS.
  • CSS is used to give styles for the web pages. Styles include adding colors, animations, bordering styles, etc.
  • CSS can be included in a web page using three different ways, we will see those in detail in the CSS chapter.
  • CSS styles can be added to a webpage depending on screen height, width, and orientation. So that we can add different styles for the same HTML element in different devices.


<!DOCTYPE html>

<html>


<head>


 <title>HTML Textbox</title>


</head>


<body>

 <input type="text">

</body>


</html>

Try it

<!DOCTYPE html>

<html>


<head>


  <title>Textbox with CSS style</title>


  <style>

    input{

      box-shadow:2px 3px 5px 3px gray;

    }

  </style>

  

</head>


<body>

  <input type="text">

</body>


</html>

Try it



Javascript code

Javascript is used to make web pages more interactive with users, it is used for operations such as basic client-side validation, passing the values to the server, and more.




<!DOCTYPE html>

<html>


<head>


  <title>Button with javascript</title>


  <script>

 function test()

 {

  alert("Test button");

 }

  </script>

  

</head>


<body>

  <button onclick="test();">Click Me</button>

</body>


</html>

Try it

Sunday, February 28, 2021

Tips for Choosing a Suitable Domain Name for a Business Website


In your opinion, how much influence does a domain name have on the success of a business? Well, unexpectedly, there are companies out there that don't pay much attention to domain names. However, we suggest that you shouldn't do this.


Domain names are quite influential on the smooth running of the business. If you use a random domain name, chances are that your business will go unnoticed by potential customers. Therefore, it is important to determine a suitable domain name for your business website.


In this article, we have summarized some tips for choosing a suitable domain name for business people like you.


Tips for Choosing a Suitable Domain Name for a Business Website


Here are some tips for choosing a suitable domain name for a business website.

Create a Short and Unique Name

Before creating a website, create a short and unique domain name. You can use your brand name or insert relevant keywords. Because a short and unique domain will make it easier for people to remember your website. Besides, embedding keywords in domain names makes your website easier to find on search engines.


As a suggestion, avoid using domain names that contain more than three words. For example jualbajubarudanbekas101.com. Surely, the domain name is quite difficult to read and remember, right?


Make sure the Domain Name is Easy to Type


Apart from being unique, the domain name should also be easy to type. If a potential visitor mistypes - even if only one letter - they will not find your website. It could be that they are instead focused on another company's website.


Therefore, think carefully about the domain name you want to use. To check if the domain is easy enough to type in, try pronouncing it. Also, ask other people's opinions about the domain you choose.


Use the Appropriate Extension


There are many domain extensions you can use. Such as.CO, TECH, STORE, and many more. What is important, remember that you must choose the extension that best suits your business website.


Typically, companies use.COM and .ID domains. However, you can also get creative by using other unique extensions. For example, if your business is in the culinary field, you could use the.KITCHEN domain.


Make sure the domain name has not been used by another party


After you find a suitable domain name, first check whether the domain name has been used by another party or not. Also, make sure that no company is using a domain name that is too similar to your choice.


Well, you can confirm this directly on the Niagahoster website. At Niagahoster, you will find various hosting and domain options that suit your needs and can of course be priced at affordable prices. So what are you waiting for? Before other companies get ahead, let's buy cheap domains at Bluehost!


Have a Quality Business Website


At this point, you have understood some tips on choosing a suitable domain name for a business website. That means, you already have enough insight to have a quality business website. That way, the next step that needs to be done is to create a business website through cheap Nepal web hosting.


Finally, good luck, yes! Success is waiting for you!


Thursday, February 25, 2021

Advise Internet First Post - Welcome:)

Welcome to Advice Internet. This blog is started with a vision to share knowledge and increase awareness about the Internet, Technology and make money online.

Hi, My name is Subarna Basnet. I’m a Professional Blogger, Computer Programmer, and an Online Entrepreneur. I have started this website to share knowledge and this is an open community to interact with like-minded people on any topic related to:-

  • Make money online
  • Programming
  • Reviews
  • Blogging
  • Technology
  • Social Media