
- •Not subject to browser compatibility issues.
- •Xhtml describes the appearance and behaviour of the document.
- •Information about authentication is saved in cookies;
- •It specifies initial text - "login" will be written in that text field;
- •Which statement is wrong?
- •It has been assigned False value
- •A correct order for laying out elements is css
- •Choose the correct css syntax.
- •How to remove cookie (in php)?
- •Hover, b) link
- •121. Types of properties in css that are inheritable by children elements
- •What is not a common problem used to be solved by Web frameworks (from our lecture's list) in developing a Web Applications.
- •1Azamat
- •Which is not a benefit of javascript?
- •Var obj {name: “Aza”,getName: function(){return this.Name;}};
- •Which is not appropriate rule for xhtml?
- •Choose the correct description of meta data of the Web page.
How to remove cookie (in php)?
Set cookie again, by passing a timeout that is prior to the present time;
What is jQuery?
JavaScript library.
Choose client-side language(executed on a browser).
HTML
Pseudo-elements is CSS that specify a) an element that has the mouse over it, b) a link that has NOT been visited
Hover, b) link
HTML surrounds text contents with opening and closing ......
Tags
121. Types of properties in css that are inheritable by children elements
text, color, and font
What is the purpose inserBefore(node, old) method in javascript?
Places the given new node in this node's child list just before old child.
Choose wrong “object - description” relation in JavaScript
Document-…
It is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web.
Wen hosting
What is not a common problem used to be solved by Web frameworks (from our lecture's list) in developing a Web Applications.
Charset problems
sider we have table 'user' and we run the following script: "INSERT INTO user (`id`, `login`, `password`, `name`, `surname`) VALUES ('1', 'azicus88', 'mypass', 'Azamat', 'Tolegenov'), ('2', 'tima', 'timapass', 'Timur', 'Yeslamgaliyev'), ('3', 'erba', 'erbapass', 'Erbol', 'Naimanov');" What will be the output of the following code: "$result = mysql_query("SELECT name, id FROM user"); $row = mysql_fetch_row($result); $row = mysql_fetch_row($result); $row = mysql_fetch_row($result); echo $row[1];echo $row[0];"
1Azamat
What statement is NOT appropriate variant of the reasons why we use XHTML?
Works faster and better with javascript and CSS.
$s= array(“hello”, “world”); $a=implode(“ ”,$s); What is $a here?
String, $a=”hello world”;
Server side languages are:
PHP,JSP,ASP
Choose method of “window” object in javascript.
Alert;
How to process Form data(sent by user) in php script?
Using $_GET,$_POST,$_REQUEST superglobal…
Given code : <*input type = “text” name = “name1”value = “login/*”> What does “value” attribute specifies?
It specifies initial text – “login” will be written in that…
Which is not a benefit of javascript?
No subject to browser compatibility issues.
Input “type”(html form) can NOT be:
Image
Which statements is WRONG?
Cookies are used only for advertising
Some tags can contain additional information called…
Attributes
Which attribute gives the URL of the page that will process form`s data?
Action
What is the difference between margins and padding?
Padding adds whitespace inside the border and margin add whitespace outside
Conside we have table ‘use’ and we run the following script : “INSERT INTO use (id,login,password,name,surname )”…;echo “result is : $num_rows”;”
Result 5
$.post(“login.php”,”login-qwerty”,function(data){alert()data);}}; What is “data” here?
Data, returned by the server
Which one is WRONG way to create an object in javascript?
Var obj {name: “Aza”,getName: function(){return this.Name;}};
Which statements is wrong?
GET variables are NOT visible in browser`s address bar
Which of the nodes doesn`t exist in javascript?
Tags nodes
Which is not appropriate rule for xhtml?
Tags are not case-sensitive….