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; }
HTML Assignment
HTML Assignment
To see the source code of any HMTL document you just have to
click the right mouse button inside the page (text area) and click
on "View source" or "View Frame-Source". The Text Editor will
open a document containing the source code of the page.
Unit 2
1. Introduction of html5?
Ans:- HTML5 is the fifth revision and newest version of the
HTML standard. It offers new features that provide not only rich
media support but also enhance support for creating web
applications that can interact with users, their local data, and
servers more easily and effectively than was previously possible
2. What is a screen control attributes in HTML5?
Ans:-
3. What is a media control attribute ?
Applies to
The media attribute can be used on the following elements:
Elements Attribute
<a> media
<area> media
<link> media
<source> media
<style> media
Unit 3
1. Introduction of CSS?
What is CSS?
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen,
paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web
pages all at once
External stylesheets are stored in CSS files