Question about Hosting A website

Regular_Soul

Registered Member
Joined
Mar 3, 2021
Messages
76
Reaction score
62
Hey People Whats up

I have a basic question that has been gambling in my mind lately.

I have no idea about creating a website and have been interested lately on opening one(from scratch)

Is it better to host a website created by wordpress or the one created by the programming languages such as CSS,JS,HTML,PHP etc

Thanks for your replies
 
I strongly believe and recommend that you start a new web site with a CMS tool (such as Wordpress, Drupal, or Joomla) rather than starting from scratch with programming languages like CSS,JS,HTML,PHP, and so on.

Pros in Wordpress
* It has better SEO and security capabilities
* It is fast
* It has thousands of pre-made templates/plugins.

Cons in Php. HTML Applications
* Everything must be added to the source code, therefore separate coding for SEO is required.
* It is quite slow.
* Everything must be built from the ground up.

Best of luck
 
I strongly believe and recommend that you start a new web site with a CMS tool (such as Wordpress, Drupal, or Joomla) rather than starting from scratch with programming languages like CSS,JS,HTML,PHP, and so on.

Pros in Wordpress
* It has better SEO and security capabilities
* It is fast
* It has thousands of pre-made templates/plugins.

Cons in Php. HTML Applications
* Everything must be added to the source code, therefore separate coding for SEO is required.
* It is quite slow.
* Everything must be built from the ground up.

Best of luck
Thank you for your suggestion:)
 
Back
Top