You are on page 1of 2

Sanjivani Rural Education Society’s

Sanjivani College of Engineering, Kopargaon 423603


An Autonomous Institute Affiliated to Savitribai Phule Pune University, Pune)
(NAAC ‘A’ Grade Accredited)
Department of Information Technology
Practice Questions of IT for Engineers (Unit No. 2)
HTML

1. What are Tags? Explain with html codes.


2. How to create Paragraphs in HTML Page? Write the codes.
3. How many types of heading does an HTML contain?
4. Describe HTML layout structure with sample code.
5. <p> My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the
ocean.</p>
Consider the above paragraph lines and apply the proper style formatting tag to set the font size
to 100px, font family to verdana, text alignment to center, text color to blue.
6. Create the navigation tab for the given items using HTML as follows:
About, Advantages and Disadvantages, Types of Cyber security & Quiz and create the href
attribute for all list.
7. 1. <p> Engineering is a discipline dedicated to problem solving. </p>
2. <p> Our built environment and infrastructure, the devices we use to communicate, the
processes that manufacture our medicines, have all been designed, assembled or managed by an
engineer.</p>
3. <p> Find solutions to some of the world's most complex challenges. </p>
4. <p> Find solutions to some of the world's most complex challenges problems </p>
apply the correct formatting tag to above paragraph
1. Apply proper tag to mark the text to bold given in point 1
2. Apply proper tag to mark the text to italic given in point 2
3. Apply proper tag to highlight the text given in point 3.
4. Apply proper tag to strikeout the given text given in point 4.
8. How many tags can be used to separate a section of texts? Explain with example.
9. How to make a picture of a background image of a web page? Explain with codes to resize the
width and height of images.
10. What are the various formatting tags in HTML? Explain with examples
11. How to use the figure tag in HTML? Explain with codes.
12. Difference between link tag <link> and anchor tag <a>? Show with example codes.
13. How to create a hyperlink in HTML? Write sample code for inserting hyperlink in HTML
page.
14. Which HTML tag is used to display the data in the tabular form? Write sample code for
inserting the table in HTML page.

Mr. Dinesh Kumar Dr. M. A. Jawale


Subject I/C HOD IT

You might also like