0% found this document useful (0 votes)
29 views

Ans 5

The document contains an instructor manual for a lab manual on web programming. It provides details of a student named Shibin Nair, enrolled in the BTech Cyber Security/IT program. It then lists various CSS properties and their values. Finally, it provides 3 exercises for students to design a navigation bar using CSS, style a web page using the box model in CSS, and style a table using external CSS.

Uploaded by

aashwini kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Ans 5

The document contains an instructor manual for a lab manual on web programming. It provides details of a student named Shibin Nair, enrolled in the BTech Cyber Security/IT program. It then lists various CSS properties and their values. Finally, it provides 3 exercises for students to design a navigation bar using CSS, style a web page using the box model in CSS, and style a table using external CSS.

Uploaded by

aashwini kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

SVKM’s NMIMS

Mukesh Patel School of Technology Management & Engineering


Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III

Name: Shibin Nair Roll no: A229


Program/Branch : IT/Btech Batch: A

Properties Values
background-attachment scroll, fixed
background-color (color), transparent
background-image none, (location)
background-position (percent), (length), top, center, bottom, left,
center, right

background-repeat repeat, repeat-x, repeat-y, no-repeat

Background Any of the above background values separated


by spaces.

Color (color)

Properties Values
margin-bottom (length), (percent), auto
margin-left (length), (percent), auto
margin-right (length), (percent), auto
margin-top (length), (percent), auto
margin Any of the above margin values in top, right, bottom, left order
separated by spaces.
padding-bottom (length), (percent)
padding-left (length), (percent)
padding-right (length), (percent)
padding-top (length), (percent)
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III

padding Any of the above padding values in top, right, bottom, left
order separated by spaces.
border-bottom-width medium, thin, thick, (length)
border-bottom Any of the border-top-bottom, border-color and border-style values.
border-color (color)
border-left-width medium, thin, thick, (length)
border-left Any of the border-top-left, border-color and border-style values.
border-right-width medium, thin, thick, (length)
border-right Any of the border-right-width, border-color and border-style values.
border-style none, dotted, dashed, solid, double, groove, ridge, inset, outset
border-top-width medium, thin, thick, (length)
border-top Any of the border-top-width, border-color and border-style values.
border Any of the border values. Applies to all borders.
height auto, (length), (percent)
width auto, (length), (percent)
list-style-type disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha,
upper-alpha, upper-latin, hebrew, armenian, georgian, cjk-ideographic,
hiragana, katakana, hiragana-iroha, katakana-iroh, none
list-style-image none, (url)
list-style-position outside, inside
Properties Values
list-style Any of the above list-style values separated by spaces.
white-space normal, pre, nowrap
border-collapse collapse, separate, inherit
border-spacing (length)(length), inherit
caption-side top, bottom, left, right, inherit
empty-cells show, hide, inherit
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III

speak-header once, always, inherit


table-layout auto, fixed, inherit

1. Design a navigation bar in a web page using HTML and CSS using external CSS.
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III

2. Design a web page using box model using external CSS


SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III

3. Design a web page to style a table using external CSS.


SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III
SVKM’s NMIMS
Mukesh Patel School of Technology Management & Engineering
Program: B.Tech Cyber security/ IT MBA.Tech IT

Instructor Manual Lab Manual (Part-A) Academic Year-


Year:-Second Subject:- Web Programming Semester:- III

You might also like