Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,752 members, 7,802,307 topics. Date: Friday, 19 April 2024 at 12:16 PM

Wrote My First HTML Page. - Programming (2) - Nairaland

Nairaland Forum / Science/Technology / Programming / Wrote My First HTML Page. (4887 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)

(1) (2) (3) (Reply) (Go Down)

Re: Wrote My First HTML Page. by chingle5(m): 11:49pm On Dec 18, 2020
Rgade:

Can you recommend any?

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:


W3school and get a complete web development tutorial for 2020 or 2021 just like my own
How did you get that complete tutorial?
Re: Wrote My First HTML Page. by chingle5(m): 12:09am On Dec 19, 2020
Rgade:

How did you get that complete tutorial?

Try torrent bro ... US govt is not coming anytime soon to Nigeria cool
Re: Wrote My First HTML Page. by elunico: 4:01pm On Dec 19, 2020
somebody02:


Okay.
Let me know if you'll be interested in Udemy paid course.

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:
I've just written my first HTML page.
Can I now start advertising myself as a web developer shocked
Re: Wrote My First HTML Page. by Endy10(m): 6:12pm On Dec 19, 2020
Rgade:
I've just written my first HTML page.
Can I now start advertising myself as a web developer shocked

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:


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
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:


Okay.
Let me know if you'll be interested in Udemy paid course.

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:


Good day!

How can one share Udemy courses with somebody?

Just give login details.
Re: Wrote My First HTML Page. by somebody02: 10:04am On Dec 20, 2020
Alli9k:


hi bro ..pls i don't mind if you can share them with me.

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
somebody02:


Just give login details.

Alright! Thanks!
Re: Wrote My First HTML Page. by The6thAustralia: 3:50pm On Dec 21, 2020
Rgade:
I've just written my first HTML page.
Can I now start advertising myself as a web developer shocked
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:
Form.
I used tables...

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:


Bro please stop using table for layouts. They are old and should be used as tables only.
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:

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?

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:


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.
Okay,I'm still quite a distance from those guys.. grin
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:


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.
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:
I've just written my first HTML page.
Can I now start advertising myself as a web developer shocked
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:

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...
Already in the process.....
Gracias..

1 Like

Re: Wrote My First HTML Page. by Karleb(m): 2:15pm On Jan 17, 2021
Rgade:

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.


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:


This is one of the many ways to do it with flexbox.
Now this looks neat grin
Thanks a lot...
Tables are unnecessary stress... angry
Re: Wrote My First HTML Page. by yusman14(m): 2:41pm On Jan 17, 2021
Karleb:


This is one of the many ways to do it with flexbox.
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:
I don't understand some properties like; justify-content and flex-direction...can you explain?

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:


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.
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:


Try torrent bro ... US govt is not coming anytime soon to Nigeria cool
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:
Thanks..one more question sir...how do I apply border-radius to the username and password text field in the form?

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:

bro pls how do I go about this torrent stuff. I want to download Angela yu's course

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:


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.
Script tag? As in..JS?
Re: Wrote My First HTML Page. by Karleb(m): 6:55pm On Jan 17, 2021
Rgade:
Script tag? As in..JS?
I meant the html style tag.

(1) (2) (3) (Reply)

Java Vs C# Which Do You Prefer? / Help How To Run Cmd Commands As An Admin In A C++ App / How Much Would It Cost To Build A Private Payment Gateway?

(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. 38
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.