HtML tags

¡Supera tus tareas y exámenes ahora con Quizwiz!

<!DOCTYPE html>

First line in an HTML5 document. Tells web browsers that this document is an HTML5 document.

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

HTML Page Structure

<p>

The ____ element defines a paragraph

<head>

The ______ element contains meta information about the HTML page

<h1>

The _______ element defines a large heading

<title>

The _______ element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab)

<html>

The ________ element is the root element of an HTML page

<body>

The _________ element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.


Conjuntos de estudio relacionados

Business Law, Legal Environment, 8th edition Quiz

View Set

Preventing Sudden Death 1- Exam 1

View Set

Econ 3371 Eco of Money & Banking

View Set

Symbols and Themes for How to Read Literature Like a Professor

View Set

General Nursing Vocabulary 121 - 135

View Set

Psych Chapter 16 Study Questions

View Set