WEBSITE MANAGEMENT CUMULATIVE FINAL

¡Supera tus tareas y exámenes ahora con Quizwiz!

Attribute

- All HTML elements can have attributes - provide additional information about elements - are always specified in the start tag - usually come in name/value pairs like: name="value"

Client Side Scripting Examples

1. HTML to define the content of web pages 2. CSS to specify the layout of web pages 3. JavaScript to program the behavior of web pages

Three things to make the internet's network happen:

1. Rules for Packing Data 2. Interconnected Network 3. Route for the Data

Html Hyperlink <a>

<a href="destination for the link"> this is a link</a>

Which of the following would open a link in a new window or tab?

<a href="http://www.google.com/" target="_blank">Google!</a>

If you want to change the look and feel of a WordPress site, you can go to this section in the Dashboard:

Appearance > Themes Appearance > customize Appearance > Editor

If you need to set and apply style across your entire website, which of the following technologies would be best?

CSS

CSS

Cascading Style Sheets contain hierarchical information about how the content of a web page will be rendered in a browser.

Which of the following is NOT a left-hand navigation menu option on the WordPress Dashboard?

Configuration

WordPress is often considered to be the most popular:

Content Management System

3. Route for the Data

Data is too big to send in one original file so they are split into PACKAGES and then redistributed into the original file once delivered - like a huge mosaic: can't send all put together, so you send just some tiles, directions, and plans for how to put it back together - POP --> NAP --> ISP provider ----- has an IP address kind of like a postal code - routers guide packages to delivery

This is where data is stored for manipulation and display by the server.

Database

If you want to add an image to use in a post, you can use:

Either "In-post upload" or "Media Library"

Nested HTML Elements

Elements within an Element

True or False, new line breaks made by plain white space in your HTML file will be correctly interpreted as new line breaks when you view the page in the browser.

False

True/False: If you allow comments on blog posts, you must also allow comments on WordPress pages.

False

True/False: To update .php files for a WordPress theme, you must have FTP access to the server.

False

True/False: Your WordPress site's homepage has to be your blog.

False

Which of the following is the correct way to create a line break in HTML?

First line of text. <br/> Second line of text.

HTML

Hypertext Markup Language a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages

This is your method of sending/receiving data over the Internet.

Internet Service

Time Warner Cable's Roadrunner broadband is an example of a:

Internet Service

If you wanted to assign a simple action to an HTML button, which of the following would be best?

JavaScript

Which of the following is NOT a server side programming/scripting language?

JavaScript

Which section of the WordPress Dashboard allows you to view all images and videos you've uploaded to your site?

Media

WordPress posts, pages, and settings are stored in this type of database.

MySQL

Is HTML case sensitive?

No

If you need your website to analyze user input and then update data in a database with a complex function, which of the following technologies would be best?

PHP

Wordpress runs on which of the following server side programming/scripting languages?

PHP

Which of the following is NOT something that your browser can render?

PHP Code

Server Side Programming Examples

PHP, ASP, JSP, .NET, Ruby and many more

If you want to modify the format of your post link URLs, you should change your:

Permalink Settings

If you want to update your WordPress theme, where do you go to search/install?

Plugins

2. Interconnected Network

Point of Presence (POP) which allows each device to connect to its Internet Service Provider (ISP) - All POP's are interconnected to a NAP (Network Access points) ----- These are all over the world - NAP's are interconnected to an Internet Backbone POP's and NAPS are like postal services to organize lots of information ----- POP's = local post offices -----NAP's = national sorting offices

This is where requests are processed and webpages are created.

Server

If you want to change the landing page for a WordPress site's homepage, go here in the Dashboard:

Settings > Reading

Go to your WordPress Dashboard and see which of the following is NOT an option on the Permalink Settings page.

Tagline

Internet Service

Takes requests from Web Browser and sends it to the right place, a server. Server responds and sends back to your Web Browser - Example: searching google gets sent to the google servers This is your method of sending/ receiving data

Who is making the World Wide Web Standards?

The World Wide Web Consortium

To quickly change the look and feel of your entire WordPress site, you can download and install which of the following?

Theme

True or False, it is possible to link to an external CSS file or you can embed the CSS style internally within the HTML.

True

True or False, you can use Notepad++ to create HTML files.

True

True or False, you can view the HTML source of any page by right clicking and selecting View Source from your Chrome browser.

True

True/False: The WordPress Dashboard allows you to edit a theme's CSS files.

True

True/False: WordPress can be used to create a full function website that is more than just a blog.

True

True/False: WordPress pages are different than WordPress posts.

True

Which of the following is an available theme that came with our WordPress installation?

Twenty seven

This is you interface to the Web:

Web Browser

Order of Places that Data requests go through

Web Browser--> Internet Service--> Server--> Database

Mozilla Firefox is an example of a:

Web browser

Client Side Scripting

Web browser can render all HTML, CSS, and Java on its own usually without having to go to the Internet or server: thus CLIENT side - not programming - HTML etc. are markup languages or scripting languages -

Which of the following would help you add functionality to your sidebar?

Widgets

Internet Backbone

a collection of high-speed data lines that connect major computer systems located around the world - fibre optic cables that carry and deliver large amounts of data very rapidly - POP's begin and end with copper cables --- slower cables - ON THE OTHER HAND: data centers are connected directly to the backbone --- you can pay for this

What is an HTML Element?

a start tag, some content, and an end tag

World Wide Web (WWW)

a system of computers that share information by means of links on web pages Part of the Internet

Web Browser

an application running on your computer that has a program responsible for making requests for data from the web and then accepts the data that returns from it and displays it for you - client - Internet Explorer, Chrome, Firefox - applications that understand HTML documents and display them correctly The Interface to the WEB

Empty Tag

an opening tag that doesn't have a closing tag <br>

The Server

another computer running many applications designed specifically to accept requests for web pages, interpret the requests, create the web pages, and return the data to the client requesting it - does a lot of data processing - example: after a google search, the request is sent to the server, but before responding, the Google Server performs logic to get results and simple results are sent back - web servers perform a lot of functions: calculations, execute algorithms, consume data from other sources This is how requests are processed and web pages are created

Tag

at the beginning and end of an HTML element to define the coding inside the element - some don't have another tag at the end: empty tags like <br>

Internet

billions of computers all over the world, interconnected sharing data - interconnected + network

<head>

contains basic metadata about page

MySQL is an example of a:

database

<h1>

describes a large heading

Which of the following would make the div text black?

div { color:#000; } div { color:#000000; } div { color:black; }

Which of the following would make the div text white?

div { color:#FFFFFF; }

Which of the following CSS syntaxes would set the text color of the "main" class of div tags BLUE?

div.main { color:blue; }

Which of the following is the correct syntax for applying CSS style to a div class?

div.special { font-family:Verdana, Geneva, sans-serif; }

True or False, when setting style across multiple web pages, it's best to set the style using individual HTML elements.

false

1. Rules for Packing Data

http--> hypertext transfer protocol

<body>

main content area of the webpage - only part actually displayed in a web browser

<title>

name of window/ tab of the page

Server Side Programming

refers to programs that are executed completely on a server and make use of the server's computational resources. - websites interact with each other to pull content - websites grab data from data bases -

cPanel is an example of a:

server

<div>

set of text with a common set of formatting

<html>

shows browser the beginning and end of content

The Data Base

stores information for easy access by the server - example: websites with user accounts usually store credentials in a data base - examplE: content of news site articles are stored in a database and the server grabs them and formats them - typically a web server has at least one connection to data base

<div>

this is a set of text with a common set of

Which of the following is a correctly formatted email link?

<a href="mailto:[email protected]">Bander</a>

Which of the following would make text bold?

<b>text</b> <div><b>text</b></div> <div style="font-weight:bold;">text</div>

Three (two) ways to say <br> in Html

<br/> <br /> <br></br>

Which of the following is the correct order/format for the main tags of an HTML page?

<html> <head> <title>This is the title of the page</title> </head> <body> Hello, world! </body> </html>

Html image <img> with attributes

<img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142">

Assuming "x" is the path to the image, which of the following is the correct way of showing a picture of UC main campus?

<img src="x" />

Which of the following would correctly link to an external CSS file?

<link rel="stylesheet" type="text/css" href="style.css"/>

Html <br>

<p>This is a <br> paragraph with a line break.</p>

Which of the following HTML tags contains the title of the web page as it appears in the window header?

<title>

Which of the following would make text underlined?

<u>text</u>

Which of these technologies does WordPress NOT use?

ASP.net


Conjuntos de estudio relacionados

Chapter Two: Adjusting Entries 400

View Set

Networking Unit 5: Network Cabling

View Set

Athletic Training - Chapter Eight

View Set

Exam 2 McGraw Hill Questions 24, 4, 28

View Set

Hiragana "H/F" group はひふへほ(ha, hi, fu, he & ho)

View Set

Research Methods in Psychology Final Exam Study

View Set

P3 Spring - Pharmacy Law - Quiz 1

View Set

American's History: eighth edition (chapter 9)

View Set

Legal - Quiz 17 - Employment Discrimination

View Set

Religion and ethnicity vocabulary

View Set