• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
NavBar
the top of a website that offers a set of "navigation bars" which are just links to other parts of the website
Navigation Bar
Bootstrap
friendly website worth the while
<Div>
The <dv> tag defines a division or a section in an HTML document.
The <dv> tag is used to group block elements to format them with CSS.
HTML
Hyper Text Markup Language
-A markup language is a set of markup tags
- HTML documents are described by HTML tags
- HTML tag describes different document content.
The purpose of Web Browsers?
The purpose of a web browser is to read HTML documents and display them.
(the web browser obviously does not display the HTML tags, but uses them to determine how to display the document. )
Blocks in HTML ?
A block elements begins and end with a new line.
A block element starts and ends with a line break.
<ul>
The <ul> tag defines an unordered (bulleted) list.
<ol>
this is the tag for the ordered list
ol tag
< br >
Is the tag <br> inserted to create a line break.
Break between blocks
like pressing enter in Word for dif paragraphs
HTML
Comments start. ..
< ! -- Start with this and finish with.-->
personal notes within the HTML, only to be displayed in the source code.
Cascading Style Sheets
- CSS -
Is a style sheet language used for describing the look and formatting of a document written in a markup language.
<em>
emphasize text
<em> I like Anime </em>
<li> List item <li/>
whatever is in between the tags will be put on a list, either composed of ui oi
Attributes
more information to your HTML documents.
such as color, size, structure
style= "background-color:# ff0000;
URL
is the direction of a "web" page. in other words it's. Internet address
Uniform Resource Locator
<ID =>
stands for identification and is used on index and glossaries
<id = # >
<span>
tag provides mo visual change by itself.
tag provides a way to add a hook to a part of a text or a part of a document.
The </span> tag is used to group inline-elements in a document.
<a>
defines HTML link
<a href= "http:// www.nevergiveup.com"> PREVAIL
</a>
CSS
CSS starts with /* and finishes with */
HTML Marked Formatting
<h1> Hear me <mark> Roar </mark> through the skies. </h1>
Font-Size: Px, Pt or Em
Px is the best way to go, as it will not be affected by different browsers or mobiles.
[ Href= ]
Absolute &
Relative
absolute path has direct access to the root directory.
relative path is the one with current reference to certain directory.
kinda like relative momentarily, absolutely is the final set.
ID 's in CSS
in CSS the id rules will always take rule over.other rules.

so.is best to add them on top of the CSS
../

../ = go back one folder