___ 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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/welcome
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
Name the 3 special tags that tell the browser about what is coming next.
★ <html>
★ <head>
★ <body>
★ <head>
★ <body>
Tags: body tag, Document Structure, head tag, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Tags: HTML, Image tag
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/using-images-in-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/using-images-in-html
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">
<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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/using-images-in-html
Tags: Anchor Link, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
Tags: Anchor Link, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/understanding-links-in-html
Tags: CSS, HTML
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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>
Tag
<tag-text>
Tags: HTML, Tag
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Tags: <p>, HTML, Paragraph tags
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
Quelle: https://learn.co/tracks/bootcamp-prep/html-fundamentals/html/basics-of-html
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
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
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)
body tag (1)
Break Tag (1)
Close Header 1 (1)
CSS (2)
email prefix (1)
head tag (1)
href (1)
HTML (17)
HTML tag (1)
Image tag (1)
Mozilla (1)
Open Header 1 (1)
Paragraph tags (1)
Tag (1)
Telephone Prefix (1)