почта Моя жизнь помощь регистрация вход
Краснодар:
погода
апреля
20
суббота,
Вход в систему
Логин:
Пароль: забыли?

Использовать мою учётную запись:


Начни общение сейчас, веди свой блог, выкладывай фотографии, публикуй свое мнение и читай мнения людей
создана:
 16 октября 2020, 15:16
3 Basic Web Languages ??For Coders That help you in web design and development.

3 Basic Web Languages ???? For Coders That help you in web design and development.



There are so many Web languages ??that nowadays, so people are confused about which language is to learn to create high-quality web pages. So, if you want to do something exciting in the field of Web Language, so here are 3 basic level languages, and you should start from here.


Html


HTML is a great language. It defines the structure of webpages and it determines how data is displayed online. But this doesn't make HTML a programming language.


A markup language


HTML encapsulates, or “marks up” data within HTML tags or elements, which define the data and describe its purpose on the webpage. The web browser then reads the HTML elements, which tells it things like which parts are headings, which parts are paragraphs, which parts are links, etc. The HTML describes the data to the browser, and the browser then displays the data accordingly.


That's how the browser knows that


However, this is not programming as I said before. The above is not an example of an executable script. The HTML was only used in the above to mark up the text for the browser to read and interpret as web page content. HTML is used for structural purposes on a web page, not functional ones.


Learn Html tutorial to start the basic structure of the web page to advance.


CSS


Now come with the new language that is CSS which is used to create a creative website, or you can say HTML is the sole of CSS, without CSS you can't imagine a creative website * (most cases).


How it CSS works? CSS describes how HTML elements should be displayed. Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. It describes the Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.


Learn CSS tutorial to design and create interactive web pages.


JavaScript


JavaScript is the most popular and widely used client-side scripting language ie it runs within the client's (user) browser. It is used to make webpages interactive and to add dynamic effects to the web pages. JavaScript is an object-oriented language, ie it supports all object-oriented concepts like C ++ or java. But, the JavaScript is not related to Java language in any way.


Learn Javascript tutorial and start a complete web development Course.


Also learn Php tutorial | mysql tutorial | linux tutorial



 





Что бы оставить комментарий, вам необходимо авторизоваться! Если у Вас еще нет аккаунта, ты вы можете получить его прямо сейчас пройдя регистрацию.