+ 16
I want to design websites from where to start??
71 Respostas
+ 25
If you are talking about UI and looks and elements then should start from nav bar or headers
And if talking about languages then start from and go to :
1.HTML
2. CSS
3. JavaScript
4. Jquery
And other languages....
Hope it help you
Happy coding </>
+ 14
HTML
CSS
JavaScript
jQuery
JSON
Node
These are basics. First complete these. Then pick a frontend framework ( example: React, Angular, Vue ).... then master it.
Then learn further JavaScript, back-end ( Mongoose ), Firebase and other libraries.
😬😑
+ 11
Learn HTML and CSS also JS. Message me if you need any help
+ 8
If you want to only design of your website then you should download -- adobe xd
-- protopie ui design app.
On these platform you will be able to design your own website with your own creative ideas
and then you can change your designs in html and css.
You can also test your design before uploading website on server. This is good step for beginners who don't know advanced html and css.
+ 7
Hey..
If you want to become a web developer, it will be better if you follow this serial:
1. HTML
2. CSS
3. JavaScript
4. Jquery
Then if you want to learn programming you can start with python.
+ 6
Learn HTML, then CSS, then JavaScript and then jQuery. After you have done that you can learn a server side language like PHP and then learn other stuff to get better at web development like photoshop, etc.
+ 5
Start with both HTML and CSS, as they both are perfect with each other as an output.
And Indeed, if you want to make some transitions or animations, you can embed JavaScript too in your code.
Happy Learning :)
+ 3
Nice Question Bhai 🤘🔥🙏
+ 3
At first learn HTML(HYPER TEXT MARKUP LANGUAGE) it is not a programming language but it is used as a structure
then
CSS(Cascading Style Sheet) it is used for styling and designing your website's HTML elements
then
Js(Javascript) In most cases, JavaScript is used to create responsive, interactive elements for web pages, enhancing the user experience
then
jquery The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code
then
PHP(Hyper Pre-processor) PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications that earlier stood for Personal Home Pages.
+ 3
You can use HTML to create elements then design there appearance with CSS and animate the elements with JavaScript
Then later on learn how to incorporate Bootstrap styling
Have fun..
Happy coding<😜😜 >
+ 3
For websites, you should start with html(as i am doing now) then CSS then Javascript. There are others in the web developer series on Sololearn.
+ 3
All you need is definitely HTML,
And to decorate it, you can use CSS too. And to make more beautiful website with animation, then you can add JS too.
Hope it will help you : )
And if you need any kind of help in that, then you can ask in messages too.
Happy Learning :))
+ 2
Himanshu Shah First start with HTML, how is he gonna use CSS without HTML?
+ 2
Firt you want to learn HTML & Css....
{ Html for creationof website
Css for make website beautiful
}
After you want to learn a server side language
Like PHP
PHP help to store data that the user entering details.
If you want to make advances in your website
Then
Learn *Javascript
*JQuery
*JSON
*Node
《Enjoy 🤨》
+ 2
Start with html
+ 2
Web design is different from web development , I am looking at answers that are saying learn HTML, CSS and JS , which by the way are not absolutely required to DESIGN websites .
You should have a good knowledge of various design paradigms such as
1. BALANCE
2. CONTRAST
3. EMPHASIS
4. CONSISTENCY
5. UNITY
In small or medium size companies , the lines are blurred as to whether you are a 'web designer' or 'web developer' , but you will be able to see these as different roles in major corporations.
Coding is not absolutely required aspect of web design.
Its emphasis is on concepts of USABILITY, AESTHETICS AND USER EXPERIENCE , rather than implementations...
P.S. google web design you will get ton of resources , try Figma, look at various websites and figure out various principles that are followed in its design....
web designer will create a layout for web developer to develop...
so its your job to create a UX for a developer to develop and implement.
+ 2
Start building static websites with html and css.. Its an easy way to learn then add javascript
+ 2
Hey man...
I was once like you then someone helped me, he said
1) Learn HTML
2) Style with CSS
3) Animate with JavaScript
4) Further learn Bootstrap for sick and cool Designs.
+ 2
Here's my website address. https://sites.google.com/view/beetle-tech/home
+ 2
I want to make a game how should I start