Web development

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/73

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

74 Terms

1
New cards

HTML (HyperText Markup Language)

− A collection of symbols (tags)

− Specify the content of a webpage

2
New cards

CSS (Cascading Style Sheets)

Specify the format and appearance of content

3
New cards

JavaScript

Language for writing scripts to control a webpage’s behavior

4
New cards

A webpage is

a document that contains tags written in HTML

5
New cards

A webpage tags code to do what

identify (“mark up”) the content

6
New cards

Webpages contain

headings, paragraphs, hyperlinks, images, videos, forms, buttons, and more

7
New cards

HTML5 is

The current version

8
New cards

Web developers use CSS to specify:

− Colors

− Position

− Alignment

− Fonts

− Background images

9
New cards

CSS can

define styles to specify how they will appear on different screen sizes

10
New cards

Client-side scripts

− Scripts that run in your browser to control a webpage’s behavior

− Can also be used to make website interactive

11
New cards

• You also can use JavaScript to

Display a slideshow of photos and images

− Click a button to display text in larger or smaller font size

12
New cards

Static website

Provides content that is unlikely to change frequently

13
New cards

Provides content that changes when you interact with it or is unique to each user

Dynamic website

14
New cards

Scripting language:

Python, Java, JavaScript, PHP, Ruby, C#

15
New cards

Script:

A series of commands embedded into a webpage

16
New cards

Server-side scripts

Scripts that run on a server to process data to interact with website content

17
New cards

Web address

The unique address on the Internet where a webpage resides

18
New cards

other name for Web Address

URL

19
New cards

Responsive Design

Pages with responsive design automatically adjust their size to display relative to the screen size of the device

20
New cards

Because of Responsive Design users don’t have to

− Scroll from left-to-right

− Adjust text or graphics

21
New cards

Website builder

A tool used to create professional looking websites

22
New cards

To use a website builder:

1. Sign up for the service

2. Select a template or design

3. Choose domain name

4. Set up SEO and site options

5. Customize the design and enter content

23
New cards

Content management system (CMS)

Software that lets a group of users maintain and publish content

24
New cards

Text editor

App such as Notepad (Windows) or TextEdit (Mac)

− Use to enter programming code for webpage

25
New cards

Integrated Development Environment (IDE)

Advanced code editing

Debugging

File management

Publishing

− Some IDE tools

26
New cards

Code editor:

Text editor that has additional features

27
New cards

Project:

The files and folders relating to a website

28
New cards

Domain name registrar:

Organization that sells and manages domain names

(GoDaddy)

29
New cards

Uptime

Measure of the percent of time a website is online

30
New cards

Website analytics

Provide a set of measurements used to understand how people use your website

− Number of visitors

− Geographic location of visitors

31
New cards

Site organization dat

can be used to reorganize information and content

32
New cards

Site performance data can be used

to determine when to increase bandwidth

33
New cards

• Traffic sources identifies

how visitors find your site to determine where to spend marketing funds

34
New cards

• Site design data

shows the length of time visitors stay on the site and what pages they visit to help inform site design decisions

35
New cards

XML (Extensible Markup Language)

Open-source markup language

− Used to classify data and share between apps 

36
New cards

E-commerce uses  XML

to provide ways to compare products

37
New cards

XML-structured data can be used to

update website content without the need to be reformatted

38
New cards

HTML

Describes content and how to present it

− Stores layout information in a text format for browsers to interpret

− Uses predefined tags to describe content placement

39
New cards

XML

− Describes data without specifying how to present it

− Stores data in text format to share between applications

− Uses customized tags to describe data in context

40
New cards

Website builders and CMS tools generate

HTML, CSS, and JavaScript code

41
New cards

Learning to code can give you finer control

− Can design your own website or template

− W3Schools is an online reference with tutorials and examples

42
New cards

File Transfer Protocol (FTP) client

An app used to upload and download files between:

Computer

Web server

43
New cards

HTML tags

Written in lowercase characters

− Enclosed with angle brackets

− Most come in pairs

− Closing tags begin with a forward slash (/)

44
New cards

Attribute

Additional information is needed to specify the tag

45
New cards

Title

Descriptive text that identifies the webpage and appears on a browser tab

46
New cards

Heading

Indicate webpage sections and levels (<h1> to <h6>)

47
New cards

Paragraph

(<p>, </p>)

48
New cards

Line break

(<br>)

49
New cards

− One-sided tag

No closing tag

50
New cards

Banner 

Graphic that identifies the website

− Often at the top of each page

<img>

51
New cards

Most websites can display

JPEG, GIF, and PNG images

52
New cards

Unordered list

- Collection of items in list format

− Bullets

− (<ul>, </ul>)

53
New cards

Ordered lists

− Each item preceded by a number

− (<ol>, </ol>)

54
New cards

Links can be

text or image

55
New cards

Links

Click to navigate to webpage, download a file, or send an email

56
New cards

External link

Link to another website

57
New cards

Relative web reference:

Identifies the location of webpage and files in the

current website

58
New cards

Absolute web reference:

Identifies the location of the webpage and files on another website

59
New cards

Multimedia

Audio (speech, music) or video

60
New cards

Embedded content

Played on the website instead of media sharing site

61
New cards

HTML5 tags

<audio> and <video>

62
New cards

Attributes of multimedia

autoplay, controls, width, height

63
New cards

Embed external content using media sharing sites

Soundclopud or Youtube

64
New cards

Validate HTML Code

World Wide Web Consortium (W3C) oversees HTML standards

65
New cards

Deprecated HTML code

Tags identified as obsolete

− Still can use, but not recommended

66
New cards

Publishing a Website

Transferring files from your local computer to a web server

67
New cards

Local computer

The computer storing the files you will publish to an FTP server

68
New cards

Remote web server

A web server on the Internet

69
New cards

Embedded style

− Within the <style>, </style> tags

− Apply to all tags of one type on the webpage

70
New cards

Inline style

− Specified as a style attribute of most HTML tags within the body

71
New cards

Style sheet

− File used to create a consistent appearance across all pages in the website

72
New cards

Colors

Most browsers recognize common color names

• Use the rgb() function to specify colors

73
New cards

red, green, blue components as numbers

0 absence of color

255 fullness of a color

74
New cards

Hexadecimal numbers

− Between 00 and FF