html body { margin-top: 50px !important; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#FFC8C8; height:45px; line-height:45px; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }
, and . Additionally, it mentions deprecated tags that are not supported in HTML5, advising the use of CSS for certain formatting instead.">0 ratings0% found this document useful (0 votes)0 views1 pageBasic HTML Document Structure
The document outlines the basic structure of an HTML document, including essential tags such as <!DOCTYPE>, <html>, <head>, <title>, and <body>. It details various text elements and formatting tags, including headings, paragraphs, and semantic elements like <abbr>, <blockquote>, and <code>. Additionally, it mentions deprecated tags that are not supported in HTML5, advising the use of CSS for certain formatting instead.Uploaded by
anirudhrk11Copyright© © All Rights ReservedWe take content rights seriously. If you suspect this is your content, claim it here.Available FormatsDownload as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)0 views1 pageBasic HTML Document Structure
The document outlines the basic structure of an HTML document, including essential tags such as <!DOCTYPE>, <html>, <head>, <title>, and <body>. It details various text elements and formatting tags, including headings, paragraphs, and semantic elements like <abbr>, <blockquote>, and <code>. Additionally, it mentions deprecated tags that are not supported in HTML5, advising the use of CSS for certain formatting instead.Uploaded by
anirudhrk11Copyright© © All Rights ReservedWe take content rights seriously. If you suspect this is your content, claim it here.Available FormatsDownload as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1Basic HTML Document Structure:
<!DOCTYPE>: Defines the document type.
<html>: Defines an HTML document.
<head>: Contains metadata/information for the document.
<title>: Defines a title for the document.
<body>: Defines the document's body.
Headings and Text Elements:
<h1> to <h6>: Define HTML headings (levels 1-6).
<p>: Defines a paragraph.
<br>: Inserts a single line break.
<hr>: Defines a thematic change in the content (often displayed as a horizontal
rule).
<!--...-->: Defines a comment.
Text Formatting and Semantics:
<abbr>: Defines an abbreviation or an acronym.
<address>: Defines contact information for the author/owner of a document/article.
<b>: Defines bold text.
<bdi>: Isolates a part of text that might be formatted in a different direction
from other text outside it.
<bdo>: Overrides the current text direction.
<blockquote>: Defines a section that is quoted from another source.
<cite>: Defines the title of a work.
<code>: Defines a piece of computer code.
<del>: Defines text that has been deleted from a document.
<dfn>: Specifies a term that is going to be defined within the content.
<em>: Defines emphasized text.
<i>: Defines a part of text in an alternate voice or mood.
<ins>: Defines text that has been inserted into a document.
<kbd>: Defines keyboard input.
<mark>: Defines marked/highlighted text.
<meter>: Defines a scalar measurement within a known range (a gauge).
<pre>: Defines preformatted text.
<progress>: Represents the progress of a task.
<q>: Defines a short quotation.
<rp>: Defines what to show in browsers that do not support ruby annotations.
<rt>: Defines an explanation/pronunciation of characters (for East Asian
typography).
<ruby>: Defines a ruby annotation (for East Asian typography).
<s>: Defines text that is no longer correct.
<samp>: Defines sample output from a computer program.
<small>: Defines smaller text.
Deprecated Tags (Not supported in HTML5):
<acronym>: Defines an acronym (use <abbr> instead).
<big>: Defines big text (use CSS instead).
<center>: Defines centered text (use CSS instead).
<font>: Defines font, color, and size for text (use CSS instead).
<strike>: Not supported in HTML5.You might also like
- المرجع الخاص بالاتش تى ام ال (Lecture 37)
No ratings yetالمرجع الخاص بالاتش تى ام ال (Lecture 37)4 pages - Hypertext Markup Language (HTML) Fundamentals: How to Master HTML with Ease
From EverandHypertext Markup Language (HTML) Fundamentals: How to Master HTML with EaseNo ratings yet