














Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This lab book provides a comprehensive introduction to fundamental web development concepts, covering html, css, and javascript. It includes practical examples and exercises to help learners understand the basics of web page structure, styling, and interactivity. The book covers topics such as formatting tags, web page layout, inline and external css, css selectors, and basic javascript programming concepts.
Typology: Summaries
1 / 22
This page cannot be seen from the preview
Don't miss anything!
Tribhuvan University
Submitted by Suraj Tamang Roll No:- 79263012
Internal Examiner External Examiner Name: ………………………………………… Date: …………………………………………… Sign………………………………………… ….. Name: …………………………………………Date: …………………………………………… Sign………………………………………… …..
1. 1.HTML LAB BOOK
Welcome to my website this is a lab one
Output:
A Web page a page that contain info on any topic or subject. A web page is also known as HTML document
Output
2.CSS LAB BOOK
This is a paragraph using inline css style
2.2: Internal CSS ExampleThis is a paragraph styled with internal CSS.
**OUTPUT:**This is a paragraph styled with external CSS.
Csslab33.css h1 { color: rgb(232, 161, 8); text-align: center; } p { font-family: Arial, sans-serif; font-size: 16px; text-align: center; color: rgb(234, 4, 4); } **OUTPUT**