HTML basics Flashcards

(20 cards)

1
Q

What is the typical web experience?

A

Web browser, Internet Service, Server, and Database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Web pages do?

A

Store on the Server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the web browser do?

A

Requests a page. Understanding and displaying HTML content. Ignore white space when rendering HTML.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does internet service do?

A

Sends the request to the server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does server do

A

Process/send back content, and files in various advanced formats. After processing the request/content, send back data in HTML.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does HTML mean?

A

Hyper Text Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does HTML consist of?

A

“Tags”, denoted by ><

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does <html> mean

A

Browser the beginning and end of content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does <head> mean

A

Contains basic metadata about the page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does <title> mean</title>

A

Name of the window/tab for the page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does <body> mean

A

Main content area of the web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Is it true that each elements have a open and close tag?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does “<div> mean

A

Set of text with a common set of formatting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does <b> mean?</b>

A

Text contained bold

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does <i> mean</i>

A

Make the text contained italicized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What will web browser do if you have blank lines in HTML

A

Ignore it and put the text on the same line, unless you indicate a line break.

17
Q

What does <br></br>

A

Creates a line break. Standalone tag.

18
Q

What does this / mean at the end?

A

Self-contained start and end tag. Equivalent to <br></br></br>

19
Q

What does <a> mean?</a>

A

Hyper link. It should have a href attribute for the link’s destination. Open the link in a new window, reuse a separately named window or open in the active window.

20
Q

How to upload file to cPanel?

A
  1. Connect to UC VPN
  2. Open a web browser and go to cPanel
  3. Create a cPanel Profile
  4. After logging into the cPanel, log in with your ucusername.
  5. Select your exisiting profile to log in
  6. In the Files section, click on File Manager.
  7. Click on public_html folder
  8. Inside the folder public_html, add a new folder and name it wm with lowercase letters.
  9. Click on the wm folder and create a new folder and name it lab 1.
  10. Click on lab1 folder
  11. Upload file to this folder, click on upload on the top and browse to your html file in the computer.
  12. Once you upload it, open a web browser and type the URL: http://homepages.uc.edu/~manninc2/wm/lab1/basic.html