 Call Kai
Call Kai Learn
Learn Practice Test
Practice Test Spaced Repetition
Spaced Repetition Match
Match1/15
Looks like no tags are added yet.
| Name | Mastery | Learn | Test | Matching | Spaced | 
|---|
No study sessions yet.
HTML
Hyper Text Markup Language
Document type declaration
<!DOCTYPE> <!DOCTYPE html>
HTML tag
<html>…</html>/<html lang=”eng”>
Head tag
Contains metadata that provides information about website
<head>…</head>
Title tag
<title>…</title>
Body tag
Contains all the documents the user can see
<body>…</body>
Paragraph tag
<p>…</p>
Break tag
Moves to the next line <br>
Horizontal rule tag
Creates a horizontal line to separate webpage content
<hr>
Heading tags
<h1>…<h6>
Strong tag
Changes the text to bold font style
<strong>…</strong>
Emphasis tag
Changes the text to italic font style
<em>…</em>
Comment tag
Contents of tag are not displayed on the web page
<!—…—>
Image tag
Adds image between 100kb and 200kb to website (J.PEG, .PNG, .RAW, and TIFF have best quality)
<img src='“x.jpg”alt=”picturex”>
Link tag
Links an HTML document to an external style sheet
<link ref=”stylesheet”href”css file name with file extension”>