|
|
|
JNTU-K Model Questions
Unit 2
- What is the necessity of CSS? Explain about the different types of CSS with an example each.
-
- Explain the following terms related to CSS:
- Font Size
- Font Weight
- Font Strech
- Text Decoration
- Text Transformation
- Text Alignment
- Padding
- Border Style
- Explain the various ways you can reference a color in CSS.
- How to use class and id selectors in css. Explain with an example each.
- What are the benefits of using styles compared with placing formatting directly into the text of the Web page?
- What is CSS? Explain with an example to clearly illustrate the creation of CSS rule for a given text.
- What is a stylesheet class ?
- Describe the different ways that styles can be added to a page.
Unit 1
- Create a simple HTML page which demonstrates the use of various types of lists. Try adding a definition list which uses an unordered list to define terms.
- Explain about the following HTML Protocols
- HTTP
- SMTP
- POP3
- MIME
- Explain the following terms related to HTML table:
- Cell padding and spacing
- Borders
- Formatting content in Table cells
- Nested tables
- Create a HTML Form with the following input fields:
- Name - TextField
- Password - Paswword
- Gender - Radio Button
- Department - Drop Down List
- Address - Text Area
- Hobbies - Atleast 3 Check Boxes
The form should send the data to "submit_data.php" page when clicked on the 'submit' button.
-
- What are the different types of lists in HTML? Explain how these lists are created in HTML with suitable examples.
- Explain how a basic table is created using HTML. Create a HTML table with columns for Roll Number, Student Name, Branch, Section and Percentage. There must be at least 4 student details as rows in the table.
|