Basic HTML Tags

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

<br>

Line break tag; makes the browser go to the next line

<a href="link">name of the link to display</a>

creates a link from one page to another.

<tr></tr>

defines a table row; must have one for each row in the table

<h1>Title</h1> <h2>Subtitle</h2> <h3> <h4> <h5> <h6>

Applies formatting to make text appear as a heading.

<ul> <li>Item one</li> <li>Item Two</li> <li>Item Three</li> </ul>

Creates an unordered list of items. An unordered list is a bulleted list of items each on their own line. Each item (or entry in the list) must be surrounded by a list item tag -

<td></td>

Defines a data cell; enclosed in tr tags; must have one for each cell in the row

<img src="image name">

Displays an image on the page.

<strong>Some text in bold</strong>

Displays text in a bold typeface.

<emp>This text is in italics</emp>

Displays text in italics.

<u>This text is underlined</u>

Displays text underlined.

<head> ..... </head>

Every web page needs to have a header. The header section contains information about the page such as the title, author, keywords, style sheets and scripts. This information is not displayed on the page but is important as it is used by search engines and the browser.

<hr />

Horizontal rule tag; creates a line across the entire page

<br>A line of text</br>

Inserts a single line break at the end of a line of text.

<body>.... </body>

Marks the beginning and the ending of the content of the page. The page content is everything that is displayed - this could be text, images, links, tables, lists etc.....

<ol> <li>Item One</li> <li>Item Two</li> <li>Item Three</li> </ol>

Ordered list. Creates a numbered list.

<li>Item one</li> <li>Item two</li> <li>Item three</li>

Separates each item within a list (either ordered or unordered).

<p>

Text is formatted as a paragraph with a blank line inserted before and after Creates a new paragraph.

<!DOCTYPE html>

The very first tag; defines the document type

<table></table>

defines the table


संबंधित स्टडी सेट्स

US History Chapter 9 Reading Guide (T/F)

View Set

Ch. 15 The Autonomic Nervous System and Visceral Reflexes

View Set

Cognitive Psychology Chapter 7 Mental Imagery and Cognitive Maps

View Set

Maternal Child Nursing Rasmussen Module 1 NCLEX PREP

View Set

Life and Health Insurance - California Code and Ethics

View Set

F1 Obj. 3.01 Fruits and Vegetables

View Set