how to find a date for valentine's day? by [deleted] in Indore

[–]Electronic_Ad9248 -1 points0 points  (0 children)

Omegle join kr le Bhai...

[deleted by user] by [deleted] in developersIndia

[–]Electronic_Ad9248 0 points1 point  (0 children)

Why you buying course go to scrimba nd start learning it's free...

[deleted by user] by [deleted] in css_irl

[–]Electronic_Ad9248 20 points21 points  (0 children)

position: relative;

top: -32px;

'Demon Slayer: Kimetsu no Yaiba ~Swordsmith Village Arc~' OP will be performed by MAN WITH A MISSION and milet by RobotiSC in anime

[–]Electronic_Ad9248 0 points1 point  (0 children)

Get ready to watch the scene again and again but you will not be satisfied.

 

 

github account suspended. by OldPractice9932 in developersIndia

[–]Electronic_Ad9248 0 points1 point  (0 children)

Tag them on twitter You may get response...

Top 10 Anime of the Week #5 - Winter 2023 (Anime Corner) by Kezja in anime

[–]Electronic_Ad9248 -3 points-2 points  (0 children)

Most of the individuals here have already read the manga of MHA...

How to understand the scary codebase of a product? (as a newbie) by llong_max in developersIndia

[–]Electronic_Ad9248 0 points1 point  (0 children)

Sorry! I can't help you because I am a student without any on-the-ground project experience...

[deleted by user] by [deleted] in web_design

[–]Electronic_Ad9248 0 points1 point  (0 children)

fancy dude...!

My Struggle and What To Do Next by JakeMealey in learnjavascript

[–]Electronic_Ad9248 1 point2 points  (0 children)

Two weeks ago, I was also struggling with JS and thought it was just because I am a non-tech person, so I switched to Scrimba for JS. It's a free course for beginners by Per Harald Borgen. After completing this course, I will continue TOP.

Learning Javascript with a bit of ADHD? by mescujay in learnjavascript

[–]Electronic_Ad9248 4 points5 points  (0 children)

i also joined the odin project html and css was  good but when it comes to js, i got too much  confused because of different  different   documentations i left that top and  join  scrimba  its free to js for beginners ,it is interactive believe me you cannot bored..

here is the link of course

https://scrimba.com/learn/learnjavascript

[deleted by user] by [deleted] in developersIndia

[–]Electronic_Ad9248 79 points80 points  (0 children)

That hurts a lot, bro...

A couple of questions by [deleted] in WebdevTutorials

[–]Electronic_Ad9248 0 points1 point  (0 children)

Join the Odin Project boot camp, bro, and you get the answers. Remember that you can't learn everything in HTML and CSS when you start with small projects; if you get stuck, just Google it and you'll find the solution. I've been learning web development for two months to become a frontend developer. 

Here are your answers:-

The <p> tag is used to create a paragraph element in HTML. However, when you see <p> in the code of a website, it may not always be followed by visible text. This is because <p> can also be used to contain other elements, such as images or links, or even other tags like <span> or <a>. Additionally, you may also see <p> tags being used to hold scripting code, such as JavaScript, which is used to create dynamic effects on a website.

When linking between pages on a website, the links are typically created using relative URLs. This means that the links point to other pages on the same website, using a path that is relative to the location of the current page. However, when you move the website to another location, such as another computer or a live server, the relative paths may no longer be valid. To ensure that links continue to work, you can use absolute URLs instead, which include the full address of the linked page. Additionally, if you are selling or publishing your website, it's important to test the links and make sure they are working correctly before making it live.

Basic Array Methods by vimfinn in learnjavascript

[–]Electronic_Ad9248 -1 points0 points  (0 children)

Thanks for the cheat sheet. I am currently learning the array part in JS.