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

Notes For Advance Web Designing

The document provides an overview of advanced web designing concepts, including types of web hosting (shared, free, and dedicated), HTML tags (iframe, area, img, map, video, audio, ol), and CSS properties (display, float, positioning, selectors). It also discusses new input tag features in HTML5 and various attributes associated with these elements. Overall, it serves as a guide for understanding essential web design elements and their functionalities.
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)
399 views1 page

Notes For Advance Web Designing

The document provides an overview of advanced web designing concepts, including types of web hosting (shared, free, and dedicated), HTML tags (iframe, area, img, map, video, audio, ol), and CSS properties (display, float, positioning, selectors). It also discusses new input tag features in HTML5 and various attributes associated with these elements. Overall, it serves as a guide for understanding essential web design elements and their functionalities.
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

Notes for Advance web designing

Web hosting :- it is the service of providing storage space.


Web host :- own and manage web servers.
Types of web hosting:-3 types
1. Shared hosting:- is cost effective and give domain name to your website
2. Free hosting :-there are some websites which provides you free hosting of website for Limited period
of time
3. Dedicated hosting:- these are paid hosting server for large websites.
<iframes>:- inline frames of floating frames are represented by Iframe tag.
Attributes of Iframe tag:- src,height,width, name srcdoc
Attributes of area tag:- Href, shape, coords, alt
Img tag:-uses to insert image with #symbol with usemap attributes for client side image mapping.
Map tag :-has only one attribute that is name
Attributes of video tag :- src,autoplay, controls, height,loop,width,muted,
poster:- value URL
preload :- values auto, metadata, none
Attributes of audio tag:- autoplay,controls, loop, muted,src
Common audio formats :- MP3 aac (advance audio coding), ogg
Attributes of OL tag:- type, reversed, start
Display properties in CSS:- it defines how the components are going to be placed in web page (i.e. div,
hyperlink, heading etc)
Syntax:- display:value;
Where values can be :- inline, block, block- line, none.
Float properties of CSS- it defined the flow of content.
Types of floating properties are:-float:left, float:right, float:none
Positioning in CSS:-
It is used to set the position for an element. i.e. Top,bottom, left, right properties.
Types of positioning in CSS:- 4 types
Static position, fixed position relative position, absolute Positioning.
The class selector is used with period character (.) and it is used when you want to change group of
elements within your HTML page.
Universal selector is used as wildcard character. All the elements of your web page.
Class Id selector select the Id attribute of an HTML element to select specific element
CSS:- stands for cascading style sheets. CSS Syntax consist of a selector and Declaration block
selector represents tag and Declaration block represents property and its value.
e.g. H1{color:yellow;font-size:11px}
Types of CSS:-3types
Inline CSS,embedded style sheet or internal CSS and external CSS
Input tag restrictions in HTML5:- disable Max,min,pattern,read only, place holder, required,auto
complete, auto focus,height and width,multiple
New elements of input tag in HTML5:-
e.g.< input type = colour>, number, url,image,date, email, month(YYYY-MM),range(0to 100)
date,time,local time, week,search,file,tel( telephone number)

You might also like