Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,149,693 members, 7,805,847 topics. Date: Tuesday, 23 April 2024 at 07:13 AM

HTML5 A Programming Language Or Not - Programming (9) - Nairaland

Nairaland Forum / Science/Technology / Programming / HTML5 A Programming Language Or Not (10577 Views)

Olode - An Indigenous HTML5 Game / Is Kali Linux A Programming Language Or An Os / Free HTML5, CSS3 And Basic Javascript (jquery) Training (2) (3) (4)

(1) (2) (3) ... (6) (7) (8) (9) (10) (Reply) (Go Down)

Re: HTML5 A Programming Language Or Not by Tim1212(m): 12:01pm On Jul 03, 2020
#hiddentruth

Re: HTML5 A Programming Language Or Not by Tim1212(m): 1:37pm On Jul 04, 2020
Watch out for the next Eclipse of the moon shocked

Made with #CSS #HTML

www.facebook.com/110737283801491/posts/181689940039558/

1 Like 1 Share

Re: HTML5 A Programming Language Or Not by Tim1212(m): 7:12pm On Jul 05, 2020
Source code for the Eclipse of the sun animation.

Re: HTML5 A Programming Language Or Not by chrisUmendeche: 6:35am On Jul 07, 2020
Tim1212:
Source code for the Eclipse of the sun animation.

Creative indeed.
Re: HTML5 A Programming Language Or Not by platymus: 1:40pm On Jul 07, 2020
Tim1212:


Before you start... define programming language and a computer..
Learn to argue with fact! html has no logic built into it neither does it provide any form of error handling,no looping structure is provided by html,you cant define a variable,no function declaration or expression,no form of object definition,it provides no defined data types,etc. Please check fact! HTML/HTML5 is never a programming language!

1 Like

Re: HTML5 A Programming Language Or Not by Tim1212(m): 2:12pm On Jul 07, 2020
platymus:

Learn to argue with fact! html has no logic built into it neither does it provide any form of error handling,no looping structure is provided by html,you cant define a variable,no function declaration or expression,no form of object definition,it provides no defined data types,etc. Please check fact! HTML/HTML5 is never a programming language!

<input type="email" name="emailinput" id="emailinput">

》HTML checks for errors when you type invalid email address. Which is a logic that determines the correct value
》 type attribute is the date type for email value.

》name attribute stores the input value of email address

Which implies that it can store value.
》HTML have predefined functions... for outputing number, date and time.
》 HTML is a programming language with 100% facts..

1 Like 1 Share

Re: HTML5 A Programming Language Or Not by Tim1212(m): 2:23pm On Jul 07, 2020
Zoom desktop software UI made with #CSS #HTML
With source code

1 Like 1 Share

Re: HTML5 A Programming Language Or Not by Tim1212(m): 2:24pm On Jul 07, 2020
CSS

Re: HTML5 A Programming Language Or Not by Tim1212(m): 8:29pm On Jul 09, 2020
cool
Re: HTML5 A Programming Language Or Not by Tim1212(m): 6:02am On Jul 10, 2020
Virtual design is the most important aspect of a website, softwares and mobile application, which makes HTML5/CSS3 a highly demanded skills in tech companies today.

HTML5/CSS3 alone can land you a high paid job in tech companies.
Focus more on UI/UX with HTML5/CSS3, you will always have clients to work for.

HTML5/CSS3 is the most important programming language in tech industry. So learn the basics, advance and become an expert in it.

1 Like

Re: HTML5 A Programming Language Or Not by Tim1212(m): 9:26am On Jul 11, 2020
Learning programming is not all about writing programs. It's more of research and development with creativity and innovation.



Learn the purpose behind concept. I would love to see Nigeria developers contributes to Javascript foundation, HTML foundation and CSS foundation. Developing and designing HTML codes, CSS codes and Javascript codes.



That is when you will realise that HTML codes are programming language. When you come to the point of creating your own HTML tags.



You would be giving instructions to web browser rendering engine, it could be webkit, -ms- or -moz- rendering engine.



World Wide Web Consortium is waiting for our contribution, let's make Africa proud by contributing to the world with our creativity.







How many developers in Africa creates HTML tags, CSS properties and values, none. Why, because we don't make research and development. We depends on existing research, believing one concept and making unnecessary arguments.



I will guide you in this journey of research and development in Nigeria.
Re: HTML5 A Programming Language Or Not by Tim1212(m): 12:53pm On Jul 11, 2020
What is charset= "UTF-8" use for in web document?
A. To interpret web document
B. To translate electronic info
C. To convert tags
Re: HTML5 A Programming Language Or Not by Tim1212(m): 7:36am On Jul 12, 2020
Tim1212:
What is charset= "UTF-8" use for in web document?
A. To interpret web document
B. To translate electronic info
C. To convert tags

UTF-8 is a character set that translates electronic information into human understandable format.

The first character set we have is ASCII.
UTF-8 have over 1000 characters it can handle, while ASCII set have only 256 characters.
Re: HTML5 A Programming Language Or Not by Tim1212(m): 10:04pm On Jul 13, 2020
cheesy
Re: HTML5 A Programming Language Or Not by Tim1212(m): 2:43pm On Jul 14, 2020
Hi Dev! An argument is going on, in tech industries. Is website a software?
My opinion softwares are website, what do you think.
Re: HTML5 A Programming Language Or Not by Tim1212(m): 7:50am On Jul 16, 2020
Love using CSS gradient to beautify my work,. It makes website looks professional and amazing.

Re: HTML5 A Programming Language Or Not by Tim1212(m): 8:30am On Jul 16, 2020
Source code

Re: HTML5 A Programming Language Or Not by Tim1212(m): 11:54pm On Jul 17, 2020
diib Academy YouTube channel coming soon :/
Re: HTML5 A Programming Language Or Not by Tim1212(m): 7:28am On Jul 18, 2020
diib Academy YouTube channel coming soon, to enhance learning through video tutorials on programming skills with HTML5/CSS3, Javascript and C++.

Learn UI/UX, software design, mobile apps design and software development.

Coding skills is highly demanded in tech industries currently, since the pandemic. Most companies are going live on the internet. Coding skills will land you a high paid job in most companies.

We are doing our best to assist the citizens of Nigeria in learning requisite skills to boost economic boom in Nigeria. diib Academy is free to all participate.

Hope this will help.�
diib Nigeria

Re: HTML5 A Programming Language Or Not by platymus: 1:02pm On Jul 19, 2020
Tim1212:


<input type="email" name="emailinput" id="emailinput">

》HTML checks for errors when you type invalid email address. Which is a logic that determines the correct value
》 type attribute is the date type for email value.

》name attribute stores the input value of email address

Which implies that it can store value.
》HTML have predefined functions... for outputting number, date and time.
》 HTML is a programming language with 100% facts..
HTML, as a markup language doesn't really “do” anything in the sense that a programming language does. HTML contains no programming logic. It doesn't have common conditional statements such as If/Else. ... This is because HTML is not a programming language.
Re: HTML5 A Programming Language Or Not by Tim1212(m): 1:38pm On Jul 20, 2020
To validate your web document, to ensure it follows correct syntax
visit http://validator.w3.org/
Re: HTML5 A Programming Language Or Not by Tim1212(m): 1:45pm On Jul 20, 2020
platymus:

HTML, as a markup language doesn't really “do” anything in the sense that a programming language does. HTML contains no programming logic. It doesn't have common conditional statements such as If/Else. ... This is because HTML is not a programming language.

if that is your fact, PHP, JavaScript etc are not programming lang. html have what they don't have.
Programming lang is sequence of instruction given to a computer to perform a specific task, every lang have there own duty to play in computer.
Re: HTML5 A Programming Language Or Not by PrettyMuchNoOne: 4:17am On Jul 21, 2020
Tim1212:
Guys! What will be the output?
I don’t think it will work because you initialised the variable but didn’t assign a value

1 Like

Re: HTML5 A Programming Language Or Not by Tim1212(m): 7:36am On Jul 21, 2020
PrettyMuchNoOne:

I don’t think it will work because you initialised the variable but didn’t assign a value

The variable was assigned in the for loop, something must happened or you try to code it yourself.
Re: HTML5 A Programming Language Or Not by platymus: 2:21pm On Jul 22, 2020
Tim1212:


if that is your fact, PHP, JavaScript etc are not programming lang. html have what they don't have.
Programming lang is sequence of instruction given to a computer to perform a specific task, every lang have there own duty to play in computer.
I don't know where you got your own fact from!html is simply a markup language but you keep arguing with everyone that it is a programming language. Do two things for me: (1) what are the key features of a programming language? (2)implement the factory design pattern using html
Re: HTML5 A Programming Language Or Not by Tim1212(m): 9:32pm On Jul 22, 2020
platymus:

I don't know where you got your own fact from!html is simply a markup language but you keep arguing with everyone that it is a programming language. Do two things for me: (1) what are the key features of a programming language? (2)implement the factory design pattern using html

One key feature of a programming language is sequence of instruction.. the fact is every language have there own design.

For your information, I have designed system and mobile software with HTML5/CSS3 for windows, iOS and android.
HTML is a programming language period
Re: HTML5 A Programming Language Or Not by platymus: 12:52pm On Jul 23, 2020
Tim1212:


One key feature of a programming language is sequence of instruction.. the fact is every language have there own design.

For your information, I have designed system and mobile software with HTML5/CSS3 for windows, iOS and android.
HTML is a programming language period
If you attend interview with this kind of mindset,it will end up in a disaster! It is a surprise to me that you can't differentiate between a markup language
and a programming language. If html is a programming language then CSS is no less!
I requested you should design a factory design pattern in html and you couldn't!That tells me you are no where near software development!
Okay,here is a simple one,use html looping structure(if at all there is any) to print 1 through 5.
You made a joke that you designed system and mobile software with html5/css for windows,iOS and android!You didn't even mention javascript, what you did was nothing more than a responsive web at best,not even a progressive web app(PWA). If you call your creation a mobile software,can it get user location?does i have access to the user's camera?
Note that the tech.field requires meekness for continuous learning!
Re: HTML5 A Programming Language Or Not by Tim1212(m): 1:06pm On Jul 23, 2020
platymus:

If you attend interview with this kind of mindset,it will end up in a disaster! It is a surprise to me that you can't differentiate between a markup language
and a programming language. If html is a programming language then CSS is no less!
I requested you should design a factory design pattern in html and you couldn't!That tells me you are no where near software development!
Okay,here is a simple one,use html looping structure(if at all there is any) to print 1 through 5.
You made a joke that you designed system and mobile software with html5/css for windows,iOS and android!You didn't even mention javascript, what you did was nothing more than a responsive web at best,not even a progressive web app(PWA). If you call your creation a mobile software,can it get user location?does i have access to the user's camera?
Note that the tech.field requires meekness for continuous learning!

All this statement are not necessary, any computer language use to give instructions to a computer is a programming language, whether markup, scripting , high level etc. Every language have its purpose. The fact Javascript , php have control structure does not mean it can be used to create machine software.

Meanwhile I work with US-based AI company diib ™️ as senior software engineer..
And I have proven my knowledge and experience to work with the company in Nigeria.
Re: HTML5 A Programming Language Or Not by platymus: 3:31pm On Jul 23, 2020
Tim1212:


All this statement are not necessary, any computer language use to give instructions to a computer is a programming language, whether markup, scripting , high level etc. Every language have its purpose. The fact Javascript , php have control structure does not mean it can be used to create machine software.

Meanwhile I work with US-based AI company diib ™️ as senior software engineer..
And I have proven my knowledge and experience to work with the company in Nigeria.
Funny you! The day html and css will be used to build a native mobile software has not come and will never come.

1 Like

Re: HTML5 A Programming Language Or Not by Tim1212(m): 7:07pm On Jul 23, 2020
platymus:

Funny you! The day html and css will be used to build a native mobile software has not come and will never come.

Alright, show me your work with the programming language you have learnt.
Re: HTML5 A Programming Language Or Not by platymus: 12:30am On Jul 24, 2020
Tim1212:


Alright, show me your work with the programming language you have learnt.
I will do that immediately you implement the factory design pattern using html,since you claim html is a programming language!
Re: HTML5 A Programming Language Or Not by Nobody: 12:35am On Jul 24, 2020
platymus:

Learn to argue with fact! html has no logic built into it neither does it provide any form of error handling,no looping structure is provided by html,you cant define a variable,no function declaration or expression,no form of object definition,it provides no defined data types,etc. Please check fact! HTML/HTML5 is never a programming language!
Html might not be Turing complete (which is a quality of most programming languages) but it orders the computer around which is what a programming language is. A language used to instruct the computer, it tells the computer through the browser how to render a html page.

(1) (2) (3) ... (6) (7) (8) (9) (10) (Reply)

Webex Technology At A Glance / As A Computer Science Student,which Language Should I Start Learning / Learning Java Without Tears

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 43
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.