npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

brunda_html_assignment

v1.0.0

Published

Assignments by Brunda

Downloads

2

Readme

Assignments by Brunda

  1. Assignment 1: Create a HTML5 web page which is used for a Stock Trading App which looks like below screen shot.

Requirements: a. The stock ticker symbol and price as below should be displayed in a table format b. The Stock trading form below should allow the user to enter the TICKER symbol and the quantity of shares that the user wishes to purchase. c. The shares/stocks can be purchased only in block of 10s (ie 10 shares, 20 shares, 30 shares…..). Validate that the ‘quantity’ input can only take numbers as its value and min is 10 and max is 100 and can be bought only in blocks of 10s as discussed earlier. d. (optional) You can apply styling attributes to this web page through CSS

  1. Assignment 2:

Create a Web Page for an Event Management Company "Xena Events" which is conducting a hot balloon riding event from Feb 28th 2017 onwards for 5 days.The Web Page should have the below: Heading with appropriate name and logo. A form where people can register for this event with the below details: a. Name : should allow only alphabets. b. Age : should be equal to or greater than 18. c. Email ID : should be a valid email id format d. City: On clicking on the text box, Should display a list that contains city names as "Rajkot", "Vizag" and "Bangalore" but whatever the user enters also should be shown in the list Note: All entries are "mandatory".

  1. Assignment – 3 Create a Web Page with two horizontal sections. The top horizontal section should have the heading "Awesome Online videos" along with an image acting as a logo. The bottom horizontal section should have a view area to play the video of the week. Under the view area, there should be only 2 buttons "play" and "pause" which the user can use to play or pause the video of the week.(Optional) both the sections should also give the option to the user to select the color which will be used as the background color for that section.

  2. Assignment – 4 On the Web Page of Agricultural Statistical Department of GOI, we need to show the line chart of the yield of Bajra from 2001 to 2007. The values are as follows (in lakh tonnes) 2001 : 281 2002 : 277 2003 : 275 2004 : 457 2005 : 200 2006 : 280 2007 : 150 a. Use Canvas and related methods to draw the line chart. b. You are free to use any styles/colors of your choice.

  3. Assignment- 5 For the BCCI (Board of Control for Cricket in India) web page, we need to show a line chart for the batting statistics of the Indian team for a T20 cricket match. The details are as follows: Over Runs 5 - 40 10 - 75 15 - 140 20 - 210 c. Use Canvas and related methods to draw the line chart. d. You are free to use any styles/colors of your choice

HTML Practice Exercise

• Create the html file at the top of page 15 in your book o Create the file using a plain text editor such as Notepad o Save it as Exercise1.htm The default file type is .txt. If you do not save your file as .htm instead of .txt if will not display as a web page when you open the file, o Open the file in your browser to verify it is correct To open the file: double click the file or Open your browser, hold the ctrl key and type O, click Browse to locate your saved file, highlight the file, Open the file, and click OK. • As you read the chapters in the SAMS’ book try the examples by typing them into a plain text editor, save and view them to see what happens

Prepare for the quiz and your first HTML assignment. Answer the following questions as you read chapters 1 and 2.

  1. What special character is used in an ending HTML tag? A. / in angular brackets i.e
  2. What tags surround the part of an HTML file that appears to the user on the HTML page? A. body tags
  3. What are the two main parts of an html file? What tags create them? A. Head part - and body part-
  4. What are the delimiters for HTML tags? (What characters surround most html tags?) A. tag delemiters are < and >
  5. What extension do you use to save an HTML file? A. .html or .html or

Answer the following questions as you read chapters 3 and 4.

  1. What tags are needed to create headings? A. h1, h2, h3, h4, h5, h6
  2. What tags are needed for the following? a. Bold A. b. Paragraph A. c. Line break A.
  3. Special characters start with_______ and end with ______. A. & or &# and ;
  4. What is the symbol for inserting a space? A.  
  5. What tag is needed to create a link? What attribute? A. anchor tag using href attribute. i.e Link
  6. What tag is needed to create a link to an e-mail address? What attribute? A. tag using mailto with href. eg: email
  7. How can you distinguish a link to a URL from a link to an e-mail address? A. The major difference between a URL and an email address is that the email address always has an "at"sign ("@") and a URL never does.

The exercise and the questions are for practice to help prepare for the quiz and the first HTML assignment.

1] AGE Calculator WAP to accept two values from text box -> convert to date format and print the difference between two dates NOTE:- check validation first value should be less than second value

2] display digital clock on screen

3] Hide and seek game

4] person class