Web Design using HTML5 - BSCS09B guiddelines
Web Design using HTML5 - BSCS09B guiddelines
References
1. Boehm, A., & Ruvalcaba, Z. (2015). Murach’s HTML5 and CCS3 (3rd Edition). Mike
Murach & Associates. (soft copy version)
Additional Resources
1. Minnick, J. (2015). Web Design with HTML5 and CSS3 (8th Edition). Cengage
Learning.
Practicals
1. Create HTML document with the following formatting – Bold, Italics, Underline,
Colors, Headings, Title, Font and Font Width, Background, Paragraph, Line Breaks,
Horizontal Line, Blinking text as well as marquee text.
2. Write an HTML code to generate the following list (with given links). The link should
show the image of that particular city.
● India
o North India
I. Chandigarh
II. Shimla
III. Srinagar
o NCR
a. Gurgaon
b. Noida
c. Faridabad
4. Write an HTML program to design a form which should allow entering your personal
data
(Hint: make use of text field, password field, e-mail, lists, radio buttons, checkboxes, submit
button)
5. Create an HTML document (having two frames) which will appear as follows:
About
This frame would show the contents according to the link clicked by
Department 1 the user on the left frame.
Department 2
Department 3
6. Create a form using HTML which has the following types of controls:
I. Text Box
II. Option/radio buttons
III. Check boxes
IV. Reset and Submit buttons
7. Create a website using HTML and CSS with the following information, structure and
visual presentation:
8. Create a website using HTML and CSS for your curriculum vitae. You must use a two
column layout and second column must be the navigation bar.
10. Create a webpage using HTML and CSS for your college highlighting facilities
provided to students by the college.
11. Create a web page with three paragraph and define three classes for these paragraphs
< p class = “normal” > Color dark blue
< p class = “important” > Color red, background color yellow
< p class = “extra” > Color green, background color grey