Section 1

Preview this deck

Why is it important to have the charset as the first tag in your webpage?

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (54)

Section 1

(50 cards)

Why is it important to have the charset as the first tag in your webpage?

Front

Specifying a charset early is important as it lets the browser know how it should display the web page

Back

What is CSS?

Front

To allow you to manipulate to the appearance of a webpage to your liking

Back

What is CSS?

Front

Style sheet language that provides the formatting and "look" of a Web page or document written in a markup language.

Back

What does HTTP stand for? What does it do?

Front

Hypertext Transfer. Protocol a. protocol. That defines how messages are formatted and transmitted

Back

What are the security limitations of HTML5 storage and cookies?

Front

Cookie and web storage are especially vulnerable as there not encrypted

Back

What is HTML5?

Front

The fifth version of HTML and it is supported by all major vendors like JavaScript - xml and adobe flash

Back

What is HTML?

Front

A markup language for creating a webpage. This can include text , image , and video

Back

When should you use CSS vs. JavaScript?

Front

Generally, if you can use CSS use CSS. You should only use JavaScript when you want to make something that interacts with the user

Back

What is the difference between HTML and CSS?

Front

HTML is used for the content of a page while the CSS is responsible for the visuals and layout

Back

What is an inline element?

Front

Elements that can only occupy the space bounded by their tags

Back

When should you use HTML vs. CSS?

Front

HTML is used for the content so whatever information your trying to show. You use CSS to modify the HTML and conform the visuals to your liking

Back

Define CSS . Grid

Front

CSS Grid Layout excels at dividing a page into major regions

Back

What are cookies?

Front

Small pieces of information stored on you computer. They save things like log in information or any changes you might have made to them page

Back

What are three advantages to using CSS?

Front

Greater accessibility. Improves Page Loading Speed Help to Make Spontaneous and Consistent Changes

Back

What are the two types of HTML5 storage?

Front

Local storage and Web storage

Back

What is HTML5?

Front

The fifth version of HTML (HyperTextMarkupLanguage) and all major vendors support it.

Back

Define CSS Overflow

Front

specifies what should happen if content overflows an element's box. This property specifies whether to clip content or to add scrollbars when an element's content is too big

Back

What are the advantages to CSS?

Front

The advantages to CSS are easy to edit on the fly , light weight code fast download times

Back

Define CSS Flexbox?

Front

A Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning.

Back

Describe three benefits of the cloud computing model.

Front

Scale as needed Lower maintenance cost Launch project fast

Back

What is a browser?

Front

A program used to access and view websites

Back

What are the two types of HTML5 storage?

Front

Local storage and Web storage

Back

What is a HTML element?

Front

An html element consist of the opening and closing tag and includes all of the content in-between.

Back

What is charset setting? In which tag is it located?

Front

basically specifies which character set a website is written with . HEAD TAG

Back

What are the two CSS box-sizing behaviors?

Front

The property that allows you to include padding and borders.

Back

What is the purpose of the meta tag?

Front

To provide metadata about the html document which things. Like key words and the author so that it could be found easier

Back

What is the most important property for controlling layout?

Front

The display property

Back

What is a markup language?

Front

A computer language that uses tags to define elements within a text document.

Back

What is CSS box model?

Front

A box that wraps every HTML element

Back

Questions What is the relationship between JavaScript and ECMAScript?

Front

ECMAScript is the standard and JavaScript is an implementation added to it.

Back

What is a block-level element?

Front

An element that starts and appears on a new line

Back

What is the World Wide Web Consortium (W3C)?

Front

The international standards organization for the world wide web.

Back

What is a webserver?

Front

A web server is a system that delivers content or services to end users over the internet

Back

What is the document object model (DOM)?

Front

It's an API for HTML and Xml documents.

Back

What is HTML5 storage?

Front

Its an HTMl5 API that allows you use local storage instead cookies to giving you the ability to store larger amounts of data

Back

What is the viewport

Front

The viewport meta tag allows you to simply use max and min-width that span from desktop to mobile devices

Back

What is a parent element?

Front

It would be the authoritative element if the element had other ones inside of it

Back

What is the purpose of the HTML doctypes?

Front

It is an instruction to the web browser about what version of the markup language the page is written in

Back

What is the purpose of the link tag?

Front

Used to link thinks like style sheets and photos

Back

What is a child element?

Front

It would be an element that is inside of a parent element

Back

What is a programming language?

Front

A language that lets the programmer communicate a plan to the robot

Back

What does HTTPS stand for? What does it do?

Front

The more secure version of HTTP used for more secure communications

Back

Describe the difference between client-side programming and server-side programming.

Front

Client side is front end and is apparent after a webpage is loaded. Server side is the back end it runs before the HTML is loaded.

Back

What is a scripting language?

Front

A programming language that allows to make program's called scripts which can be automated and don't have to be compiled.

Back

What is a CSS selector?

Front

Allow you to select which elements you want to. style

Back

What is the syntax for the HTML5 doctype?

Front

<!DOCTYPE html>

Back

What is a semantic element?

Front

Lets you use semantic tags to describe the webpage for human and machine

Back

Why is wireframing important?

Front

Its easier to have a set structure before you actually start designing. anything

Back

What is the difference between HTML and HTML5?

Front

HTML5 is supported by major vendors like Adobe Flash -JavaScript and xml

Back

Why should you have a reset.css or normalize.css as your first css page?

Front

Normalize.css makes browsers render all elements more consistently and in line with modern standards.

Back

Section 2

(4 cards)

What is the difference between .htm and .html?

Front

They essentially do the same thing the difference being that some operating systems do not accept the four-digit extension.

Back

Why should you use a normalize.css or reset.css?

Front

You should use it to make sure all the contents of the page render properly.

Back

Why do you need to set the character_set?

Front

Its is important because it. Helps. Specify what character set the page is written in.

Back

What is the viewport?

Front

Sets the max height and width on your webpage from a desktop and a mobile phone

Back