Learn with Yasir

Share Your Feedback

Review Questions


Review Questions

Introduction to HTML

  1. What is HTML?

  2. Specify the code you would enter to mark the text “Welcome” as an h1 heading.

  3. How do you insert a comment in html?

  4. What is the difference between linking to an image, a website, and an email address?

  5. What is the syntax difference between a bulleted list and numbered list?

  6. Error Detection. Find 3 errors in the code sample.(03)

<html>   
<head> 
<title>Republican Candidate<title>   
</head> 
<body> 
<div align="center"> 
<h1>John McCain</h1>  
<br />  
<p>This photo was taken yesterday.</p> 
<div> 
</html> 
  1. Specify the code to create an unordered list for the following items: garlic, pepper, salt

  2. What tag is used to define a link? Give an example of link ?

  3. Specify the code to mark the graphic file butterfly.jpg as an image. Specify “monarch butterfly” as the alternative text

  4. How many HTML tags are should be used for the most simple of web pages?

  5. Write code for given web page. Click here to view image

  6. Write a HTML FORM tags that outputs the following:Click here to view image