Created
May 2, 2011 15:32
-
-
Save 007blak/951784 to your computer and use it in GitHub Desktop.
soluţiile mele pentru yap-phpro-book (speedy)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
În contextul semantic variantă corectă este (5). | |
Partea 2 | |
B este mereu un parametru necesar care trebuie specificat. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Echo este apelat de cinci ori. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="text" size="5" maxlength="5" /> | |
<input type="text" size="15" maxlength="15" /> | |
<input type="text" size="25" maxlength="25" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Din faptul că site-ul extern reţelei mele afişează aceeaşi adresă IP faţă de sistemul meu de operare, deduc că ma conectez direct la Internet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Însa¸si GET însusi are semnificatia pe care ai întâlnit-o în capitolul trecut doar într-un anumit context semantic. | |
1. Care este acest context semantic? | |
* GET are semantica de a cere resursa documentului dorit în contextul semantic http. | |
2. În ce context semantic are semantica întâlnita constructul Include? | |
* Include are semantica de a include fişiere în contextul semantic apache. | |
3. În ce context semantic are sens comunicarea în limbajul(înprotocolul)HTTP ? | |
* HTTP are sematica de comunicare prin layer-ul application level în contextul semantic OSI. | |
Determina contextul semantic în care urmatoarele constructe au semantica pe care o intuiesti ca cunoscator al | |
limbajului HTML: | |
4. td are seemantica de coloanele tabelului în contextul semantic html. | |
5. tr are semantica de liniile tabelului în contextul semantic html. | |
6. body are semantica să îi spună browser-ului, unde începe conţinutul paginii web în contextul semantic html. | |
7. html are semantica să îi spune browser-ului că a început un cod în contextul semantic HTML. | |
8. href are semantica de a face legătură către o altă pagină web în contextul semantic html. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment