HTML Introduction

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>

Last updated 4:43 AM on 8/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

<!DOCTYPE html.

This declaration defines the document type and version of HTML being used. It helps the browser interpret the content correctly.

2
New cards

<HTML>

the root element of an HTML page

3
New cards

<head>

contains the meta information about the HTML page

4
New cards

<title>

specifies a titles for the html page, which is shown in the brower’s title bar/ the page’s tab

5
New cards

<body>

defines the document’s body which contains all of the visible content of the page

6
New cards

<p>

defines a paragraph

7
New cards

<h1>

large heading