1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
<p>
paragraph element
<body>
body element, there can only be one body element in a file
<h1>
heading element
how many levels of headings are there
There are six levels of headings, from <h1> to <h6>: each decreasing in size
</tag> is a self closing tag, meaning…
doesn't need to be closed manually by a closing tag
<b>
is used for bolding characters
<i>
for italicizing characters
<u>
is for underlining characters
<s>
is for strikethroughing characters
<ul> is used for
unordered lists, will output bullet points
<ol> is used for
ordered lists, will output numbered lists
<li>
used for list items
<a>
anchor element, allows us to add a hyperlink to the text
href, mailto, tel, sms
all used with the anchor element for certain links, emails, telephone or text messaging numbers
<img>
used like <img src=[link here]> to output an image onto a screen, where src specifies the source