1/27
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
HTML
hypertext mark up language
css
cascading styles sheets
class
a group of elements that are the same or similar
attribute
specification or property of an object
property
special attributes associated with an object
<p>
paragraph
<h1>
header
<a>
hyperlink
<img>
image
<head>
info about doc
<br>
line break
<title>
title
<ol>
ordered list
<ul>
unordered list
<body>
main text
change colour
color
change font
font-family
change font size
font-size
positioning and formatting content
float
control how far away selected is from floated element
clear
space around bored of element
margin
making space inside the element keeping it a set distance away from other elemebts
<header>
header for whole page
<nav>
navigation links
<section>
defines a section of a web page
<article>
defines independent text content
<figure>
defines independent visual context
<footer>
defines footer for the whole page