#completely new to code

4 messages · Page 1 of 1 (latest)

prime stag
#

Is there any website or specific code I should use when trying to make a website for a video game shop I am completely new and trying to learn the best way to start practicing.

random sundial
#

Html is considerd as easy language and javascript hard but if you manage to gap js html css is gonna be easy work

#

HTML provides the basic structure of sites, which is enhanced and modified by other technologies like CSS and JavaScript.
CSS is used to control presentation, formatting, and layout.
JavaScript is used to control the behavior of different elements.