Web Page Designing (312004) WPD Manual Practical No.1 Answer
![]() YouTube Channel Subscribe Now Instagram Page Follow Now |
| Web Page Designing (312004) WPD Manual Practical No.1 Answer |
Welcome to PracticalKida, in this blog post, we are going to perform the WPD 312004 K Scheme lab manual first practical which is working with basic HTML tags.
Practical Significance
A web page is an HTML document available on the World Wide Web (WWW). Hypertext Markup Language (HTML) is the most generally used markup language for creating web pages. This practical is useful for creating a web page using HTML, which displays a sample message.
Exercises
1. Create a web page to display the name of your college, and the address of the college, and save the page with your name.
Answer :
Code:
<!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>My College</title></head><body><h1>PATIL COLLEGE, RUBABPUR</h1><p><b>Address:</b> Road No 16 Near Pune</p></body></html>
Output:
2. Create a web page by using structure tags to display “Welcome to HTML World” and apply a background color yellow and text color as per the student’s choice.
Answer:
Code:
<!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>Welcome to HTML World</title></head><body bgcolor=”#ffff00″> <font color=”black”> <h1>Welcome to HTML World</h1></font></body></html>
Output:
Conclusion
We successfully completed the HTML basic tags practical and created two simple web pages.
Practical Related Questions
1. State the role of the browser and List the names of various browsers.
Answer:
The main purpose of a web browser is to display HTML, which is the code used for creating web pages. When a browser opens a web page, it interprets the HTML, which can include text, links, images, and references to CSS and JavaScript functions.
Browsers List:
- Chrome
- Mozilla Firefox
- Internet Explorer
- Safari
2. State the use of the Horizontal Rule <HR> tag with an example.
Answer:
The <hr> tag is utilized to produce a horizontal line on your webpage, usually to visually divide different sections of content.
Example :
<!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta name=”viewport” content=”width=device-width, initial-scale=1.0″><title>Example with HR Tag</title></head><body><h1>Welcome</h1><p>This is the first paragraph of content.</p><hr> <h2>Now, let’s move to a new section</h2><p>This is the second paragraph of content.</p></body></html>
Output :
You may want to read this post :
3. What is the web page? State examples of web pages.
Answer:
A webpage is an HTML document that can be seen on any web browser. It is stored on a web server, which can be reached by entering the URL of the webpage. After it loads, it is displayed on the user’s browser. Each webpage has its own distinct URL, so two pages cannot share the same URL.
Example :
News Websites (e.g., BBC News – The website (https://www.bbc.com/) provides updates on current events, sports, and world affairs. It frequently incorporates multimedia elements such as videos and images, in addition to text, to convey news stories.







T
Very thank full
Good
Wpd all manual answers with questions for college 2 k