Learning Flashcards
!Doctype.html
The first tag you always start with and doesn’t have a closing tab
html
The second tag you start with
Head
To write the title
h6
To make the words smaller
h1
To make the words bigger
p
To write a paragraph
/html
The tag you always finish with
/p
when you finish a paragraph
li
to write a list
br
inserts single line break and doesn’t have a closing tab
/head
when you finish the the heading
ol
to make an order list
strong
to make the word bold
img src=”____”
When you want to put an image while coding
title
title of the document
/title
when finishing writing your title
width=”____”
how big you want the image
ul
To make an unordered list
/li
when you finish doing one list
/ol
when you finish making your list and make it ordered
/ul
when you finish doing your unordered list