0% found this document useful (0 votes)
5 views1 page

Essential HTML Tags and Codes Guide

The document summarizes some common HTML tags including those used in the <HEAD> and <BODY> sections as well as formatting tags like <I> for italics and <B> for bold. It also covers nested tags, heading tags from <h1> to <h6>, and other tags like <blockquote> for multi-line quotations.

Uploaded by

Muneer Koliyat
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 PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Essential HTML Tags and Codes Guide

The document summarizes some common HTML tags including those used in the <HEAD> and <BODY> sections as well as formatting tags like <I> for italics and <B> for bold. It also covers nested tags, heading tags from <h1> to <h6>, and other tags like <blockquote> for multi-line quotations.

Uploaded by

Muneer Koliyat
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 PDF, TXT or read online on Scribd

Some HTML Codes <HEAD> Contain TITLE, BASE, ISINDEX, META, SCRIPT, STYLE, and LINK tags <TITLE>

TITLE of the document <BODY> The main content of a document <I> Italics <B> Bold <U> Underline <STRIKE> Strikethrough <SUP> Superscript <SUB> Subscript <TT> Typewriter <BIG> Bigger font <SMALL> Smaller font <S> Strikethrough alternative

Nested Tag <U><B>some text</B></U> <h1> through <h6> Heading <em> Equivalent to <i> <strong> Equivalent to <b> <code> Equivalent to <TT> <blockquote> Indented from both sides, used to enclose multi-line quotations from other sources

You might also like