0% found this document useful (0 votes)
21 views2 pages

Line Break Horizontal Rule (Adds A Line)

The document outlines various HTML tags for formatting text such as headings, paragraphs, lists, breaks, quotes, and semantic tags to denote importance or emphasis. It also covers tags for inserting links, images, and contact information. Formatting tags covered include those for bold, italics, superscript, subscript, headings, lines, quotes, definitions, inserted and deleted text.

Uploaded by

eclipsedevil
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Line Break Horizontal Rule (Adds A Line)

The document outlines various HTML tags for formatting text such as headings, paragraphs, lists, breaks, quotes, and semantic tags to denote importance or emphasis. It also covers tags for inserting links, images, and contact information. Formatting tags covered include those for bold, italics, superscript, subscript, headings, lines, quotes, definitions, inserted and deleted text.

Uploaded by

eclipsedevil
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<html> head title body p h1 h2 h3 h4 h5 h6

</html>

page title

b i sup sub

bold italic superscript subscript

<br /> line break <hr /> horizontal rule (adds a line)

Semantic commands <strong> <em> <blockquote> <q> <abbr> <cite> <dfn> tells browsers its important and show in bold tells browser emphasis (italics) for longer quotes taking up a paragraph (outside <p>) Shorter quotes within <p> (IE doesnt put quotes around this) abbreviation (Prof, NASA) cite a title defining instance, i.e. word is being defined

<address> <ins> <del> <s>

authors contact info show text has been inserted show text has been deleted no longer relevant (usually strikethrough)

<ol> <li> <ul>

creates ordered (numbered) list list item unordered list

<dl> <dt> <dd>

definition list contains term to be defined contains definition

* create a second list within the first one by adding a list command before the first list ends <a href=http://www.imdb.com>IMDB</a> Links opens

<a href=http://www.imdb.com target=_blank>IMDB</a> in new window <a href=mailto:[email protected]>IMDB</a> mails to address

<h1 id=top>

You might also like