Tom Welsh Web Final

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

<div> in HTML code for centering all of the content in the browser window Google how to center a DIV

.center { margin-left: auto; margin-right: auto; width: 70%; background-color: #b0e0e6;}

What does the {display: block;} CSS declaration do to an element?

A number of elements are set to block by the browser UA stylesheet. They are usually container elements, like <div>,<section>, and <ul>. Also text "blocks" like <p> and<h1>. Block level elements do not sit inline but break past them. By default (without setting a width) they take up as much horizontal space as they can.

How do you add form code to a web page? What are the typical form elements? See W3Schools web site.

Form elements are different types of input elements, checkboxes, radio buttons, submit buttons, and more. The <input> element is the most important form element. Text, Radio, Submit.

What does the {display: inline;} CSS declaration do to bulleted or ordered list items?

It takes the ordered list items and puts them next to eachother.

What is purecss.io and why is it beneficial?

Pure builds on Normalize.css and provides layout and styling for native HTML elements, plus the most common UI components. It's what you need, without the cruft. It is minimal and concise.

Code that links an HTML page to a style sheet

The <link> tag defines a link between a document and an external resource. The <link> tag is used to link to external style sheets.

Fixed positioning: What it is, what is does, and how to do it

The element is positioned relative to the browser window.

The overall concept and specific techniques for using Google fonts in a web page.

Your website goes out to google and grabs the font. less to store, lots to choose from and google gives you all the code you need.

CSS code for tiling an image in the background of a <div>

background-image:url(images/bannerbg.jpg); background-repeat:repeat-x;

CSS rule that indicates that an image should be tiled vertically or horizontally only

background-repeat:repeat-x;

The CSS code for placing an image in the background of a <div>

body{ background-image: url("paper.gif");

How to place a border around a video using a <div> tag Google Div border

div { border: 2px solid; border-radius: 25px;}

If there is a conflict between CSS styles embedded within your HTML page and those in linked style sheets, which styles will be applied?

idk

The overall concept and specific techniques for using the HTML5 <video> tag to embed video from your own server (not YouTube) in a webpage. Also, what video file formats are required?

keep the video in the same folder as your html. must be either mp4, webM,Ogg.

What is a "reset" style sheet? Why do we use it?

often compressed (minified) set of CSS rules that resets the styling of all HTML elements to a consistent baseline.You might wonder what this is all for - well, it's simple. From the consistent base that you've set up via your reset, you can then go on to re-style your document, safe in the knowledge that the browsers' differences in their default rendering of HTML can't touch you!


Set pelajaran terkait

Musculoskeletal Trauma & Orthopedic Surgery

View Set

Physics Exam 2- Concepts for Chp. 10

View Set

Conflict Management Processes - CH9/Org.COMM

View Set