Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Priyanshi Kashyap 4 years, 9 months ago
- 0 answers
Posted by Priyanshi Kashyap 4 years, 9 months ago
- 2 answers
Posted by Adesh Kumar 4 years, 9 months ago
- 1 answers
Posted by Md Rashid 4 years, 9 months ago
- 1 answers
Gaurav Seth 4 years, 9 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 4 years, 9 months ago
- 1 answers
Yogita Ingle 4 years, 9 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 4 years, 9 months ago
- 1 answers
Meghna Thapar 4 years, 9 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 4 years, 9 months ago
- 0 answers
Posted by Pooja Kumari 4 years, 9 months ago
- 0 answers
Posted by Gagan Raghav 4 years, 9 months ago
- 1 answers
Meghna Thapar 4 years, 8 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, 9 months ago
- 0 answers
Posted by Harsh Raithatha 4 years, 9 months ago
- 1 answers
Posted by Vansh Kumar 4 years, 9 months ago
- 3 answers
Posted by Simran Kumari 4 years, 9 months ago
- 1 answers
Yogita Ingle 4 years, 9 months 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, 9 months ago
- 1 answers
Posted by Bharti Kumari 4 years, 9 months ago
- 1 answers
Posted by N . 4 years, 9 months ago
- 1 answers
Reefa Khan 4 years, 9 months ago
Posted by Shivam Yadav 4 years, 9 months ago
- 1 answers
Yogita Ingle 4 years, 9 months 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, 9 months ago
- 1 answers
Posted by Shubham Gujjar9 4 years, 9 months ago
- 3 answers
Gagandeep Varshney 4 years, 9 months ago
Kriti .. 4 years, 9 months ago
Yogita Ingle 4 years, 9 months 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, 9 months ago
- 1 answers
Reefa Khan 4 years, 9 months ago
Posted by Manju Khatri 4 years, 10 months ago
- 0 answers
Posted by Shneha Deb Nath 4 years, 10 months ago
- 0 answers
Posted by Chandan Shah 4 years, 10 months ago
- 1 answers
Yogita Ingle 4 years, 10 months ago
Online privacy is essential for ecommerce visitors and customers. Comprehensive privacy practices are what government agencies and consumer protection groups require when setting and enforcing compliance. An ecommerce privacy policy is your everyday practice of collecting, managing, and using data from site visitors.
Posted by Gaurav Singh 4 years, 10 months ago
- 1 answers
Yogita Ingle 4 years, 10 months ago
The communication cycle expresses how the system of conveying and understanding messages operates
- The Communication Cycle Model is a linear communication model that offers a conceptual description of the interaction involving sender, message, medium/medium and receiver.
- The communication method refers to the processing or processing of data or messages from the sender via the chosen channel to the recipient, which magnifies the obstacles that hinder its speed.
- The communication cycle is a cyclical one as it starts with the sender and ends with both the recipient in the form of input.
Posted by Kashi Mishra 4 years, 10 months ago
- 1 answers
Yogita Ingle 4 years, 10 months ago
Dynamic Website. Dynamic websites contain Web pages that are generated in real-time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser.
Posted by Archi Saluja 4 years, 10 months ago
- 1 answers
Prayas Rawat 4 years, 10 months ago
Posted by Gaurav Singh 4 years, 10 months ago
- 1 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