Basic programs
- Create a webpage with the title "CAPSCOM TECHNOLOGY COMPUTER EDUCATION"
- Create a webpage with a meta tag description.
- Define webpage language "en"
- Create a webpage with the background color "sky-blue"
- Create a webpage and save it with the name "Register.html"
- Create a webpage saved with the name "about_us.html" within a folder named "project".
- Create a webpage that contains the text "New Blog" with color "Red", face "Jokerman" and has font-size "4"
- Create a webpage that displays H2SO4
- Create a webpage with a paragraph that has more than 250 words.
- Create a webpage with the text "CAPSCOM TECHNOLOGY" in bold, italic, and underline.
- Display given mathematics basic formula (a+b)2=a2+2ab+b2
- Insert horizontal line with color "orange" and webpage has background-color "navy blue"
List-based programs
- Create a list as given below.
List of fruits
-
- Mango
- Apple
- Grapes
- Papaya
- Orange
- Ajay
- Address: Almora
- Mobile: 7579237515
- country: India
- Rama
- Address: Almora
- Mobile: 7579237515
- country: India
- Umesh
- Address: Almora
- Mobile: 7579237515
- country: India
- Ankit
- Address: Almora
- Mobile: 7579237515
- country: India
- Prakash
- Address: Almora
- Mobile: 7579237515
- country: India
3. Create a list of eCommerce website products as given below.
- Mouse
- Price: 250
- Qty: 10
- Monitor
- Price: 4500
- Qty: 3
- Printer
- Price: 9000
- Qty: 4
- UPS
- Price: 12000
- Qty: 4
- CPU
- Price: 15000
- Qty: 2
- Keyboard
- Price: 340
- Qty: 10
- Modem
- Price: 2200
- Qty: 2
- Laptop
- Price: 35000
- Qty: 2
- Mobile
- Price: 12000
- Qty: 6
- Camera
- Price: 85000
- Qty: 1
Programs based upon the path.
- Create a given project directory
Desktop
project
math
home.html
science
about_us.html
gallery.html
gallery.html
- Create a link from about_us.html to home.html
- Create a link from home.html to gallery.html
- Create a link from gallery.html to about_us.html
Program based upon the table
- Create the table as given below
-
Name Price Qty LG Monitor@23 12000 10 Acer UPS@90 9000 90 HP Printer@450 8400 15 -
Student Name Hindi marks English Marks Science Marks SST Marks Math Marks Pankaj Singh 89 88 43 90 90 Ajay Prasad 90 23 87 65 92 -
Average Red eyes height weight Males 1.9 m 45 kg 40% Females 1.7 m 80 kg 43% -
65 40 20 Men Women Men Women Men Women 82 85 78 82 77 81
-
Static website using HTML only.
- Create one folder with the name Project
- Create one child folder named images.
- under the parent folder create 4 pages named as given below. (*make sure every page is a sibling of images folder)
- index.html
- about_us.html
- our_team.html
- gallery.html
- index page must contain
- One heading tag(h1) with the main text
- One image
- Three paragraphs and each paragraph must contain more than 400 words about any object.
- about us page must contain
- one heading tag(h1) with the main text
- one image
- and one long paragraph about the organization or anything, text length must be greater than 1000 words.
- Gallery page must contain
- Atleast 20 images with proper order
- every image must have alt attribute with proper meaningful text.
- Every image size should be as given below.
- width: 25%
- height: 220 (pixel)
- Every page must be linked with each other so that users do not need to write page addresses at URL.
Form-based questions
- Create the form, form must have given fields.
Field name Type Other Attributes First name Text name, value, required, id Last name Text name, value, required, id Email id Email name, value, required, id Mobile Number Number name, value, required, id Submit button Submit value("Sign up"), name("sign_up")
- Note: value in name attribute must be separated with an underscore
- Every input field must have a label field with for attribute which should have value same as the value of id attribute given in input field.
- Create the form, the form must have given fields.
Field name Type Other attributes School Select name, required, id
Note: school fields should have at least 5 options, in which 4th option must be auto-selected. - Create the form, the form must have given fields.
Field name Type Other attributes School Radio name, value(each school name)
Note: there should be at least 5 school names. - Create the form, the form must have given fields.
Field name Type Other attributes Write something about you Textarea name, rows(5), cols(80), id, required - Create the form, the form must have given fields.
Field name Type Other attributes Student name Text name, value, id, required, placeholder Father name Text name, value, id, required, placeholder Date of birth Date name, id, required, placeholder Mobile number Number name, id, required, placeholder Local address Textarea name, id, required, placeholder Permanent address Textarea name, id, required, placeholder Choose Religion Select name, id, required Name on debit card Text name, id, required, placeholder Debit card number Number name, id, required, placeholder CVV Number name, id, required, placeholder Your favorite color Color name, id, required, placeholder Favorite food Checkbox name, value, checked(at least 2 option) User profile File name Email id Email name, id, required, placeholder Your favorite car's list Checkbox name, value, checked(at least 1 option) Leave feedback message Textarea name, id, required, placeholder Country Text name, id, required, placeholder, readonly State Text name, id, required, placeholder, disabled