Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,208,124 members, 8,001,601 topics. Date: Wednesday, 13 November 2024 at 12:49 PM |
Nairaland Forum / Science/Technology / Programming / Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. (4245 Views)
I Want To Learm Web Designing (html5,css3&javascript) Click Here!! Now And Learn / Learn How To Build Web Apps From Scratch Html5 Css3 Javascript(es6) Nodejs Or Go / Free HTML5, CSS3 And Basic Javascript (jquery) Training (2) (3) (4)
(1) (2) (3) (4) (Reply) (Go Down)
Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by chrisUmendeche: 3:58pm On Jun 11, 2020 |
[url]twitter.com/chris_umendeche[/url] facebook username: [url]fb.com/onyebuchi.umendeche[/url] 4 Likes
|
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 4:40pm On Jun 11, 2020 |
Amazing web from, love the layout |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by chrisUmendeche: 4:56pm On Jun 11, 2020 |
Thanks Man. |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 7:28pm On Jun 11, 2020 |
chrisUmendeche:Not looking bad, but you should have used '<input type="radio">' instead of 'checkbox' you used for that Special Membership field, because the options there can't be both chosen but either of them. Let me even try and create a similar stuff, because my html is becoming a little rusty of late because it's been long I used it. 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 8:14pm On Jun 11, 2020 |
Done. Been long I used phone to code so it was really interesting in a way. 3 Likes
|
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by chrisUmendeche: 8:55pm On Jun 11, 2020 |
geedot, you tried. Sharpen your HTML and CSS skill the more. Thumbs up! 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 9:02pm On Jun 11, 2020 |
chrisUmendeche:Lol, really? I think we both need to sharpen them. 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:07pm On Jun 11, 2020 |
geedot: Somebody is trying to become an expert in HTML5/CSS3.. You tried bro |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Bade007: 9:17pm On Jun 11, 2020 |
geedot:how do you code with your phone 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:20pm On Jun 11, 2020 |
Bade007: Very simple, just download Spck Editor for mobile. |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 9:25pm On Jun 11, 2020 |
Tim1212:Thanks boss. I prefer the backend more, hence why I believe my little knowledge of these two is enough, at least for now. 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:27pm On Jun 11, 2020 |
geedot: HTML5/CSS3 and Javascript is all you need to create complex and large software. |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 9:29pm On Jun 11, 2020 |
Bade007:I prefer the sololearn ide to other editors, just download the sololearn app and use it to test and run your codes. For web development(html, CSS, JavaScript), these can be run offline, but for other programming languages like java, python c++ etc. You'll need internet connection to run it. The downside is coding on phone is not advisable. |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:36pm On Jun 11, 2020 |
geedot: That is if you are writing a program that executes on a server. Node.js is a JavaScipt code that run on server. |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 9:38pm On Jun 11, 2020 |
Tim1212:Who would attempt writing a node.js on mobile? The person will be wasting hours doing so little. 3 Likes |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:40pm On Jun 11, 2020 |
geedot: Writing programs that executes on a server requires you install a web server software, which can not be done on mobile. |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 5:48pm On Jun 12, 2020 |
Created my own version of Facebook mobile app with HTML5/CSS3. $100 challenge game to do the same. 1 Like
|
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by SqueezedPant: 6:29pm On Jun 12, 2020 |
[quote author=Tim1212 post=90595196]Created my own version of Facebook mobile app with HTML5/CSS3. $100 challenge game to do the same.[/quo did you use table row? 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 7:46pm On Jun 12, 2020 |
I didn't use table row |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by chrisUmendeche: 8:08pm On Jun 12, 2020 |
Nice one Tim. Our second Tim Berners-Lee of Africa. 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Nobody: 9:33pm On Jun 12, 2020 |
Tim1212: Bro, how did you put those icons and the hamburger with just CSS? 3 Likes |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:36pm On Jun 12, 2020 |
ThreeBlackBird: Just <img> |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Nobody: 9:41pm On Jun 12, 2020 |
Tim1212:Aiit. Thanks. 3 Likes |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 9:49pm On Jun 12, 2020 |
The icon at the beginning of the page are marked with <ul>, then you display the <li> inline which is the parent of <img> 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 10:57am On Jun 13, 2020 |
Zoom desktop software created with HTML5/CSS3. HTML code availableā CSS source code available on Facebook group (diib Academy) [url]fb.com/diibng[/url] 1 Share
|
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Chinedujustin(m): 12:45pm On Jun 13, 2020 |
Tim1212: Sorry to burst your bubble, I have Vscode running on android inside a linux container, of which you can easily install nodeJs, running webservers can be done using free web servers available on playstore. 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 1:39pm On Jun 13, 2020 |
Chinedujustin: Nice one bro, technology have no limitations. I love folks that makes research rather than believing one theory. Keep it up 3 Likes |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Moneystopnonsen: 2:08pm On Jun 13, 2020 |
I love this. I just finished HTML on free code camp. Bro can u paste your code page for me to learn from geedot: |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 2:13pm On Jun 13, 2020 |
Moneystopnonsen: HTML is very vast, you have skill in HTML would be better. Source code is available for the web form.. @ diib Academy |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by Tim1212(m): 2:29pm On Jun 13, 2020 |
Can someone try this out...
|
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 2:47pm On Jun 13, 2020 |
Tim1212:How much if I do it even better? 1 Like |
Re: Hi Guys! Created A Signup Form Using HTML5/CSS3. Source Code Available. by geedot: 2:48pm On Jun 13, 2020 |
1 Like |
Programming For Beginners / What Is Your Favorite Language For Numerical Analysis & Scientific Computation? / Were Can I Download Free Video Tutorials On Javascript Or Ruby
(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. 29 |