Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Intro to HTML L1-L4

Introduction to HTML- CodeAcademy's HTML Basics Course

QuestionAnswer
HTML elements can be nested inside other elements. The enclosed element is the child of the enclosing parent element. True
What does the <p>, <span> & <div> tags specify? Text or blocks
What are the <em> and <strong> tag used for? To emphasize text.
What tag is used to make a line breaks? <br>
What are ordered lists? <ol> & are numbered
What are unordered lists? <ul> that are bulleted
How can <img) & <video> be added? By linking to an existing source
What goes in the <head> tag ? Title
How to add a title for web page? Using <title> tag
Where does the title appear on the web page? In the browser's tab
What are Anchor <a> tag's used for? Link to internal, external or content on the same page
How to jump to sections on a web page? By adding an <a> tag and an id element to a section
How to make tables in HTML? <table> tag
How to ass rows to a table? <tr> tag
How to add data to a row? <td> tag
What do table headings <th> do? Clarify meaning of data
How to span columns on a table? By using colspan attribute
How to span rows on a table? By using rowspan attribute
Tables can be split into.... A head, a Body, & a Footer
How is a table's head created? With the <thead> element
How is a table's body created? With the <tbody> element
How is a table's footer created? With the <tfoot> element
Purpose of a form? To allow users to input information & send it.
What determines where the form's information goes? A <form>'s action attribute
What determines how the form's info is sent & processed? A <form>'s method attribute
How to add a single row field for text input? type="text"
How to add a password row field? type="password"
How to add a number input field? type="number"
How to add a slider to select from a range of numbers? type="range"
How to add a single checkbox? type="checkbox"
How to add a radio button? type="radio"
How to pair an <input> with a <datalist> ? type="list" if the id of both are the same
How to render a dropdown list selection? <select> & populated with <option> elements
How to make a list of choices? <datalist> with <option> elements & works with an <input>
Define Semantic HTML Introduces meaning to a page through specific elements that provide context as to what is in between the tags.
How is Semantic HTML better? Makes website accessible for screen readers to translate webpage & improves website's SEO
what creates the basic structure of a web page? <header> ,<nav> , <main> , & <footer>
Define the <section> tag defines elements in a document, such as chapters, headings, or any other area of the document with the same theme.
What is the use of the <article> tag ? Holds content that makes sense on its own such as articles, blogs, comments, etc.
What is the use of the <aside> tag ? contains information that is related to the main content, but not required in order to understand the dominant information.
What is the use of the <figure> tag ? encapsulates all types of media.
What is the use of the <figcaption> tag ? is used to describe the media in <figure>.
How to create media files? <video> , <embed> , <audio>
Created by: ShahedAli02
Popular Engineering sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards