d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Looking For Html/css Tutorials/info
Add Reply New Topic New Poll
Member
Posts: 3,813
Joined: Jan 23 2021
Gold: 3,705.00
Sep 20 2021 07:49pm
I am about to finish up NetNinja's CSS/HTML tutorial stuff. I need more content to study. Needs to be VERY newb friendly, CSS is very confusing, so anything that would fortify my current knowledge would be a sweet deal.

Any help/feedback/input would be highly appreciated. Thanks!
Member
Posts: 45,562
Joined: Feb 15 2008
Gold: 2,000.00
Sep 21 2021 04:08pm
If you're willing to pay a couple bucks, try Udemy. I am 100% self-taught from Udemy and StackOverflow :)
Currently I'm a Sr. Software Developer.
Member
Posts: 3,813
Joined: Jan 23 2021
Gold: 3,705.00
Sep 21 2021 04:54pm
Is Udemy accredited?
Member
Posts: 23
Joined: Dec 8 2018
Gold: 0.00
Sep 22 2021 09:21pm
udemy is industry standard learning method

highly recomend this one if you're in to front end, it'll get you up and running in no time
https://www.udemy.com/course/react-the-complete-guide-incl-redux/

(btw i'm Software Engineer as well we have interns take this class when they join web dev teams)

This post was edited by ideo on Sep 22 2021 09:22pm
Member
Posts: 3,813
Joined: Jan 23 2021
Gold: 3,705.00
Sep 22 2021 09:28pm
Quote (ideo @ Sep 22 2021 10:21pm)
udemy is industry standard learning method

highly recomend this one if you're in to front end, it'll get you up and running in no time
https://www.udemy.com/course/react-the-complete-guide-incl-redux/

(btw i'm Software Engineer as well we have interns take this class when they join web dev teams)


This would be fantastic, but I'm new, lol. This is stuff I'd learn or try to grasp after I tackle Javascript I feel like.
Member
Posts: 23
Joined: Dec 8 2018
Gold: 0.00
Sep 22 2021 09:36pm
Quote (Smellybandaid @ Sep 22 2021 10:28pm)
This would be fantastic, but I'm new, lol. This is stuff I'd learn or try to grasp after I tackle Javascript I feel like.


https://www.udemy.com/course/javascript-the-complete-guide-2020-beginner-advanced/

There ya go, javascript. I would suggest pushing yourself though. Life is short don't waste time with baby steps. You have to get used to not knowing wtf you're doing to make it as a dev
Member
Posts: 2,723
Joined: Feb 8 2010
Gold: 1.90
Sep 27 2021 08:34am
just remeber

opening tag and closeing tag

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> style css </title>
<style>
body{
background-color:grey;
color:green;


}

</style>
</head>
<body>
</body>
</html>
Member
Posts: 459
Joined: Sep 18 2021
Gold: 4,890.00
Sep 29 2021 09:21am
Quote (Smellybandaid @ Sep 20 2021 09:49pm)
I am about to finish up NetNinja's CSS/HTML tutorial stuff. I need more content to study. Needs to be VERY newb friendly, CSS is very confusing, so anything that would fortify my current knowledge would be a sweet deal.

Any help/feedback/input would be highly appreciated. Thanks!


I'll tutor you for FG. :)

I own a digital marketing agency and I mostly handle the development work. I'm a full stack developer. I work with WordPress a lot.
Member
Posts: 1,105
Joined: Nov 5 2009
Gold: 1,318.00
Nov 19 2021 09:43pm
Check out "MiMo" app on Google play. It is very newb friendly and clear, percise and straight to the point. :) glhf
Member
Posts: 3,813
Joined: Jan 23 2021
Gold: 3,705.00
Nov 19 2021 09:48pm
Quote (MindSpiral @ Nov 19 2021 09:43pm)
Check out "MiMo" app on Google play. It is very newb friendly and clear, percise and straight to the point. :) glhf


Is this only for phone, or can I use this on my PC?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll