Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-01-2014, 07:20 AM   #1
ExposureMe
Registered User
 
Join Date: Sep 2014
Posts: 9
Is HTML good first language?

Is it? Is HTML good language to start with? I need tips on how to start programming.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ExposureMe is offline   Reply With Quote

Old 09-01-2014, 11:52 AM   #2
mobile_apps
Registered User
 
Join Date: Aug 2014
Location: usa
Posts: 129
HTML is Father of All Markup language,
its so Easy and Fast way to Understand Web Design.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
mobile_apps is offline   Reply With Quote
Old 09-04-2014, 01:51 PM   #3
midynamics
Registered User
 
Join Date: Sep 2014
Posts: 14
It kind of depends what you're planning on getting into. Its a must learn if you're going to get into web development. HTML5 along with CSS3.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- MENA's largest custom software development company.
midynamics is offline   Reply With Quote
Old 09-04-2014, 11:22 PM   #4
ledtubelight
Registered User
 
Join Date: Aug 2014
Location: Surat
Posts: 847
HTML is Father of All Markup language,
its so Easy and Fast way to Understand Web Design.

“These days I recommend Python and php to anyone who wants to learn to code for the first time, and it’s the language that we are increasingly focusing on at CodeLesson.”
__________________
I am SEO expert and handling SEO for following words
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ledtubelight is offline   Reply With Quote
Old 02-05-2015, 12:59 PM   #5
Umar Farooque k
Registered User
 
Join Date: Feb 2015
Posts: 29
if you want to make your career in web development then you must learn HTML.
Umar Farooque k is offline   Reply With Quote
Old 02-10-2015, 03:23 AM   #6
kathyrose
Registered User
 
Join Date: Feb 2015
Posts: 126
Html is a good computer programming language for basic knowledge however PHP and Java are advanced languages for computers to learn. You Should do mastery in one advanced computer language.
kathyrose is offline   Reply With Quote
Old 02-13-2015, 09:54 AM   #7
george.web13
Registered User
 
Join Date: Jul 2014
Location: Athens, Greece
Posts: 462
You can not do, simply things like adding 2 numbers with html.
So, HTML is not a programming language!
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
george.web13 is offline   Reply With Quote
Old 03-03-2015, 12:39 AM   #8
kathyrose
Registered User
 
Join Date: Feb 2015
Posts: 126
Yes it is best and basic language for programmers to learn. It is interesting too.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
kathyrose is offline   Reply With Quote
Old 03-07-2015, 10:18 AM   #9
ashley85
Registered User
 
Join Date: Oct 2011
Location: Earth
Posts: 16
HTML(hyper text markup language) is the easiest way to start learning web development.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ashley85 is offline   Reply With Quote
Old 04-10-2015, 03:59 AM   #10
navya123
Registered User
 
Join Date: Apr 2015
Posts: 2
HTML is very important programming language to create webpages.In short we can say, HTML is basically a father of all languages which is used for developing a webpage like PHP,asp and java etc. Thus we can say,HTML is mainly a computer language which can be used very easily and also important for basic knowledge of any other languages especially useful for those languages which is used in web development.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
navya123 is offline   Reply With Quote
Old 04-10-2015, 10:03 PM   #11
MagentoSite
Registered User
 
Join Date: Apr 2015
Posts: 12
HTML is a markup language, not a programming language. Notably, it is not Turing complete and bears very little resemblance to most other programming languages.

Some might argue that HTML + CSS3 is in fact Turing complete, but the point is largely academic. You would not use that as a programming language for any practical purpose.
MagentoSite is offline   Reply With Quote
Old 04-22-2015, 04:58 AM   #12
rizwan
Registered User
 
Join Date: Jun 2014
Posts: 209
Html is the basic language every web developer should know Html first....
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
rizwan is offline   Reply With Quote
Old 05-07-2015, 08:19 AM   #13
yasar
Registered User
 
Join Date: May 2015
Posts: 61
Without html code you do anything,you did not make web sites
yasar is offline   Reply With Quote
Old 06-18-2015, 07:59 AM   #14
alvinwright
Registered User
 
Join Date: Jun 2014
Posts: 56
It sort of depends what you're anticipating getting into. Its an absolute necessity learn in case you're going to get into web improvement. HTML5 alongside CSS3.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alvinwright is offline   Reply With Quote
Old 06-22-2015, 04:36 AM   #15
vijayvj72
Registered User
 
Join Date: Jun 2015
Posts: 14
I say yes...because it is one of the most easiest to learn for beginners. So you'l get encouraged and continue to other languages with the base of HTML. But if you learn complex language first...you might get discouraged or feel like giving up when you face difficulties in the beginning itself. So start with the easiest...! However I seen many people who fail to even use the HTML Markups correctly...so don't be one of them by being too casual with HTML especially HTML 5 - Rockstar.

Good Luck!
__________________
hi_am_new2forum_!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
vijayvj72 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BasicDifference between HTML 5 and HTML 4 albertmorrison3 HTML / DHTML 14 12-06-2017 09:50 PM
The HTML Tool Versions nelsondisney HTML / DHTML 26 05-18-2015 11:46 PM
What separates HTML from HTP? gilbertjames8 HTML / DHTML 4 04-29-2012 11:39 PM
Focusing on HTML and CSS charloskendall3 General Discussion 15 12-31-2011 10:09 PM
Make html only accessible from link wryfhk22 Programming General 2 12-15-2011 08:45 PM


All times are GMT -7. The time now is 10:04 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.