Computer Science Question
Q: 4. Each page should contain at least 15 unique HTML elements. You will need to add more content to…
A: An HTML element is defined by a start tag, some content, and an end tag.
Q: Part Two The following image shows the background color for various elements in index.html. Bох…
A: Answer: Updated Source Code: <!DOCTYPE html> <html lang="en"> <!-- below here is…
Q: 4. Each page should contain at least 15 unique HTML elements. You will need to add more content to…
A: An HTML element is defined by a start tag, some content, and an end tag.
Q: index.Txt
A: Program Code: <!DOCTYPE html><html><head><meta…
Q: Home Page Home Contact About Welcome to my (about me)…
A: HTML code:- <!DOCTYPE html><html><head><title>Home…
Q: 1. There are many approaches to sizing text on web pages. In this example, start by putting a stake…
A: Here I set the body font to 100% and the font size of h1 and are: h1 {font-size: 1.5rem} h2{…
Q: Create a web form as shown below that allows the user to select a team's starting lineup for a game.…
A:
Q: 1. Use an embedded style sheet for this exercise. Start by adding a style el- ement in the head of…
A: First of all, I have created an embedded style sheet in the HTML file below the title tag then I…
Q: 4. Each page should contain at least 15 unique HTML elements. You will need to add more content to…
A: An HTML element is defined by a start tag, some content, and an end tag.
Q: Lab 14 Sticky Note Board Transforms CSS transforms change the shape and position of the…
A: Applying background color for the sticky note . Using CSS
Q: <!DOCTYPE html><html><head><title>Home…
A: HTML stands for a hypertext markup language. It is used for designing static web pages along with…
Q: here is html code <!DOCTYPE html> <html lang="en"> <head> <title>To-Do…
A: Approach to solving the question: Dear student, I have meticulously addressed your request with a…
Q: show output of this html code: paragraph Paragraph with blue colour
A:
Q: ABOUT Home Contact About About ME Why…
A: indentation is nothing but well represented code. imagine the whole code is written in one line with…
Q: how could i change the CSS ,to make the right box ,with the "return "box in the most right corner…
A: Explanation: To make the box on the right-hand float property is used and the value for float…
Q: Table below shows the description of HTML tags. Which of the following is false? Please tick (/) the…
A: Answer : <acronym> define an acronym is false : /
Q: Part la- Floats (float-content.html) Implement a drop cap letter in float-content.html. Using…
A: Answer: float-content.html: <!DOCTYPE html> <html lang="en"> <head> <meta…
Q: 4. Each page should contain at least 15 unique HTML elements. You will need to add more content to…
A: Added New components like <h1>, <hr>, <form>, <label>,<br…
Q: What are tags used for? A) tags give users a quick overview of the page B) tags give users a…
A: The <meta> tags provide short or brief information regarding the webpage in the HTML document.…
Q: Describe how inline style sheets take precedence over the HTML document's style when utilized.
A: In CSS (Cascading Style Sheets), there are two types of style sheets that are inline and outline…
Q: Explain how inline style sheets take precedence over the default HTML page style.
A: What is a style sheet? A style sheet is a set of formatting guidelines that instructs a browser how…
Q: 2. Fix indentations by following this guide (https://developers.google.com/style /html-formatting)
A: I have fixed the indentation in below code.
Q: html
A: Given :- A code fragment using the html and css web technologies is given in the above question…
Q: Use an embedded style sheet for this exercise. Star
A: embedded or inline style means providing the style rules with in the html tags .
Q: ABOUT Home Contact About About ME Why…
A:
Q: Colorful Interactions Setting Up: 1. Add the following HTML after the form created in Part 1 of this…
A: Code : <!DOCTYPE html><html><head> <script…
Q: Create a Grid Layout in div.grid-container Grid layout requirements: o 6 columns when the viewport…
A: I attached your answer below.
Q: A webpage has the following outline of headings Book Tile Chapter 1 Article 1 Article 2…
A: The question is asking about the appropriate level of HTML heading tag to use for the 'Further…
Q: In this exercise, we're going to add a simple tiling background image to the menu. The images…
A: Answer: This question based on interconnection between CSS and HTML so that developer add some…
Q: <!DOCTYPE html><html><head><style>p {font-family: arial; font-size: 20px;}…
A: The HTML code to manage the sequence of operations, spending the money to purchase an item and…
Q: External Style Sheets There are three ways to apply CSS to HTML: inline styles, embedded style…
A: Embedded stylesheet (Also, called internal CSS) is the kind of stylesheet or CSS style that is…
Q: Home Page Home Contact About Welcome to my…
A: Given HTML Code: <!DOCTYPE html><html><head><title>Home…
Q: this html code books Books list 《tomandjerry》…
A: HTML and CSS code to design the list
Q: This is my first page Hi my name is Aziz This is my bio…
A:
Q: Home Page Home Contact About Welcome to my (about me) site HI there this is one of…
A: The program is written in HTML and CSS. Please find the source code and details in step 2.
Q: Black Goose Bakery Grid html { box-sizing: border-box; } * { box-sizing: inherit; } body {…
A: I did all the required changes in the below html code.
Q: 3. add nav, main, and footer elements (.. .)
A: This coding is for designing a web page of a student who wants to display his interests &…
Q: 3. add nav, main, and footer elements (... .)
A: In this HTMl added with the Nav element ,Main element , and footer element.
Q: mbedded style sheet for th
A: style can be embedded/inline , internal (mentioned in html file itself) or external(specified in a…
Q: 3. add nav, main, and footer elements (.... .)
A: here we have given html code with nav, main and footer elements
Q: 4. Each page should contain at least 15 unique HTML elements. You wil need to add more content to…
A: An HTML element is defined by a start tag, some content, and an end tag.
Q: 3. add nav, main, and footer elements (.. .)
A: //<nav> tag: <nav> tag is used to define set of navigation links. //save below program…
Q: /* Workflow 1. Make variables for cart subtotal and each of the plant prices using parseInt 2.…
A: function recalculateCart() { var subtotal = 0; /* Sum up row totals */…
Q: Use the following CSS requirements to add style cSS Requirements Link an external style sheet to…
A: The code for the external CSS file is given below. Also, the output of the code is attached.
Q: Black Goose Bistro Summer Menu body { font-family:…
A: font-weight: This is used increase the thickness of the word. You can either give value in pixel or…
Q: Part 1a - Floats /* Write your style rule here */
A: <style> p { line-height: 1em; } span {…
Q: 4. Each page should contain at least 15 unique HTML elements. You will need to add more content to…
A: An HTML element is defined by a start tag, some content, and an end tag.
Q: the html code is like this ---- Gallery zoo zoo zoo Z O O this is zoo…
A: Answer: HTML Source Code: <!DOCTYPE html> <html lang="en" dir="ltr" id="top">…
Q: Using HTML and CSS how to make a responsive image need a responsive image inside a column, I am…
A: A responsive image means an image which fits automatically to its screen size. Multiple ways are…
Q: -8"> Part 1a - Floats</t
A: Q. <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8">…
Correct the following code.
<!DOCTYPEhtml>
<hTm>
<head>
<title>Page Title<title>
</head>
<body>
</h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<body>
<html>
Step by step
Solved in 3 steps with 2 images
- <!DOCTYPE html><html><head><title>Contact me</title></head><body><!--Added main tag--><main><!--Added nav tag--> <nav> <a href="home.html">Home</a> <a href="contact.html">Contact</a> <a href="about.html">About</a> </nav> <h1>Contact ME</h1> <span>photo of me Joe Mc</span><br> <picture> <source media="(min-width:650px)" srcset="me1-650.jpg"> <source media="(min-width:465px)" srcset="me1-465.jpg"> <img src="me1.jpg" alt="lake" style="width:auto;"> </picture> <p>You can contact me through : </p><div> <ul> <li>Email - 332boyman@gmail.com</li> <li>Phone - (802)3730290</li></ul> <footer> <p>Author: Josiah McSweeney<br><!--Added footer tag--><footer> <p>Copyright Reserved</p>…<!DOCTYPE html><html><head><title>Contact me</title></head><body><!--Added main tag--><main><!--Added nav tag--> <nav> <a href="home.html">Home</a> <a href="contact.html">Contact</a> <a href="about.html">About</a> </nav> <h1>Contact ME</h1> <span>photo of me Joe Mc</span><br> <picture> <source media="(min-width:650px)" srcset="me1-650.jpg"> <source media="(min-width:465px)" srcset="me1-465.jpg"> <img src="me1.jpg" alt="lake" style="width:auto;"> </picture> <p>You can contact me through : </p><div> <ul> <li>Email - 332boyman@gmail.com</li> <li>Phone - (802)3730290</li></ul> <footer> <p>Author: Josiah McSweeney<br><!--Added footer tag--><footer> <p>Copyright Reserved</p>…<!DOCTYPE html><html> <head> <title>Home Page</title> <link rel="stylesheet" type="text/css" href="./styles/grid.css"> </head> <body> <!--Added main tag--> <main> <!--Added nav tag--> <nav> <a href="index.html">Home</a> <a href="contact.html">Contact</a> <a href="about.html">About</a> </nav> <h1>Welcome to my (about me) site</h1> <picture> <source media="(min-width:650px)" srcset="./images/me3-650.jpg"> <source media="(min-width:465px)" srcset="./images/me3-465.jpg"> <img src="./images/me3.JPG" alt="ME" style="width:auto;"> </picture> <h3>HI there this is one of my favorite songs down below.</h3> <iframe width="420" height="345"…
- <!doctype html><html><head><meta charset="UTF-8"><title>Black Goose Bakery Grid</title><link href="https://fonts.googleapis.com/css?family=Stint+Ultra+Expanded" rel="stylesheet"><style> html { box-sizing: border-box;}* { box-sizing: inherit;}body { font-family: Georgia, serif; font-size: 100%; background-color: white; margin: 0;} /* GRID STYLES START HERE */#layout { margin-left: 5%; margin-right: 5%; /* display as grid */ display: grid;/* 5 grid rows heights */grid-template-rows: 3em 20px [main-start] 150px 300px 5em [main-end];grid-template-columns: [main-start] 1fr [main-end] repeat(3, 20px 150px);} /* VISUAL STYLES START HERE */ /* link styles */a:link, a:visited { color: #DC6903; }a:focus, a:hover, a:active { color: #F9AB33; } a { text-decoration: none; border-bottom: 1px dotted; padding-bottom: .2em;} /* nav styles */nav, footer { font-family: verdana, sans-serif; background-color: #783F27;}nav ul li…<!DOCTYPE html ><html> <head><meta charset="utf-8"><title>Black Goose Bistro Summer Menu</title><link href='http://fonts.googleapis.com/css?family=Marko+One' rel='stylesheet' type='text/css'><style>body {font-family: Georgia, serif;font-size: 100%;line-height: 175%;margin: 0 15% 0;}header {margin-top: 0;padding: 3em 1em 2em 1em;text-align: center;} a {text-decoration: none;} h1 {font: bold 1.5em Georgia, serif;text-shadow: .1em .1em .2em gray;}h2 {font-size: 1em;text-transform: uppercase;letter-spacing: .5em;text-align: center;}dt {font-weight: bold;}strong {font-style: italic;}ul {list-style-type: none;margin: 0;padding: 0;}#info p {font-style: italic;}.price {font-family: Georgia, serif;font-style: italic;}p.warning, sup {font-size: small;}.label {font-weight: bold;font-variant: small-caps;font-style: normal;} h2 + p {text-align: center;font-style: italic;} </style></head> <body> <header><h1>Black Goose…<!DOCTYPE html ><html> <head><meta charset="utf-8"><title>Black Goose Bistro Summer Menu</title><link href='http://fonts.googleapis.com/css?family=Marko+One' rel='stylesheet' type='text/css'><style>body { font-family: Georgia, serif; font-size: 100%; line-height: 175%; margin: 0 15% 0; background-color:rgb(210,220,157); background-image: url("bullseye.png"); /* Rounded Shape image */ background-size: contain; } header { margin-top: 0; padding: 3em 1em 2em 1em; text-align: center; border-radius:4px; background-color:hsl(0, 14%, 95%); background-image: url("purpledot.png"); background-repeat: repeat-x; } a { text-decoration: none; color:rgb(153,51,153); } a:visited { color: hsl(300, 13%, 51%); } a:hover { background-color: #fff; } a:focus { background-color: #fff; } a:active{color:#ff00ff;} h1 { font: bold 1.5em Georgia, serif; text-shadow: 0.1em 0.1em 0.2em gray; color: rgb(153,51,153);} h2 { font-size: 1em; text-transform: uppercase;…
- <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>Black Goose Bistro Summer Menu</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Marko+One&display=swap" rel="stylesheet"> <style> body { font-family: 'Open Sans', sans-serif; font-size: 100%; } h1 { font-family: 'Marko One', serif; font-size: 1.5rem; } h2{ font-size: 1rem; } </style> </head> <body> <div id="info"> <h1>Black Goose Bistro • Summer Menu</h1> <p>Baker's Corner, Seekonk, Massachusetts<br> <span…<!DOCTYPE html> <html> <head> <title>JavaScript & jQuery - Chapter 5: Document Object Model - Example</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/c05.css"> </head> <body> <div id="page"> <h1 id="header">List</h1> <h2>Buy groceries</h2> <ul> <li id="one"><em>fresh</em> figs</li> <li id="two">pine nuts</li> <li id="three">honey</li> <li id="four">balsamic vinegar</li></ul> </div> <script src="js/example.js"></script> </body> </html> remove their list items and add your own for the following game consoles: Xbox Series X Xbox Series S Playstation 5 Playstation 5 DE Nintendo Switch Nintendo Switch Lite Use the javascript methods for removing nodes,…what I have so far <!DOCTYPE html><html><head><link rel="stylesheet" href="mystyle.css"><title>About me</title></head><body> <h1>Josiah McSweeney</h1> <div ><div><h2>A bit about me</h2></div> <p>I'm a very open individual I like to chat maybe a little too much I love working with technology which is probably one of the biggest reasons why I'm here now and something that you may need to know about me is I have dysgraphia which is a medical condition and it makes it so I'm unable to write anything down on paper/write anything that could be read on paper</p> <p>Some other things to know about me are but I am very meticulous about any and all of my work but I'm not sure if this is because I'm responsible or because of my anxiety disorder which causes me to not forget about anything I really am not sure about this but I'm going to take it as is</p> <div><h2>Stuff I…
- Describe how inline style sheets override the style of the HTML page in which they are used.Apply Boostrap to this code Source Code in HTML: <html><head><link rel="stylesheet" href="mystyle.css"></head><body><table align="center" bgcolor="skyblue"><form><tr><td colspan="2"><h1>Employee Registration Form</h1></td></tr><tr><td>Name:</td><td><input type="text" name="firstname" placeholder="firstname" size="15"/><input type="text" name="lastname" placeholder="lastname"size="15"/><br><br></td></tr><tr><td> Email Address:</td><td><input type="text" name="emailaddress" placeholder="myname@example.com" size="36"/><br><br></td></tr><tr><td> Contact Number:</td><td><input type="text" name="contact" size="36"/><br><br></td></tr><tr><td>Address:</td><td><input type="text" placeholder="Street Address"…Describe how inline style sheets take precedence over the HTML document's style when utilized.