Developers
Html
CSS
PHP
JavaScript
100

what do web developers do?

create and maintain websites

100

what does HTML stand for?

a standardized hypertext markup language for documents for viewing web pages in a browser.

100

what is css?

A formal language for decorating and describing the appearance of a document written using a markup language. It can also be applied to any XML documents.

100

what is php?

it is an open source server side scripting language commonly used for web applications.

100

what is JavaScript?

a programming language that allows you to create dynamically updated content, manages multimedia, animates images.

200

where web developers work?

some web developers work in the field of computer system design and related services. Others are self-employed. Still others work in industries such as publishing, management consulting and advertising.

200

what are tags used for?

with the help of tags, you can highlight text, insert pictures and videos, transmit service information, and mark links.

200

what does "border" mean in css?

this property allows you to define all the attributes of the HTML element frame in one declaration

200

what is the main difference between php4 and php5?

the main difference is that php 5 is object-oriented, while php4 is not. 

200

what is the DOM (Document Object Model)?

a tree structure that enables JavaScript to add, modify, and remove HTML elements, tag attributes, and CSS styles by referencing their location in the tree.

300

what is the job outlook for web developers?

according to forecasts, the employment of web developers will grow by 13 percent between 2020 and 2030, faster than the average for all professions. This profession will develop in the same way as Internet technologies, so it will always be relevant.

300

what is HTML5?

a set of HTML, CSS and JavaScript specifications designed to create a new generation of websites and applications.

300

which symbol is used to select a class in CSS?

period (.)

300

why PHP is needed?

the main task of PHP is to "revive" HTML pages.

php allows you to modify a web page on the server immediately before it is sent to the browser.

300

what is '===' operator?

this JavaScript operator lets you check the same types before checking equality.

400

what programming languages does a web developer work with?

сss/html, php, sql, javascript, python

400

what are the first lines of html code?

<!DOCTYPE html>
<html lang="en" class="no-js">
<head></head>
<title></title>

400

which two css properties allow you to resize elements?

width and height

400

is multiple inheritance supported in php?

there is no multiple inheritance in php - each class can have only one parent.

400

what is String Interpolation, also known as Template Literals?

in JavaScript, language feature allows us to evaluate expressions inside of strings, so long as they use a backtick (`) charactor instead of single or double quotes.

500

what are the two areas of web development divided into?


frontend and backend

500

what is the <dl> tag used for in html?

The element is a container inside which the term and its description are located.

500

when writing CSS, what selects the part of the page we want to change?  

the Selector

500

What sign is used to write code in php?

question mark (?)

500

what is the getElementById method in JavaScript?

the getElementById() method returns elements that have been assigned an identifier that is passed to the function. This function is a widely used HTML DOM method in web design to change the meaning of any particular element or get a specific element.

M
e
n
u