Computer Science > EXAM > Web Development Final Exam (with 100% correct answers) (All)

Web Development Final Exam (with 100% correct answers)

Document Content and Description Below

What is the CSS to center all <h1> headings using a width 80%? - ANSWER h1{margin: auto; width:80%} Which HTML tag is used to define an internal style sheet? - ANSWER <style> How do insert a com... ment in CSS? - ANSWER /*this is a comment*/ Which property is used to change the background color? - ANSWER background-color: What is the correct HTML for referring to an external style sheet? - ANSWER <link rel="stylesheet" type="text/css" href="mystyle.css"> How do you add a background color to all <h1> elements? - ANSWER h1{background-color:#FFFFFF} What is the code to change the text color of an element? - ANSWER color: Where in an HTML document is the correct place to refer to an external style sheet? - ANSWER <head> section What CSS property controls the text size? - ANSWER font-size: What is the correct CSS syntax for making all the <p> elements bold? - ANSWER p{font-weight: bold} What is the inline style to make an element centered? - ANSWER style="text-align: center" Choose the correct HTML tag for the largest heading. - ANSWER <h1> What are the 3 ways to insert CSS into your HTML document? - ANSWER Internal, External, Inline What symbol has to start an ID tag in CSS? - ANSWER # What does CSS stand for? - ANSWER Cascading Style Sheet What symbol has to start a class tag in CSS? - ANSWER .(period) What does HTML stand for? - ANSWER Hyper Text Markup Language What is the tag for inserting a break line? - ANSWER <br> What is the correct code to add red as the background color? - ANSWER <body style="background-color: red"> What is the correct code for creating a hyperlink to a www.w3schools.com - ANSWER <a href="http://www.w3schools.com">W3Schools</a> What is the correct code to open www.google.com in a new window? - ANSWER <a href=www.google.com target="_blank"> Identify 3 tags relating to tables. - ANSWER <table><tr><td> What is the correct tag to make a list with numbers? - ANSWER <ol> What is the tag to create a list with bullets? - ANSWER <ul> What is the correct HTML for making a checkbox? - ANSWER <input type="checkbox"> What is the correct HTML for inserting an image? - ANSWER <img src="image.gif" alt="my picture"/> Between what two tags make the content visible? - ANSWER <body></body> Who makes the web standards? - ANSWER World Wide Web Consortium What is the tag for a paragraph? - ANSWER <p> What is the correct DocType for HTML5? - ANSWER <!DOCTYPE html> Inside which HTML element do we put Javascript? - ANSWER <script> What is the smallest heading tag? - ANSWER <h6> What is the correct syntax for referring to an external script called "majava.js"? - ANSWER <script type="text/javascript" src="myjava.js"> What is the correct JavaScript syntax to write "hello world"? - ANSWER document.write("Hello World") Where is the correct place to insert Javascript? - ANSWER <head> & <body> How do you write "Hello World" in an alert box? - ANSWER alert("Hello World") What is the code to add a single line comment in JavaScript? - ANSWER //single line Which one is the correct way to type a conditional statement for executing some code if "I" is NOT equal to 5? - ANSWER if(i!=5) How do you write a conditional statement for executing some code if "I" is equal to 5? - ANSWER if(i==5) What is the code to put a message in the browser's status bar? - ANSWER window.status="message" Script Tag is not needed on an external script page? - ANSWER true HTML 5 is less strict than previous versions of HTML or XHTML. - ANSWER true HTML is not case sensitive - ANSWER true Javascript is case sensitive - ANSWER true [Show More]

Last updated: 1 year ago

Preview 1 out of 3 pages

Reviews( 0 )

Recommended For You

 Computer Science> EXAM > Google IT: Week 1. The Bits and Bytes of Computer Networking Introduction to Computer Networking- Exam (All)

preview
Google IT: Week 1. The Bits and Bytes of Computer Networking Introduction to Computer Networking- Exam

The physical layer (Layer 1) - ANSWER The first layer is the Physical layer. It represents the physical devices that interconnect computers. The data link layer (Layer 2) - ANSWER The second layer...

By Nancylect , Uploaded: Sep 02, 2022

$5

 Computer Science> EXAM > CompTIA Cybersecurity CySA+ (CS0-001): Practice Test 1 And 2 - Results Questions And Answers With Complete Top Solution Latest Update. (All)

preview
CompTIA Cybersecurity CySA+ (CS0-001): Practice Test 1 And 2 - Results Questions And Answers With Complete Top Solution Latest Update.

CompTIA Cybersecurity CySA+ (CS0-001): Practice Test 1 And 2 - Results Which of the following statements best describes an audit file? A.It updates lists of scanned hosts, to avoid unnecessarily re...

By Nerdy Nurse , Uploaded: Sep 02, 2022

$11.5

 Computer Science> EXAM > CompTIA Cybersecurity Analyst (CySA+) - Module 4: (Security Architecture and Tool Sets )Questions And Answers Latest Update. (All)

preview
CompTIA Cybersecurity Analyst (CySA+) - Module 4: (Security Architecture and Tool Sets )Questions And Answers Latest Update.

CompTIA Cybersecurity Analyst (CySA+) - Module 4: Security Architecture and Tool Sets Which framework was designed to widen the focus of an organization to overall architecture? COBIT TOGAF SAB SA ITI...

By Jameson , Uploaded: Sep 25, 2022

$11.5

 Computer Science> EXAM > AZ 104 RENEWAL EXAM QUESTION AND ANSWERS (All)

preview
AZ 104 RENEWAL EXAM QUESTION AND ANSWERS

1. You plan to deploy the following Azure web apps:  WebApp1, that uses the .NET 6 runtime stack  WebApp2, that uses the ASP.NET V4.8 runtime stack  WebApp3, that uses the Java 17 runtime stack...

By kingamor , Uploaded: Oct 03, 2022

$10

 Computer Science> EXAM > Cyber Awareness Challenge (UPDATED 2023) (All)

preview
Cyber Awareness Challenge (UPDATED 2023)

Cyber Awareness Challenge (UPDATED 2023)Cyber Awareness Challenge (UPDATED 2023)Cyber Awareness Challenge (UPDATED 2023)Cyber Awareness Challenge (UPDATED 2023)Cyber Awareness Challenge (UPDATED 2023)...

By ExamNavigator , Uploaded: May 02, 2023

$7

 Computer Science> EXAM > AZ-104 Renewal Exam questions and answers 2022 (All)

preview
AZ-104 Renewal Exam questions and answers 2022

AZ-104 Renewal Exam questions and answers 2022 1) You plan to deploy an Azure web app that will have the following settings:  Name: WebApp1  Publish: Docker container  Operating system: Window...

By nurse walden , Uploaded: Jul 12, 2022

$8

 Computer Science> EXAM > Palo Alto Pre/Post Test Questions and Answers Already Graded A (All)

preview
Palo Alto Pre/Post Test Questions and Answers Already Graded A

Palo Alto Pre/Post Test True or False. Attacks that result in a Data Breach are most likely performed by internal threat actors (employees). Which security concept matches Monitoring? Which secur...

By browseAgrades , Uploaded: Nov 17, 2022

$13.5

 Computer Science> EXAM > SCI 228 COMP 230 WK 5 QUESTIONS AND ANSWERS 100% (All)

preview
SCI 228 COMP 230 WK 5 QUESTIONS AND ANSWERS 100%

SCI 228 COMP 230 WK 5 QUESTIONS AND ANSWERS 100% COMP 230 WK 5 QUESTIONS AND ANSWERS 20 out of 20 Score for this attempt: 20 out of 20 Submitted Apr 5 at 9:13am This attempt took 28 minutes....

By alvin , Uploaded: Jan 09, 2021

$8

 Computer Science> EXAM > FANUC FLASHCARDS LAB 1 TO LAB 24 FOR FANUC CERT REVIEW | 100 Questions | 100% Correct Answers (All)

preview
FANUC FLASHCARDS LAB 1 TO LAB 24 FOR FANUC CERT REVIEW | 100 Questions | 100% Correct Answers

LAB 1: Which of the below is the number one safety concern in a robotic system? - ✔✔PEOPLE LAB 1: WHAT ARE THE METHODS TO TURN ON THE ROBOT? - ✔✔MAIN CIRCUIT BREAKER ON THE CONTROLLER. LAB 1: W...

By Tessa , Uploaded: Aug 11, 2022

$10

 Computer Science> EXAM > CSE 180 Module 1_ Syllabus Quiz_ CSE 180_ Computer Literacy LATEST 2020/2021 (All)

preview
CSE 180 Module 1_ Syllabus Quiz_ CSE 180_ Computer Literacy LATEST 2020/2021

CSE 180 Module 1_ Syllabus Quiz_ CSE 180_ Computer Literacy LATEST 2020/2021

By MissExams , Uploaded: Nov 30, 2021

$16.5

$6.00

Add to cart

Instant download

Can't find what you want? Try our AI powered Search

OR

GET ASSIGNMENT HELP
40
0

Document information


Connected school, study & course



About the document


Uploaded On

Jul 12, 2022

Number of pages

3

Written in

Seller


seller-icon
MARKALLAN

Member since 1 year

55 Documents Sold


Additional information

This document has been written for:

Uploaded

Jul 12, 2022

Downloads

 0

Views

 40

Document Keyword Tags

THE BEST STUDY GUIDES

Avoid resits and achieve higher grades with the best study guides, textbook notes, and class notes written by your fellow students

custom preview

Avoid examination resits

Your fellow students know the appropriate material to use to deliver high quality content. With this great service and assistance from fellow students, you can become well prepared and avoid having to resits exams.

custom preview

Get the best grades

Your fellow student knows the best materials to research on and use. This guarantee you the best grades in your examination. Your fellow students use high quality materials, textbooks and notes to ensure high quality

custom preview

Earn from your notes

Get paid by selling your notes and study materials to other students. Earn alot of cash and help other students in study by providing them with appropriate and high quality study materials.

WHAT STUDENTS SAY ABOUT US


What is Browsegrades

In Browsegrades, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter
Useful links
  • Courses
  • Categories
  • We accept

    payment cards


    Copyright © Browsegrades · High quality services·