Carlos Mauricio Galdamez Gonzalez
Quiz by , created more than 1 year ago

Curso de AulaVirtualClic El Salvador

7
0
0
Carlos Mauricio Galdamez Gonzalez
Created by Carlos Mauricio Galdamez Gonzalez over 8 years ago
Close

Examen OnLine Php

Question 1 of 3

1

Es un lenguaje de código abierto muy popular conocido como HTML

Select one of the following:

  • True
  • False

Explanation

Question 2 of 3

1

PHP se utiliza para:

Select one of the following:

  • Generar paginas Estaticas

  • Generar paginas Dinamicas

  • Generar paginas esteticas

Explanation

Question 3 of 3

1

¿Que código muestra el ejemplo visto en clase?

Select one of the following:

  • <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Ejemplo</title>
    </head>
    <body>
    <?php
    echo "Bienvenidos a aprenderaprogramar.com";
    ?>
    </body>
    <html>

  • <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Ejemplo</title>
    </head>
    <body>
    <?php
    echo "Bienvenidos a aprenderaprogramar.com";
    ?>
    </body>
    </html>

  • <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Ejemplo</title>
    </head>
    <body>
    <?php
    echo "Bienvenidos a aprenderaprogramar.com";
    ?>
    </body>
    <html/>

Explanation