HTML/CSS/JS Flashcards
What tag is always used at the start?
html
What tag is used for external css files?
link (single tag)
(rel=”stylesheet”) and href=
What are the 2 tags used for the overall page structure?
head and body
What tag is used for the opening text?
title
What tags are used for headings?
h1 largest
h2
h3 etc.
What tag is used for pictures?
img (self closing)
src=
alt=
height=
width=
What tag is used for hyperlinks?
a
href=
What tag is used to link to js files?
script src=
or embedded js without src
What tag is used to create containers?
div
What tag for surveys?
form
What tag for search boxes and buttons?
input (self closing)
type = “text” or “submit”
What tag for paragraphs?
p
What tag for each point in a list?
li
What tag for bullet points?
ul
What tag for numbered list?
ol