CoboCards App FAQ & Wünsche Feedback
Sprache: Deutsch Sprache
Kostenlos registrieren  Login

Hol' Dir diese Lernkarten, lerne & bestehe Prüfungen. Kostenlos! Auch auf iPhone/Android!

E-Mail eingeben: und Kartensatz kostenlos importieren.  
Und Los!
Alle Oberthemen / Computer Science / HTML

Basics of HTML (19 Karten)

Sag Danke
1
Kartenlink
0
___ is the basic language that websites are built in.
HTML is the basic language that websites are built in.
Tags: HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/welcome
2
Kartenlink
0
Additional Resources for learning Basic HTML  (HyperText Markup Language)
Tags: Basic HTML Tutorials, HTML, HTML Elements Reference, Mozilla
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
3
Kartenlink
0
Name the 3 special tags that tell the browser about what is coming next.
★ <html>
★ <head>
★ <body>
Tags: body tag, Document Structure, head tag, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
4
Kartenlink
0
What does the <html> tag tell the browser?
The <html> tag tells the browser that "hey contained in here is a bunch of HTML code".
Tags: Document Structure, HTML tag
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
5
Kartenlink
0
What does the <body> tag tell the browser?
The <body> tag tells the browser "contained in here is the stuff I actually want you to show the user".

Tags: <body>, Document Structure
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
6
Kartenlink
0
What is the tag used to add an IMAGE to a webpage?
<img>
Tags: HTML, Image tag
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/using-images-in-html
7
Kartenlink
0
In the following example, Identify the type of code in GREEN:

<img src="https://curriculum-content.s3.amazonaws.com/web-development/FIS_New_Logo.png">
This tag has something new, an attribute. The image tag has one attribute called the src attribute.
Tags: HTML, Img tags & attributes
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/using-images-in-html
8
Kartenlink
0
Write an anchor link in proper notation
<a>
Tags: Anchor Link, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
9
Kartenlink
0
How do you add a hypertext reference attribute to an anchor link?
<a href="ENTER URL HERE">
Tags: Anchor link, href, HTML, Hypertext Reference Attribute
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
10
Kartenlink
0
Anything we wrap anchor links around becomes a
_                                       __.
(3 words)
Clickable Linked Item
Tags: Anchor Link, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
11
Kartenlink
0
What prefix is used to tell the browser that the link is an email address instead of a regular webpage?
mailto:
Tags: email prefix, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
12
Kartenlink
0
What prefix is used to tell the browser that the link is a TELEPHONE NUMBER instead of a regular webpage and that a mobile phone should CALL the number when that link is clicked?
"tel:"
Tags: HTML, Telephone Prefix
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
13
Kartenlink
0
Name the two languages that are frequently used in creating websites
  • HTML
  • CSS
Tags: CSS, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
14
Kartenlink
0
The fundamental building block of HTML is called a (Answer 1) or can be written as (Answer 2)
For this ONLY, either answer is acceptable

Tag

<tag-text>
Tags: HTML, Tag
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
15
Kartenlink
0
What is the name of this tag <br> and what does it tell the browser to do?
Part 1: <br> is called a BREAK TAG

Part 2: The break tag tells the browser to create a NEW LINE
Tags: Break Tag, CSS, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
16
Kartenlink
0
What does the tag for to OPEN a HEADER (1) look like when written out in the browser??
<h1>
Tags: <h1>, HTML, Open and Close Tags, Open Header 1
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
17
Kartenlink
0
What does the tag for to CLOSE a HEADER (1) look like when written out in the browser??
</h1>
Tags: </h1>, Close Header 1, HTML, Open and Close Tags
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
18
Kartenlink
0
Show an example of what a paragraph tag looks like when used in the browser.
<p>
Tags: <p>, HTML, Paragraph tags
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
19
Kartenlink
0
What is the FUNCTION of the Paragraph Tag when properly used in the browser??
The paragraph tag tells the browser the text in between it is a paragraph and puts two new lines above and below the text.

Click on this image link to see an example of a properly used <p> tag:

https://www.screencast.com/t/6jV8QgjrWY
Tags: <p>, HTML, Paragraph Tag Function
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Kartensatzinfo:
Autor: AlamoCherubs
Oberthema: Computer Science
Thema: HTML
Veröffentlicht: 04.03.2018
Tags: HTML Basics, 2018
 
Schlagwörter Karten:
Alle Karten (19)
</h1> (1)
<body> (1)
<h1> (1)
<p> (2)
Anchor Link (2)
Anchor link (1)
Basic HTML Tutorials (1)
body tag (1)
Break Tag (1)
Close Header 1 (1)
CSS (2)
Document Structure (3)
email prefix (1)
head tag (1)
href (1)
HTML (17)
HTML Elements Reference (1)
HTML tag (1)
Hypertext Reference Attribute (1)
Image tag (1)
Img tags & attributes (1)
Mozilla (1)
Open and Close Tags (2)
Open Header 1 (1)
Paragraph Tag Function (1)
Paragraph tags (1)
Tag (1)
Telephone Prefix (1)
Missbrauch melden

Abbrechen
E-Mail

Passwort

Login    

Passwort vergessen?
Deutsch  English