Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Hebjarul Islam 3 years, 11 months ago
- 0 answers
Posted by Faizan Hussain 3 years, 11 months ago
- 2 answers
Palak Jain 3 years, 11 months ago
Yogita Ingle 3 years, 11 months ago
A search engine is used to find the information in the World Wide Web and displays the results at one place. | Web Browser uses the search engine to retrieve and view the information from web pages present on the web servers. |
Search engine is intended to gather Information regarding several URL’s and to maintain it. | Web Browsers are intended to Display the web page of the current URL available at the server. |
A search engine contains its own database | No database is required in Web browser. It contains only cache memory to store cookies. |
Example of famous search engines are: Google, Yahoo, Bing, DuckDuckgo, Baidu Internet Explorer. | Some of the widely used web browsers are: Mozilla Firefox, Netscape Navigator, and Google Chrome. |
Posted by Sumit Kesharwani 3 years, 11 months ago
- 0 answers
Posted by Priyanshi Kashyap 3 years, 11 months ago
- 0 answers
Posted by Priyanshi Kashyap 3 years, 11 months ago
- 2 answers
Posted by Adesh Kumar 3 years, 11 months ago
- 1 answers
Posted by Md Rashid 3 years, 11 months ago
- 1 answers
Gaurav Seth 3 years, 11 months ago
Let’s pretend we have an image of a dog on our computer saved as “funny-dog.jpg” and we want to insert it into a webpage; this is the code we would use:
<code>1</code> | <code><</code><code>img</code> <code>src</code><code>=</code><code>"funny-dog.jpg"</code><code>></code> |
Let’s analyze this code. First, <img> is the code for creating an image element. Next, the letters “src” are used as an attribute and stand for “source”. Basically, we need to provide the web browser with a value to the source of the image. Naturally, the value for the source attribute is “funny-dog.jpg”. This example assumes your image file is located in the same directory as your HTML file. If, for example, you had your image file inside a folder named “images” your code would look like this:
<code>1</code> | <code><</code><code>img</code> <code>src</code><code>=</code><code>"images/funny-dog.jpg"</code><code>></code> |
Self Closing Elements
As you can see, in both code examples so far there has not been an ending </img> tag, because the image code is a “self closing” element. This is because unlike a paragraph, we won’t have a plethora of content inside our <img> element, but rather a single image. In fact, HTML5 does not require us to ever “close” our elements, but for organizational reasons I recommend including traditional closing tags for most elements.
There is one additional bit of code we must add before we are finished. We must assign an “alt” attribute and value to our image. The “alt” attribute stands for “alternative” and is used to provide a text-based alternative for viewers incase the image will not load, or if they are visually impaired. Here is what our code will look like:
<code>1</code> | <code><</code><code>img</code> <code>src</code><code>=</code><code>"funny-dog.jpg"</code> <code>alt</code><code>=</code><code>"A funny dog sitting on the grass."</code><code>></code> |
Posted by Vansh Mudgal 3 years, 11 months ago
- 1 answers
Yogita Ingle 3 years, 11 months ago
The AutoSum command allows you to automatically insert the most common functions into your formula, including SUM, AVERAGE, COUNT, MIN, and MAX. In the example below, we'll use the SUM function to calculate the total cost for a list of recently ordered items.
Posted by Sumona Mukherjee 3 years, 11 months ago
- 1 answers
Meghna Thapar 3 years, 11 months ago
Making a basic web page using HTML
- Step 1: Creating a new HTML document. The first thing to do is actually create a new HTML document that will become our web page. ...
- Step 2: Add a title to your HTML document. ...
- Step 3: Add some text and an image to the web page. ...
- Your first website using HTML. The good news is that you too can use them freely when creating a website with HTML and CSS. Quite frankly, you can customize any tag you add to your page's structure by assigning any number of classes to it. If you want to see the complete list of the classes available, you can open the main creative.
Posted by Satyam Patel 3 years, 11 months ago
- 0 answers
Posted by Pooja Kumari 3 years, 11 months ago
- 0 answers
Posted by Gagan Raghav 3 years, 11 months ago
- 1 answers
Meghna Thapar 3 years, 11 months ago
To define a macro that uses arguments, you insert parameters between the pair of parentheses in the macro definition that make the macro function-like. The parameters must be valid C identifiers, separated by commas and optionally whitespace. To define a macro that uses arguments, you insert parameters between the pair of parentheses in the macro definition that make the macro function-like. The parameters must be valid C identifiers, separated by commas and optionally whitespace.
Posted by Pruthvi Tandel 4 years ago
- 0 answers
Posted by Harsh Raithatha 4 years ago
- 1 answers
Posted by Vansh Kumar 4 years ago
- 3 answers
Posted by Simran Kumari 4 years ago
- 1 answers
Yogita Ingle 4 years ago
You Insert a page break in Excel, purposely for printing, to specify where the new page will begin in the printed copy. Using the right-click.
Posted by Pratik Gupta 4 years ago
- 1 answers
Posted by Bharti Kumari 4 years ago
- 1 answers
Posted by N . 4 years ago
- 1 answers
Reefa Khan 4 years ago
Posted by Shivam Yadav 4 years ago
- 1 answers
Yogita Ingle 4 years ago
Cybercrime is defined as an unlawful action against any person using a computer, its systems, and its online or offline applications. It occurs when information technology is used to commit or cover an offense
Here, are some most commonly occurring Cybercrimes:
- The fraud did by manipulating computer network
- Unauthorized access to or modification of data or application
- Intellectual property theft that includes software piracy
- Industrial spying and access to or theft of computer materials
- Writing or spreading computer viruses or malware
- Digitally distributing child pornography
Posted by P M 4 years ago
- 1 answers
Posted by Shubham Gujjar9 4 years ago
- 3 answers
Gagandeep Varshney 4 years ago
Yogita Ingle 4 years ago
HyperText is simply a piece of text that has some extra features like formatting, images, multimedia and links to another document.
Posted by Manu Kumar 4 years ago
- 1 answers
Reefa Khan 4 years ago
Posted by Manju Khatri 4 years ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app