1/16
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
HTML
hyper text markup language
text file with special markers
coding language to make webpages
Tags
special markers that format text
<html>
tells the browser the language is html
<body>
main content of the website
closing tags
forward slash
e.g. </html>
<H1>
preformatted heading tag
decreases in size as number increases.
enters a new line below the text
1 is largest, 6 is smallest
<p>
paragraph, presses enter
starts new paragraph with new empty line
carriage return
enter
<br>
line break
no new line is added, immeadiately moves to the new line
<a href>
adding hyperlinks
a is the anchor
href is the command
add ‘=’ to show the start of an address
basic formatting
<B> - bold
<I>- italic
<U>- underline
<font face>
changing font
add ‘=’ to show beginning of font name
<FONT COLOR>
changing font color
uses hexcolor
<FONT SIZE>
changes size
opposite to headings, 6 is largest and 1 is smallest
<BODY
<div align = (position)>
changes positioning of text
<IMG SRC=”image.jpg”>
adds an image
.jpg is the type of file
the image address tells the code the location of the file