By using the program below: Kindly Set the to "italic", "20px" and "Verdana". This is a Heading This is a paragraph. This is another paragraph.
Q: What color font does the second paragraph inherit? <!DOCTYPE html> <html lang="en">…
A: The provided HTML code includes a CSS style block that sets the color of the text in the body of the…
Q: Which tag pair is used to create the largest heading?a. <h1> </h1>b. <h9>…
A: Given: Which tag pair is used to create the largest heading?a. <h1> </h1>b. <h9>…
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: By using the program below: Kindly Set the font family for the page to "Courier New", and the font…
A: In CSS, we use the font-family property to specify the font of a text. The font-family property…
Q: Variable Width Images: 1. View the properties of the images in the Images/Responsive folder that you…
A: In our guidelines we solve first one only.…
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: Design a HTML document that will display the following: 1. A header that reads “Please enter your…
A: Solution: HTML Code: welcome.html: <!DOCTYPE html><html><head> <title>My…
Q: Create a User object to store the data and use the email address as the key and the user object as…
A: <html><head><title>Registration Page</title><script…
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. View the properties of the images in the Images/Responsive folder that you downloaded from Canvas…
A: Our guidelines,we answer only first one. ===========================================================…
Q: !DOCTYPE html> Contact me Home Contact About Contact…
A: Given : HTML Code. We need to apply the given navigation element to the HTML code.
Q: 1. View the properties of the images in the Images/Responsive folder that you downloaded from Canvas…
A: According to our guidelines, we answer first one only.…
Q: Define a function named getAllParagraphs that returns a // NodeList containing all paragraph nodes…
A: HTML code : <html> <head> <script> function…
Q: !DOCTYPE html> zoo Gallery Z O O this is zoo elephant bear lion monkey panda…
A: The code was given below with appropriate changes.
Q: Create a web form as shown below that allows the user to select a team's starting lineup for a game.…
A:
Q: q15- When creating a title for a web page, in which tag do we put the tag? Select one: a. b.…
A: The <title> tag characterizes the title of the archive. The title should be text-just, and it…
Q: Write an HTML file that creates the following web page. (You can use any image)
A: In this question we have to write an HTML file that creates the given page Let's develop the HTML…
Q: Contact me Home Contact About Contact ME
A: An HTML element is defined by a start tag, some content, and an end tag. The HTML element is…
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: CSS Requirements Create three break points using media queries in at least one style sheet to alter…
A: Below are the required files:
Q: show output of this html code: paragraph Paragraph with blue colour
A:
Q: Assume you have the following HTML code in an html file and you are linking to an external CSS…
A: In HTML, To define an external CCS stylesheet you firstly define style sheet rules in a separate…
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: 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: 2. Fix indentations by following this guide (https://developers.google.com/style /html-formatting)
A: I have fixed the indentation in below code.
Q: The following HTML page (Figure 1), when runs, will show a form (Figure 2) for the entry of a…
A: Task : In the given question , we have given the HTML code. We need to modify the given code in…
Q: CSS Requirements Separate your style sheets into three o /styles/colors.css • /styles/formatting.css…
A: Answer: HTML and CSS Source Code: index.html: <!DOCTYPE html> <html> <head>…
Q: RESULT BMI theight-a
A: 1- I have checked the code, it is working fine. There is only one problem therefore BMI output not…
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: a "landing "html ,the code is like this landing .html store
A: landing.html <!DOCTYPE html> <html lang="en"> <head> <meta…
Q: Assume you have the following html code: /* Your code goes here */ Lorem ipsum dolor sit…
A: For given CSS conditions i have added all that styles in HTML and provide output below.
Q: CSS Requirements Create three break points using media queries in at least one style sheet to alter…
A: Below are the required CSS and HTML files:
Q: CSS Requirements Create three break points using media queries in at least one style sheet to alter…
A: Below is the required CSS file and HTML file:
Q: - two different levels of header - an unordered list - an ordered list - several paragraphs ##…
A: HTML ,CSS code to get page with Paragraph , heading , unorder and order list html tags
Q: Given the following HTML codes: First Button Second Button Write two jQuery anonymous functions:…
A: A JavaScript library is jQuery. jQuery makes JavaScript coding a lot easier. jQuery is a…
Q: 1. Open the index.html file and update the comment with your name (firstname lastname), the file…
A: <!DOCTYPE html> <!-- Student Name: Jordan Collins File Name: index.hmtl Date:…
Q: Home Page Home Contact About Welcome to my…
A: Given HTML Code: <!DOCTYPE html><html><head><title>Home…
Q: This is my first page Hi my name is Aziz This is my bio…
A:
Q: dth:160px; height:160px; border:1
A: A simulation creates a model of a real-world situation, allowing us to introduce a variety of…
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: Part 1- Flex The goal of this section isto create a gallery of images using flexbox: Wakeme to Plet…
A: Answer: HTML Source Code: <!DOCTYPE html> <html lang="en"> <head> <meta…
Q: 3. add nav, main, and footer elements (... .)
A: In this HTMl added with the Nav element ,Main element , and footer element.
Q: 3. add nav, main, and footer elements (.... .)
A: here we have given html code with nav, main and footer elements
Q: Create three break points using media queries in at least one style sheet to alter the way your…
A: index.html: <!DOCTYPE html><html> <head><title>Home…
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: I need help chaning the text color to white for the navigation text
A: I have provided HTML CODE( having internal CSS) along with CODE SCREENSHOT and OUTPUT…
Q: how to put the outputs in an array named 10 .and delete 0
A: Introduction: Syntax to declare an array: const array_name=[]; Syntax to add an element to an…
Q: Give output of this code: paragraph Text is with red border
A: Question wants output of the given code. Code is in HTML. Giving the output in next steps.
By using the program below: Kindly Set the <p> to "italic", "20px" and "Verdana".
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images
- Create another new text file and write the following codes. <html> <head> <link rel="stylesheet" type="text/css" href="test.css" /> </head> <body> <h3> A White Header </h3> <p> This paragraph has a blue font. The background color of this page is gray because we changed it with CSS! </p> </body> </html> Save this file with name MyExternalCSSdemo.html (Run and see the effect.) Create a new folder name – Tutorial -5 Create a two text file inside this folder and name – Tutorial -5.txt for HTML page and ExternalCSS.txt for CSS file Open Tutorial -5.txt as a sublime text (by right click on it) Following tasks to be completed to develop a web page using external CSS. 1. Create an External CSS which should have background colour ‘white’, Header H1 colour ‘black’ and paragraph colour ‘Red’ 2. Web page should have…the html code is like this ---- <!DOCTYPE html> <html lang="en" dir="ltr" id="top"> <head> <metacharset="utf-8"> <title>Gallery zoo </title> </head> <body> <header> <h1>zoo </h1> <h3id="zoop">zoo</h3> </header> <linkrel="stylesheet"type="text/css"href="n.css"> <scripttype="text/javascript"src="n.js"></script> <body> <scriptsrc="unit3.js"type="text/javascript"></script> <headerid="top"> <h1> Z O O </h1> <h3id="ZOO">this is zoo</h3> </header> <nav> <header> <ulstyle="list-style-type:none"> <li><ahref="#elephantSection">elephant</a></li> <li><ahref="#bearSection">bear</a></li> <li><ahref="#lionSection">lion</a></li> <li><ahref="#monkeySection">monkey</a></li>…<!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>…Determine at least four issues in the following code and explain how to fix them. Write the line number of the issue, explain what the issue is, and rewrite the correct code of this line. Line 4: <title> and </title> are missing Line 4 should be: <title> Midterm </title> <!DOCTYPE HTML> <htm> <head> Midterm </head> <body> <p>Web Technology is a great <span>class </p></span> <table> <tr> <ht> Course </ht> <th> College </th> </tr> <tr> <td style:"color:blue"> IT446</td> <td> CCI</td> </tr> <tr> <td> HCM 101</td> <td> CHS </td> </tr> </table> <ul> <li> item 1 </ol> <li> item 2 </li> </ul> <body/> </html>JavaScript Programming Pick a date and display the day of the week with that code <!DOCTYPE html><html><head><!-- Filename: index.htm--><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"><title>Day of the Week</title><link rel="stylesheet" href="styles.css" /><script src="modernizr.custom.05819.js"></script></head> <body><header><h1>Day of the Week</h1></header> <article><h2>Day of the Week Lookup</h2><form><fieldset><label for="dateSelected">Select a date</label><input type="date" id="dateSelected" /></fieldset><fieldset class="button"><button type="button" id="determineDay">Find day</button></fieldset><fieldset><p>Day of the Week</p><p…
- There is one error in this html code: There must be at least 5 "li" tags in your "ol". Could you help me fix this code below? <!DOCTYPE html><html> <head> <title>Dream Vacation Guides</title> </head> <body> <h1>Dream Vacation Destinations</h1> <ol> <h2><strong><li>France</li></strong></h2> <ul> <li><a href="https://www.worldtravelguide.net/guides/europe/france/"> Guide to France </a></li> <li>Visit in March</li> <li>Go for one week</li> <li>First place - Eiffel Tower</li> <li>Enjoy croissants</li> </ul> <h2><strong><li>United Kingdom</li></strong></h2> <ul> <li><a…I need to make this code look like the image I am sending. I've attached a photo of the directions and what the outcome should be. <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>Complete a Form</title> <style> * { margin: 0; padding: 0; } body { font: 87.5% Arial, Helvetica, sans-serif; width: 500px; margin: 20px auto; padding: 20px; border: 2px solid blue; } h1 { color: blue; font-size: 140%; } h2 { font-size: 115%; padding: .5em 0; } label { color: blue; float: left; width: 8em; font-weight: bold; text-align: left; } input { width: 15em; margin: 0 0 .5em 1em; } #button, #reset {…Here is the html <!DOCTYPE html><html><head> <title>Task 04</title> <link rel="stylesheet" type="text/css" href="task04.css"></head><body> <header> <h1><img width="300px" height="100px" src="famnit.png"></h1> <p>University Of Primorska</p> <p>Faculty of Mathematics, Natural Sciences and Information Technologies</p> <hr> <h2>Study Programs</h2> <hr> </header> <ul list-style-type: none; > <li>UNDERGRADUATE <br> STUDIES <br> 3 years, 180 ECTS <br><br> </li> <li> MASTER'S DEGREE <br> STUDIES <br> 2 years, 120 ECTS <br><br> </li> <li> DOCTORAL <br>…
- <?php session_start();?> <!DOCTYPE html><html><head> <title>Add Record</title></head><style> body{ background-repeat:no-repeat; background: url('childback.jpg'); } .text{ background-color:#c2d6d6; border:none; padding:9px 10px; } .container { position:absolute; margin: 22px 50px 50px 40px; padding: 25px; background-color: white; font-family:Century Gothic; } select{ width: 200px; height: 30px; } input[type='submit']{ width:100px; height:35px; border-radius:50px 50px 50px 50px; }</style> <body><form method="POST" class="container" action="<?php $_SERVER['PHP_SELF'] ?>"> <div style="padding:20;font-size:20"> <a href="parentindex.php"><img src="backarrow.png" width="30" height="30"></a> <center><h1 >Add New…<DOCTYPE><html><heal><tite><meta>head><body> <p>Chapter 1, Analyze, Correct, Improve<dr> <P>HTML stands for Hyperlink Makes Learning fun.<p><p>You use presentation software to create HTML pages.</p<PHTML9 is the latest version of HTML.</p>HTML is rendered within the desktop of an operating system.</BODY>what I have so far please help with what you can <!DOCTYPE html><html> <head> <title>ABOUT</title> </head> <body> <main> <nav> <a href="index.html">Home</a> <a href="contact.html">Contact</a> <a href="about.html">About</a> </nav> <h1>About ME</h1> <picture> <source media="(min-width:650px)" srcset="./images/lake-650.jpg"> <source media="(min-width:465px)" srcset="./images/lake-465.jpg"> <img src="./images/lake.jpg" alt="lake" style="width:auto;"> </picture> <p>Why hello there and welcome!.</p> <p>Hello there my name is Josiah McSweeney and I am a computer engineering student I really enjoy working with computers and exploring what I'm able to do with them I am currently 22 years and I'm working…