Sie sind auf Seite 1von 3

10/24/2015 Hosting and Validation | Coursera

Hosting and Validation

 5/5 questions correct

Quiz passed!

Continue Course (/learn/html/supplement/Lnyj2/final­project­description)

Back to Week 3 (/learn/html/home/week/3)

 1. 

What validation error will this code produce?

<!DOCTYPE html>
<html lang="en">
<head> 
   <meta charset="UTF‐8">
   <title>Testing</title>
</head>
<body>
   <p>   
     <h2>Validate me!</h2> 
   </p>
</body>
</html>

No error

No p element in scope but a p end tag seen.

Well done! 

Start tag seen without seeing a doctype first. Expected
e.g. <!DOCTYPE html>.

https://www.coursera.org/learn/html/exam/50L7P/hosting­and­validation 1/3
10/24/2015 Hosting and Validation | Coursera

 2. 

What validation error will this code produce?

<!DOCTYPE html>
<html lang="en">
<head></head>
<body> 
   <p> Validate me! </p>
</body>
</html>

Element head
(http://www.w3.org/html/wg/drafts/html/master/single­
page.html#the­head­element) is missing a required
instance of child element title.

Well done! 

No error.

End of file seen when expecting text or an end tag.

 3. 

To access your cPanel account, you need ...

the Chrome browser to log in.

a specific URL to log in

Well done! 

to download special ftp software to log in

https://www.coursera.org/learn/html/exam/50L7P/hosting­and­validation 2/3
10/24/2015 Hosting and Validation | Coursera

 4. 

To publish your site online you need

a client

an account through work or school

a domain name and hosting service

Well done! 

 5. 

To use ftp software to transfer files you will need to know your site's:

ftp address

ip address

Well done! 
Help Center

domain name server

  

(https://accounts.coursera.org/i/zendesk/courserahelp?return_to=https://learner.coursera.help/hc)

https://www.coursera.org/learn/html/exam/50L7P/hosting­and­validation 3/3

Das könnte Ihnen auch gefallen