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 to mark elements like headings, paragraphs, and images. Forms can be created using tags like

, , and
Upload
0% found this document useful (0 votes)
48 views2 pages

Body (Background-Color:#d0e4fe ) h1 (Color:orange Text-Align:center ) P (Font-Family:"times New Roman" Font-Size:20px )

HTML is a markup language used to define the structure and layout of web pages. It uses tags like <html>, <head>, <title>, <body>, <p>, and <img> to mark elements like headings, paragraphs, and images. Forms can be created using tags like <form>, <input>, and <button> to collect user input. HTML forms can use GET or POST requests, with POST requests not being cached or stored in the browser history. CSS is used to style and position HTML elements by defining properties like color, font, and alignment for tags, IDs, and classes.

Uploaded by

Arindam Basu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views2 pages

Body (Background-Color:#d0e4fe ) h1 (Color:orange Text-Align:center ) P (Font-Family:"times New Roman" Font-Size:20px )

HTML is a markup language used to define the structure and layout of web pages. It uses tags like <html>, <head>, <title>, <body>, <p>, and <img> to mark elements like headings, paragraphs, and images. Forms can be created using tags like <form>, <input>, and <button> to collect user input. HTML forms can use GET or POST requests, with POST requests not being cached or stored in the browser history. CSS is used to style and position HTML elements by defining properties like color, font, and alignment for tags, IDs, and classes.

Uploaded by

Arindam Basu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML stands for Hyper Text Markup Language

HTML is a markup language


A markup language is a set of markup tags
HTML Tags and Text
WebPages, extensions - *.htm, *.html

Basic Tags –
<!Doctype html> - not an HTML tag, version of HTML, strict, transitional, frameset
html, head, - title, meta, link, script,
Body – Form, div, span, Table,
Comments

A, UL, LI, B, font, H1 (big), H2 … H6(small), base, br, em, font, frame, frameset, HR,
IMG, input, label, option, select, p, pre, style, textarea, video, audio, canvas
Textbox, Button, Hidden, Width, Height, Value, Name, ID, Maxlength,
Form - get, POST, action, target, enctype-post

POST requests are never cached


POST requests do not remain in the browser history
POST requests cannot be bookmarked
POST requests have no restrictions on data length
POST Binary data also allowed

Version – 2.0 (1995) 4.01 (from Dec1999), 5 (Jan2008 Draft)

CSS – Cascaded Style Sheets, how to display HTML elements

body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}

ID Selector, using #,
#para1
{
text-align:center;
color:red;
}

Class Selector
.center {text-align:center;}

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy