HTML in 5 Minutes Diginotes

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

WPM

1/18/1
1B

DATE

BLOCK

DIGINOTES
NAME
Terry Stewart

TITLE
Html in 5 Minutes

NOTES

.HTML is the file name that is conventional for HTML webpages.


HTML stands for Hypertext Markup Language
Everything is written in tags.
Opening Tag: <html>
Closing Tag:</html>
Boilerplate = needed in every Html doc.
Head-> Holds metadata
Body-> Holds content
H1= Header 1 *Biggest type of header
Headers: h1, h2, h3, h4, h5, h6 <h3>textOnPage</h3>

You might also like