Define CSS. How to create a CSS file? -Technology

1 Answer

Answer :

CSS is a simple design language intended to simplify the process of making Web pages presentable. CSS is a type of stylesheet and this stylesheet consists of a list of rules. You can include a CSS in multiple XML documents that have the same data structure.Syntaxselector{property: value; } Declaration Block}Creating a CSS FileTo create a CSS file, you need to have all the style rules composed in it and save it with extension .css.e.g.You can define the color in CSS by name as well as by code like green color may be written as #008000 or rgb(0,128,0).

Related questions

Description : Can same CSS document be used in multiple XML documents? -Technology

Last Answer : Yes, the same CSS document can be used in multiple XML documents.

Description : Write the full form of 1. XML 2. DTD 3. SGML 4. CSS -Technology

Last Answer : Full form of given terms are as follows:1. XML Extensible Markup Language2. DTD Document Type Declaration3. SGML Standardised Generalised Markup Language4. CSS Cascading Style Sheet

Description : The ……….. is an XML element to which the CSS style is applied. -Technology

Last Answer : The selectoris an XML element to which the CSS style is applied.

Description : Write the CSS code to: (i) Apply 50px indentation to all text paragraphs marked with . -Technology

Last Answer : P{text-indent: 50px;font-style: italic;}

Description : List the advantages of using CSS. -Technology

Last Answer : It controls layout of many documents from one single style sheet.It has more precise control of layout.It applies different layouts to different media-types.It has numerous advanced and sophisticated techniques to be applied on web page

Description : Ram wants to create a text file to store name and roll number of his students. Suggest, which program he should use. -Technology

Last Answer : He can create a text file using Notepad or WordPad. Follow these steps to create a file using Notepad:(a) Step 1:Click Start.(b) Step 2:Choose All Programs -> Accessories -> Notepad.(c) Step 3: ... dialog box will appear.(g) Step 7:Give file name with extension.(h) Step 8: Click Save button.

Description : A new text document can be created by (a) File —> Open (b) File —> New —> Blank Document —> Create -Technology

Last Answer : (b) Steps to create a new document.File —> New —> Blank Document —> Create

Description : DIV class & id name parser for automatic CSS file generation?

Last Answer : I saw something on reddit today about something called HSS, I can’t remember the link but google it, it sounded like it does what you want.

Description : How do I override earlier styles in my CSS stylesheet?

Last Answer : answer:Are the unique styles inline? That should do it. Like this: This is a paragraph. http://www.w3schools.com/CSS/css_howto.asp

Description : How to create a good navigation bar with CSS?

Last Answer : Check out California's WebTools site, and see if the navigation there does what you want. All the code is freely downloadable, and you can customize it to suit your needs. The part that highlights the ... done with a tiny piece of JavaScript. We do all of the State's web sites with this template.

Description : how to create a fixed side navigation menu with CSS ? -How To ?

Last Answer : Add CSS: To create a fixed top menu, use position:fixed and top:0. Note that the fixed menu will overlay your other content. To fix this, add a margin-top (to the content) that is equal or larger than the ... content */ .main { margin-top: 30px; /* Add a top margin to avoid content overlay */ }

Description : how to create a responsive navigation menu with icons, using CSS ? -How To ?

Last Answer : Create A Responsive Navbar with IconsStep 1) Add HTML:Example < link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" > < div class="navbar" > < a ... links */ .navbar a { float: left; text-align: center; padding: 12px; color:

Description : how to create a responsive top navigation menu with CSS and JavaScript ? -How To ?

Last Answer : Create A Responsive TopnavStep 1) Add HTML:Example < link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" > < div class="topnav" id="myTopnav ... #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size

Description : how to create a top navigation bar with CSS ? -How To ?

Last Answer : answer:

Description : how to create full page tabs, that covers the entire browser window, with CSS and JavaScript? -How To ?

Last Answer : answer:

Description : how to create tab headers with CSS and JavaScript ? -How To ?

Last Answer : answer:

Description : how to create a vertical tab menu with CSS and JavaScript ? -How To ?

Last Answer : answer:

Description : how to create tabs with CSS and JavaScript ? -How To ?

Last Answer : answer:

Description : how to create a menu icon with CSS ? -How To ?

Last Answer : answer:

Description : how to create a popup form with CSS and JavaScript ? -How To ?

Last Answer : answer:

Description : how to create a responsive form with CSS and HTML ? -How To ?

Last Answer : answer:

Description : how to create a stacked form with CSS and HTML ? -How To ?

Last Answer : answer:

Description : how to create an email newsletter with CSS and HTML ? -How To ?

Last Answer : answer:

Description : how to create a register form with CSS ? -How To ?

Last Answer : answer:

Description : how to create a social media login form with CSS and HTML. -How To ?

Last Answer : answer:

Description : How To Create a Contact Form with Html, CSS ? -How To ?

Last Answer : Step 1 - add HTML Example First Name Last Name Country Australia Canada USA Subject Step 2 ... color and some padding around the form */ .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; }

Description : how to create a responsive checkout form with html, CSS ? -How To ?

Last Answer : body { font-family: Arial; font-size: 17px; padding: 8px; } * { box-sizing: border-box; } .Fields { display: flex; flex-wrap: wrap; padding: 20px; justify-content: space-around; } ... Exp Year CVV Cart 2 Product 1 $10 Product 2 $10 Total $20

Description : How to create a Scroll to top button with CSS ? -How To ?

Last Answer : documentElement returns the root element of the document. We need it to get the offset values. So, next let's save it in a variable called rootElement - that way it's easier to call in the ... inside the scrollToTop function, we will make it scroll to the top of the screen with the scrollTo method

Description : How to create next and previous buttons in CSS ? -How To ?

Last Answer : Step 1) Add HTML Step 2) Add CSS

Description : How to create icons like home, menu, trash and etc with CSS ? -How To ?

Last Answer : answer:

Description : how to create notification buttons and their numbers with CSS. -How To ?

Last Answer : answer:

Description : how to create download buttons using CSS ? -How To ?

Last Answer : Under Custom CSS, add a CSS Class called “et-download-button”. This class will be used to target the button with jQuery and add the download attribute. Check out your new button. Currently, the button will only open the file in a new window.

Description : How to create loading buttons or page loading animation with CSS ? -How To ?

Last Answer : answer:

Description : How to create fading buttons with CSS. ? -How To ?

Last Answer : answer:

Description : how to create a split button dropdown with CSS. ? -How To ?

Last Answer : answer:

Description : .MOV' extension refers usually to what kind of file? -Technology

Last Answer : Animation/movie file

Description : What do you understand by uploading a file on Internet? Name software used for it. -Technology

Last Answer : To transfer a file from your computer to a server is called uploading a file on the Internet. FTP is the software which is used for it.

Description : Scanner is a device that allows a user to convert an image into a ……… file. -Technology

Last Answer : Scanner is a device that allows a user to convert an image into a digital file.

Description : Why uploading and downloading a file is required? Explain with example. -Technology

Last Answer : When we need a file which is located at the server end, we have to download the file that means a transmission of the file from the server to the user's computer. Similarly, if we want to ... file or picture on the Internet that means a transmission of the file from the user computer to the server.

Description : FTP is referred to as (a) Force Transfer Protocol (b) File Transport Protocol (c) File Transfer Partition -Technology

Last Answer : (d) FTP is a protocol through which Internet users can upload files from their computer to a Website. In which, FTP stands for File Transfer Protocol.

Description : When you copy a Web page or a file from a server to your local computer, this process is called (a) conferencing (b) downloading -Technology

Last Answer : (b) Because we store information from a server computer to a user computer.

Description : Explain file manager. -Technology

Last Answer : It is a software program that provides a user interface to work with file system. It helps a user to manage all the files on its computer system. All file managers allow the user to view, edit, copy and delete the files on its computer system, e.g. Nomad.net, Master Commander, Unreal Commander etc.

Description : ……….. is a software program that provides a user interface to work with the file system. -Technology

Last Answer : File manageris a software program that provides a user interface to work with the file system.

Description : All the information about a thing or a person is known as a (a) database (b) file -Technology

Last Answer : (d) A record refers to a raw of data, which represents a complete set of information in a table.

Description : A database that contains tables linked by common fields is called a (a) Centralized database (b) Flat file database -Technology

Last Answer : (c) Relational database stores data in the form of tables which are linked by common fields.

Description : Explain the given terms with respect to computer networks: 1. File and Data Sharing 2. Distributing Computing Power -Technology

Last Answer : 1. File and Data SharingAt a time, file-sharing consisted mostly of saving documents to floppy disks that could be physically transferred to other computers by hand. With networking, files can be shared ... to a network. Any user on the network can access the resources stored on the server.

Description : Write the extension of HTML code file. -Technology

Last Answer : The extension of HTML code file is.html or .htm

Description : Which tag do we use to change the size and style (face) of the text of an HTML file viewed on a Web browser? -Technology

Last Answer : tag is used to change the size and style (face) of the text of an HTML file displayed on a Web browser. Two attributes of tag are as follows:size: It specifies the size of the text inside a tag.Syntaxface: It specifies the font name of the text inside a tag.Syntax

Description : Give one word for each of the following: 1. An audio file extension. 2. Ability to use information in a proper way. -Technology

Last Answer : 1. MP3 or WMA or WAVE or MIDI 2. Knowledge 3. JPEG or JPG or GIF or PNG or BMP 4. Adobe Flash 5. Sound Card

Description : ……… is not covered under file management. (a) Secure files (b) Easy access to files (c) Schedule processes (d) Keep backup of files -Technology

Last Answer : (c) Because schedule processes comes under processor management.