Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,543 members, 7,999,377 topics. Date: Monday, 11 November 2024 at 06:24 AM |
Nairaland Forum / Science/Technology / Programming / Wrote My First HTML Page. (5358 Views)
My First HTML, Css And Little Javascript Added Project / Check Out My First Html And CSS Website / My First HTML Page (2) (3) (4)
Re: Wrote My First HTML Page. by chingle5(m): 11:49pm On Dec 18, 2020 |
Rgade: W3school and get a complete web development tutorial for 2020 or 2021 just like my own
|
Re: Wrote My First HTML Page. by Nobody: 12:06am On Dec 19, 2020 |
chingle5:How did you get that complete tutorial? |
Re: Wrote My First HTML Page. by chingle5(m): 12:09am On Dec 19, 2020 |
Rgade: Try torrent bro ... US govt is not coming anytime soon to Nigeria |
Re: Wrote My First HTML Page. by elunico: 4:01pm On Dec 19, 2020 |
somebody02: Good day! How can one share Udemy courses with somebody? |
Re: Wrote My First HTML Page. by Endy10(m): 6:08pm On Dec 19, 2020 |
Good one! I remember when I wrote my first Hello World. Programming is indeed a lovely path to follow. At times you might feel it's hard or you have what they call imposter syndrome, but just keep pushing. I see from the comments you're using solo learn. You can also check out freecodecamp. If you love video learning like me, check out Brad Traversy Good luck Rgade: |
Re: Wrote My First HTML Page. by Endy10(m): 6:12pm On Dec 19, 2020 |
Rgade: Good one! I remember when I wrote my first Hello World. Programming is indeed a lovely path to follow. At times you might feel it's hard or you have what they call imposter syndrome, but just keep pushing. I see from the comments you're using solo learn. You can also check out freecodecamp. If you love video learning like me, check out Brad Traversy Good luck 1 Like |
Re: Wrote My First HTML Page. by Nobody: 7:24pm On Dec 19, 2020 |
Endy10:Thanks a lot for the encouraging response. As regards video learning, do you prefer Brad traversy to freecodecamp? On YouTube that is. 1 Like |
Re: Wrote My First HTML Page. by Alli9k(m): 12:27am On Dec 20, 2020 |
somebody02: hi bro ..pls i don't mind if you can share them with me. |
Re: Wrote My First HTML Page. by somebody02: 10:03am On Dec 20, 2020 |
elunico: Just give login details. |
Re: Wrote My First HTML Page. by somebody02: 10:04am On Dec 20, 2020 |
Alli9k: I don't know how direct messages works here. Check my signature for my number. |
Re: Wrote My First HTML Page. by elunico: 3:59pm On Dec 20, 2020 |
Re: Wrote My First HTML Page. by The6thAustralia: 3:50pm On Dec 21, 2020 |
Rgade:weldone don't stop 1 Like |
Re: Wrote My First HTML Page. by Nobody: 8:14am On Jan 17, 2021 |
Form. I used tables...
|
Re: Wrote My First HTML Page. by Karleb(m): 8:19am On Jan 17, 2021 |
Rgade: Bro please stop using table for layouts. They are old and should be used as tables only. 1 Like |
Re: Wrote My First HTML Page. by Nobody: 8:31am On Jan 17, 2021 |
Karleb:Really,I did that cause it was hard getting the form to behave like a container so as to style it. I guess it's because I haven't gone deep into CSS. What's a better way to do it? |
Re: Wrote My First HTML Page. by Karleb(m): 8:35am On Jan 17, 2021 |
Rgade: You can get exactly what you want by removing those table tags and learning flexbox and grid. You can never go wrong with those two. You can also wrap your inputs + labels with divs, which are block elements. |
Re: Wrote My First HTML Page. by Nobody: 8:37am On Jan 17, 2021 |
Karleb:Okay,I'm still quite a distance from those guys.. Thanks a lot. I'll try again when I meet them. |
Re: Wrote My First HTML Page. by Nobody: 8:43am On Jan 17, 2021 |
Karleb:About this,I did try this one before but after calling the div Id in CSS it wasn't responding to the styling. Like when I tried to align the form at the center of the page,I used... { Align-content:center; Align-items:center; } I guess those aren't the correct properties. |
Re: Wrote My First HTML Page. by Telegram234(m): 9:23am On Jan 17, 2021 |
Rgade:U tried shaaa. But HTML without CSS is just garti without water. HTML is useless without CSS. U just have to learn CSS and JavaScript. Then welcome aboard bro... |
Re: Wrote My First HTML Page. by Nobody: 9:25am On Jan 17, 2021 |
Telegram234:Already in the process..... Gracias.. 1 Like |
Re: Wrote My First HTML Page. by Karleb(m): 2:15pm On Jan 17, 2021 |
Rgade: This is one of the many ways to do it with flexbox. 1 Like
|
Re: Wrote My First HTML Page. by Nobody: 2:35pm On Jan 17, 2021 |
Karleb:Now this looks neat Thanks a lot... Tables are unnecessary stress... |
Re: Wrote My First HTML Page. by yusman14(m): 2:41pm On Jan 17, 2021 |
Karleb:I don't understand some properties like; justify-content and flex-direction...can you explain? |
Re: Wrote My First HTML Page. by Karleb(m): 2:50pm On Jan 17, 2021 |
yusman14: flex-direction is a flex property that determines the direction of the elements within a flexbox. We have row, colum, row-reverse, column-reverse... justify-content is a way to justify/align the items inside a flexbox, we have center, space-around, space-between... https://www.w3schools.com/css/css3_flexbox.asp Use that link for more. |
Re: Wrote My First HTML Page. by yusman14(m): 3:00pm On Jan 17, 2021 |
Karleb:Thanks..one more question sir...how do I apply border-radius to the username and password text field in the form? |
Re: Wrote My First HTML Page. by Millennialaku(m): 3:11pm On Jan 17, 2021 |
chingle5:bro pls how do I go about this torrent stuff. I want to download Angela yu's course |
Re: Wrote My First HTML Page. by Karleb(m): 3:13pm On Jan 17, 2021 |
yusman14: Many ways to do that. Give the inputs a css class or id and add the border radius attributes and values in the script tag. 1 Like |
Re: Wrote My First HTML Page. by kingObih: 4:18pm On Jan 17, 2021 |
Qhat ide did u use? |
Re: Wrote My First HTML Page. by chingle5(m): 5:57pm On Jan 17, 2021 |
Millennialaku: Just go to 1337x.to and search for the course that u want, make sure that the number of seeders is more so that it will download fast or else u go sleep for there 1 Like |
Re: Wrote My First HTML Page. by Nobody: 6:37pm On Jan 17, 2021 |
Karleb:Script tag? As in..JS? |
Re: Wrote My First HTML Page. by Karleb(m): 6:55pm On Jan 17, 2021 |
Rgade:I meant the html style tag. |
How Does It Take To Learn Python programming language Easy And Faster? / Website Programmer Wanted / How Many Hours Should I Commit In A Day In Order To Learn Javascript In 3 Months
Viewing this topic: 1 guest(s)
(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. 36 |