Shared Flashcard Set

Details

HTML Basics
Flashcards for HTML
9
Other
Beginner
05/13/2017

Additional Other Flashcards

 


 

Cards

Term

<!DOCTYPE html>.

Definition
Document Type Declaration
Term
<html>
Definition
The <html> element is the root element of an HTML page
Term
<head>
Definition
The <head> element contains meta information about the document
Term
<title>
Definition
The <title> element specifies a title for the document
Term
<Body>
Definition
The <body> element contains the visible page content
Term
<h1>
Definition
The <h1> element defines a large heading
Term
How many heading sizes are there?
Definition
6
Term
HTML Links
Definition
<a href="https://www.w3schools.com">This is a link</a>
Term
HTML Images
Definition
<img src="link or directory">
Supporting users have an ad free experience!