S
S
Sayan Oskentai2019-10-20 14:59:56
IT education
Sayan Oskentai, 2019-10-20 14:59:56

What to do after learning html + css?

What to do after learning html + css? Make up psd layouts or learn JS and make websites. You can first practice, make simple websites and then learn JS frameworks, libraries, etc.
Or write your options: what to do after html and css?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Maxim, 2019-10-20
@Saika2019

Well, first of all, HTML5 and CSS3. It is highly desirable to know the intricacies of browser support, and, if necessary, to typeset "cross-browser", within reasonable limits of course. It is also desirable to be able to typeset from a layout. Even today it is important to know CSS frameworks, usually Bootstrap, less often Foundation. Well, it would also be nice to know layout methodologies, such as BEM.
Second, JavaScript. Here, too, the field is actually unplowed. You also need to know about browser support for different moves. Many places require both the ability to work with jQuery, and specially without it. Also, in some places they require knowledge of ES6 (the latest JS specification with all sorts of useful gadgets).
Thirdly, JS frameworks and all that. Usually these are Angular.js and React.js, but there is such a situation that it is difficult to understand and understand them without knowledge of design patterns, so it’s also a good thing;)
Fourth, sometimes you need to know all kinds of tools for more convenient development: automating assemblers ( Gulp.js, Grunt, Webpack, etc.), CSS preprocessors (SASS, Stylus, etc.); templating engines (Jade, etc.) . There are many different instruments, but they are easy to learn and some of them are similar to each other.
Fifth, it is generally necessary for all team programmers - knowledge of git. It’s also easy, you can get used to it and start using it in a couple of days)
Sixthly, a basic understanding of web design and UI / UX is also important, because the front-end works directly with the interface.
etc...
Well, and so, the limit of possibilities and knowledge is unattainable, but to search for the first job, in general, good knowledge of Html & CSS & JS is enough, and a small portfolio that demonstrates this knowledge :)

R
Ruslan Ruslanov, 2019-10-20
@dasauser

Learn Js

I
ITlatip, 2019-10-20
@ITlatip

Learn js first, because without js you will not be able to properly layout layouts, for example, a slider and an adaptive pop-up menu without js is difficult to do or in some cases it will not work at all without js

E
eugene159, 2019-10-20
@eugene159

Depending on what goal you are pursuing. If you get a job as soon as possible, then the next vacancy for you is a coder.
At the moment, coders who do not know JS are no longer needed by anyone. Website layout also means the revitalization of its functionality - sliders, sliders, arbitrary SELECTs, tabs. All this without JS - just CSS and HTML - cannot be done. So learn JS. Or at least some popular library for working with it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question