Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
- In your own word, explain what are the differences between ul and ol?
- Using ul and ol, create one list. The list should contain at least 5 elements. Take a screen shot and paste it as a part of your answer.
Expert Solution
arrow_forward
Step 1
Since you have asked multiple questions, we will solve the first question for you. If you want any specific question to be solved then please specify the question number or post only that question.
The unordered list and ordered list as the name suggests the ul list refers to the bullet points and ol list refers to the numbered list.
The only difference between ol and ul lists is the difference one is numbered and the other is unnumbered and uses bullet points.
Step by stepSolved in 4 steps with 2 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Create an autocomplete input element with an associated datalist that contains the days of the week.arrow_forwardPlease explain how to get the genre list to filter and how to associate the i to the title of the movie and display it on the finish screen. You can press to view code on the top right of the screen and you can edit it by creating a remix. Thank you for you help it is due today at 12. var nameList = getColumn("Netflix Content", "Title");var typeList = getColumn("Netflix Content", "Type");var typeSelection;onEvent("typeDropdown", "click", function( ) {typeSelection = getText("typeDropdown");});onEvent("startButton", "click", function( ) {setScreen("typeScreen");console.log("in STARTBUTTON typeSelection = "+typeSelection);});onEvent("toRatingButton", "click", function( ) {setScreen("finishScreen");console.log("typeSelection = "+typeSelection);// for (var i = 0; i < nameList.length; i++) {for (var i = 0; i < 25; i++) {console.log(((" i="+i)+" "+typeSelection)+" "+ratingSelection+" "+genreSelection+"--"+typeList[i]+" "+ratingList[i]+" "+genreList[i]);// if ((typeList[i] ==…arrow_forward. Create a List / generic collection of 5 capital city names in Africa. Display all the capital cities. Insert Ghana capital city to element 3.arrow_forward
- A fridge should keep food at a temperature between 0 and 5 degrees Celsius (inclusive). Assume you have a non-empty list of integer and/or floating-point numbers representing the hourly temperature readings, also in degrees Celsius. Print the list of all temperatures that are outside the allowed range. The answer box contains Pattern 2.3 (List filtering) as comments, to get you started. Write the corresponding code beneath each comment. Use variable names appropriate to the problem at hand instead of the generic names used by the pattern. The first step has been done for you. It uses an operation we defined for you, get_input(), to obtain the list used by each test. The list from get_input() is assigned to temperatures (which corresponds with the input_list in the pattern). You do not have to understand or work out how get_input() works. For example: Input Result [4.7] [] [5.2] [5.2] [0, 3, 5, 7, 5, 4, 2, 0, -0.2] [7, -0.2] Answer: (penalty regime: 0 %) Reset answer 1 #initialise the…arrow_forwardTask 12: List the item ID, description, and category for each pair of items that are in the same category. (For example, one such pair would be item FS42 and item PF19, because the category for both items is FSH.) Order the output by category.arrow_forwardPlease explain the following code example. Also, identify three comments to be inserted, proposed syntax and specify where (line number references) they are to be inserted. Ensure you are precise, detailed and explicit in your descriptions. Line numbers (e.g. 10.) are provided for reference only. list1 = [10, 21, 4, 45, 66, 93] num = 0 while(num < len(list1)): if num % 2 == 0: print(list1[num], end = " ") num += 1arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education