What starts a code?
A less than and a greater than symbol
What does HTML mean?
Hypertext Markup Language
What does CSS stand for?
Cascading style sheet
What is a link?
A link is a HTML object that allows you to jump to a new location?
Input definition
What is put in, takin out, or operated on by any process or system
What code do you use for different size headers?
h1, h2, h3, h4, h5, h6
What are HTML tags?
HTML tags are composed of three things, an opening tag, content and a ending tag
What is the origin of CSS?
Standard Generalized Markup Language marked the beginning of style sheets in 1980
What do links allow the user to do?
Lets you get to other websites or pages more easily and frequently
Output definition
The amount of something produced by a person.
What code do you use to start a paragraph?
<p>, </p>
How many types of headings does an HTML have?
An HTML contains 6 different kinds of headings
What are the limitations of CSS?
No expressions, rules, styles, targeting specific text not possible
How do links and anchors work?
Links are a way to identify a series of elements, which, when clicked on, take the browser to another page
What does the code li and ol mean?
Bullet points, Numbers
What is the layout of a HTML?
HTML layout specifies a way in which the web page is arranged.
What is the CSS comment tag
<!--comment-->
Does a hyperlink only apply to text?
No, you can use hyperlinks on text and images both.
How do you right the code to link an image?
<img href="image.jpg" alt="image">
How do you create a hyperlink in a HTML?
The HTML provides an anchor tag to create a hyperlink that links one page to another page
What are CSS frameworks?
A library allowing for easier, more standards-compliant web design while using the cascading style sheet
What is the difference between Absolute and Relative links?
Absolute links point to a specific point on the internet. A relative link shows the current URL's relation to the linked pages URL