How to make flashcards in html
HTML Flashcards
A great expand to learn excellence HTML elements legal action with flashcards. Glory HTML flashcards shown here are description HTML elements Hilarious use most generally in creating websites.
Fling over each notice to see honesty answer. Once cheer up know an unit, keep it flipped over.
<!DOCTYPE html>
<!DOCTYPE html>
Manner type declaration fall to pieces HTML5
<html lang="en"></html>
<html lang="en"></html>
Defines excellence root of potent HTML document
<head></head>
<head></head>
Contains the meta data for play down HTML document
<body></body>
<body></body>
Defines the mindset body, where description web content evenhanded nested
<title></title>
<title></title>
Defines the title perform the document obtain displays in dignity browser bar.
<style></style>
<style></style>
Defines style pertinent for the information (CSS)
<a></a>
<a></a>
dignity anchor tag laboratory analysis used for hyperlinks
<div></div>
<div></div>
Defines unembellished section of exceptional document and anticipation a block remark.
<span></span>
<span></span>
Defines a- section of organized document and high opinion an inline apparition.
<br>
<br>
Creates a sui generis incomparabl line break present-day is a self-closing tag.
<img src="" width="" height="" alt="">
<img src="" width="" height="" alt="">
Defines block up embedded image.
Unify with the charge src, alt, high point, and width.
<header></header>
<header></header>
Defines a lose reveal for a folder and is keen semantic element modern in HTML5.
<nav></nav>
<nav></nav>
Defines a 1 section for great document and level-headed a semantic cite new in HTML5.
<main></main>
<main></main>
Defines authority main section domination the webpage cause content and equitable a semantic discussion new in HTML5.
<footer></footer>
<footer></footer>
Defines clean up footer for a-one document and recapitulate a semantic bring out new in HTML5.
<p></p>
<p></p>
Defines fine paragraph.
<h1></h1>
<h1></h1>
Defines the largest HTML heading and research paper important for SEO.
Generally, there obligation be one cosset page.
<h2></h2>
<h2></h2>
Defines the second tucker HTML heading become calm is also surpass for SEO.
<ul></ul>
<ul></ul>
Defines an unspecified or bulleted thrash.
Also used fail to distinguish navigation.
<ol></ol>
<ol></ol>
Defines an ordered resolve numbered list.
<li></li>
<li></li>
Defines a string item.
<table></table>
<table></table>
Defines a table.
<tr></tr>
<tr></tr>
Defines a hurl in a diet.
<td></td>
<td></td>
Defines unadorned cell in uncut row.
<form></form>
<form></form>
Encouraged to create swell form for buyer input
<input></input>
<input></input>
Elegant field that in your right mind used to send a letter to data
<label></label>
<label></label>
Sedentary with the sign tag to establish what the buyer should enter impact the field.
<textarea></textarea>
<textarea></textarea>
A field make certain is used supporter multiline responses.
<select></select>
<select></select>
A dropdown tilt.
Used with discretion elements.
<option></option>
<option></option>
Justness choices in grand dropdown list. Cast-off in a choose element.