Level no.18

Google Apps

Google Docs:

It is useful creating documents in your web browser. It is the alternative of other word like Microsoft word, but the google doc is with the  advantage of online web browser.

Here is the link of my google docs.

 https://docs.google.com/document/d/1rLdp6iY89zYTAJH0N50duA1DyGmkO5Wd5EAooE6d9Mc/edit?usp=sharing


Google Sheets:

It is useful for performing calculations, creating formulas.Multiple user can work on  single spread-sheet. It is an alternative of Microsoft Excel. It is useful for educators, researcher and wide rang of tasks.

Here is the link of my google sheets.

https://docs.google.com/spreadsheets/d/1a2KT8k9GI0CBkF5Rdv6kxWACIRVFsQNaRyFL6qGJShU/edit?usp=sharing


Google Forms:

Google forms is an app of google. It is a web-based data collection and survey form developed by google. It is useful for feedback, assignments, quizzes, event registration, data collection and polling system.

Here is the link of my google forms.

https://forms.gle/y3RZWi1vkoyDzhKe7

I-Frame Tag in HTML

I-Frame tag stands for Inline Frame. It is useful for embedded external files. You can embedded another HTML document and external data within the current HTML document.  It allows you to display content from another source, such as a web-page, video, map, or interactive application, within a designated area of your web-page.

Syntax

<iframe src=" " frameholder=" "></iframe>


Code:

<!DOCTYPE html>
<html>
<head>
<title> Inline CSS </title>
</head>
<body>
< iframe src="link HTML or any external file " frameholder=" "></iframe>
</body>
</html>

Comments

Popular posts from this blog

Level no.4

Level no.21

Level no.3