100% found this document useful (1 vote)
1K views1 page

Web Technology Important Questions Guide

This document outlines the topics covered in 5 units on web technologies. Unit I discusses the basic structure of HTML, formatting tags, lists, tables, images and hyperlinks. Unit II covers forms, stylesheets, layers and CSS formatting. Unit III focuses on JavaScript topics like string manipulation, exceptions, math functions, operators, arrays and functions. Unit IV is about WordPress installation, posts, widgets, menus, media and themes. Unit V discusses WordPress themes, user management, plugins and security.

Uploaded by

hafsaadn
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views1 page

Web Technology Important Questions Guide

This document outlines the topics covered in 5 units on web technologies. Unit I discusses the basic structure of HTML, formatting tags, lists, tables, images and hyperlinks. Unit II covers forms, stylesheets, layers and CSS formatting. Unit III focuses on JavaScript topics like string manipulation, exceptions, math functions, operators, arrays and functions. Unit IV is about WordPress installation, posts, widgets, menus, media and themes. Unit V discusses WordPress themes, user management, plugins and security.

Uploaded by

hafsaadn
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
  • UNIT-V
  • UNIT-II
  • UNIT-IV
  • UNIT-III
  • UNIT-I

WEB TECHNOLOGIES

UNIT-I

1. Explain briefly about basic structure of html?


2. Explain briefly about formatting tags in html/syntatic and semantic tags/physical and
logical tags?
3. Specify different types of lists in html with an example?
4. Write short notes on how to create tables in html/ rowspan and colspan of tables?
5. Explain briefly about different image formats in html?
6. Write short notes different types of hyperlinks with an example?
7. Explain briefly about frames in html/targeted frames with an example?
UNIT-II
1. Explain briefly different input tags in forms?
2. Explain briefly about different styles sheets with an example?
3. Write short notes on layers with an example?
4. Write short notes on formatting blocks of information in CSS?

UNIT-III

1. Specify different string manipulations/string functions in java script with an example?


2. Explain briefly about exception handling in java script?
3. Write short notes on mathematical functions in JavaScript?
4. Explain briefly about operators in java script?
5. Explain briefly about arrays in JavaScript?
6. Write short notes on implementation of functions in java script?
7. Explain briefly about floating and moving images in java script with an example?
8. Explain briefly about different types of event handlers in java script?
9. Write short notes rollover buttons?
10. Write short notes on opening a new window in Dhtml?
11. Write shot notes on data validation in javascript?

UNIT-IV
1. Explain briefly about installing and configuring wordpress/ bitnami wordpress?
2. Explain briefly about working with posts in wordpress?
3. Write short notes on widgets in wordpress?
4. Explain briefly about how to add and edit menus in wordpress?
5. Explain briefly about adding and editing media elements such as images and videos in
wordpress?
6. What is wordpress and specify its features?
7. Write short notes on wamp server?
8. Write short notes on parent and child themes in wordpress?

UNIT-V
1. Explain briefly about adding a theme in wordpress?
2. Explain briefly about user account creation and assigning role to the users (user
management)?
3. Explain briefly about adding and configuring plugins in wordpress?
4. Write shot notes on protecting wordpress from hackers?

Common questions

Powered by AI

Exception handling in JavaScript involves using try, catch, and finally blocks to manage runtime errors, preventing crashes and allowing graceful handling of unexpected issues. It is critical for robust web applications as it ensures code resilience, maintains application stability, and improves user experience by catching errors and executing defined fallback processes .

Syntactic tags in HTML, such as <b> for bold or <i> for italics, focus on the visual style applied to text but do not convey meaning about the content. Semantic tags, like <strong> and <em>, which suggest strong emphasis and importance, not only apply style but also communicate meaning to browsers and assistive technologies. These semantic tags improve accessibility and SEO by transmitting additional context that syntactic tags lack, highlighting why both types are necessary .

Installing and configuring WordPress via Bitnami involves downloading the installer, launching the setup, and configuring database and server settings. This simplified process is significant as it provides an efficient way to deploy WordPress environments with pre-configured, secure, and optimized configurations, saving time and technical effort for developers .

Parent and child themes in WordPress allow developers to modify a site's appearance and functions without altering the original theme files. This setup benefits development by ensuring updates to the parent theme can be applied without losing customizations, promoting continued site evolution and preserving theme tailoring efforts .

User role management in WordPress is vital as it dictates the level of access and control users have over the site's backend. Assigning proper roles enhances security by limiting capabilities, such as content editing or plugin management, to authorized users only, thereby preventing unauthorized changes and maintaining content integrity and protection .

HTML forms use various input tags to collect user data through elements like <input type='text'> for text fields, <input type='radio'> for radio buttons, and <input type='checkbox'> for checkboxes. These input elements allow for diverse types of user interaction based on use case, facilitating everything from text responses to multi-option selections in forms .

CSS layers, managed by z-index property, permit elements to overlap and stack in specified order, greatly enhancing a webpage's visual presentation. By positioning elements in layers, designers can control the visibility and prominence of content, creating dynamic and appealing layouts without disrupting the underlying HTML structure .

JavaScript event handlers, such as onclick, onmouseover, and onkeyup, respond to user actions, enabling dynamic interaction and enhancing user interface design. By reacting to events, they allow developers to create responsive applications that provide tailored experiences, such as triggering animations, data validation, or content updates upon user input .

Protecting a WordPress site from hackers involves practices like using strong passwords, limiting login attempts, and regularly updating themes and plugins. Implementing security plugins, setting correct user permissions, and enabling SSL encryption are critical measures that mitigate risks by securing vulnerabilities and protecting against unauthorized access and data breaches .

WordPress widgets offer functionality improvements by enabling dynamic content addition to sidebars and other accessible areas without coding. They enhance user engagement by offering easy access to features like search bars, recent posts, and social media links, directly integrating interactive elements within the site's layout .

WEB TECHNOLOGIES
UNIT-I
1.
Explain briefly about basic structure of html? 
2.
Explain briefly about formatting tags in html/s

You might also like