08 Flashcards
What is this html tag?
<html>
</html>
Represents the root of an HTML document
What is this html tag?
<head>
</head>
Contains metadata about the document
What is this html tag?
<body>
</body>
The content of an html document
What is this html tag?
<title>
</title>
The documents title that is shown in the browser’s title bar or a page tab
What is this html tag?
<h1>, <h2>, <h3>, <h4>
</h4></h3></h2></h1>
Section headings
What is this html tag?
<p>
</p>
represents a paragraph
What is this html tag?
<br></br>
produces a line break in text
What is this html tag?
<hr></hr>
makes a line across the doc for seperation
What is this html tag?
<u>,<i>,<b></b></i></u>
underlined, italisized, bold
What is this html tag?
<tr>
</tr>
defines a table row
What is this html tag?
<td>
</td>
defines a cell of a table that contains data
What is the extension for HTML?
.htm, .html
What is this html tag?
<table></table>
the constructor for a table
an __________ is part of HTML and is a technique used in web page development to embed files, such as documents, video, audio, and images in the same HTML document
iframe
The ______ provides a means of delivering dynamic web content using executable files or scripts
CGI