Computer Science, asked by aarav5055, 6 months ago

BOSCO PUBLIC SCHOOL CLASS – VII SUBJECT– COMPUTER Topic –Introduction to HTML Date: 13th July 2020 Assignment-3 Ques1. Answer the following: 1. What is HTML? 2. Expand the term HTML. 3. State the basic requirement for creating HTML document. 4. Explain the two types of HTML editors. 5. Explain the basic structure of HTML document. 6. Write the steps for creating HTML document. 7. Write the steps for saving HTML document. 8. State the features of HTML Language.

Answers

Answered by narindervasudev
1

: 1. What is HTML?

ANSWER = HTML allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications

2. Expand the term HTML.

ANSWER = HTML stands for Hypertext Markup Language

3. State the basic requirement for creating HTML document.

ANSWER = basic requirement is your knowledge about tags and attributes. Second Requirement is Notepad and a Web browser like Internet Explorer Google chrome etc.

4. Explain the two types of HTML editors

ANSWER =  Two different types can be distinguished, text-based HTML editors, and WYSIWYG editors.

5. Explain the basic structure of HTML document

ANSWER = An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content.

6. Write the steps for creating HTML document

ANSWER = Follow the steps below to create your first web page with Notepad or TextEdit.

Step 1: Open Notepad (PC) Windows 8 or later: ...

Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...

Step 2: Write Some HTML. ...

Step 3: Save the HTML Page. ...

Step 4: View the HTML Page in Your Browser.

7. Write the steps for saving HTML document.

ANSWER= Saving HTML Documents

On the main menu, click File > Save.

On the HTML editor toolbar, click the Save icon .

Press CTRL+S.

Right-click within the HTML document, click File > Save. If the file has never been saved before, CuteFTP opens the Save As dialog box.

8. State the features of HTML Language.

ANSWER= Features of HTML:

It is easy to learn and easy to use.

It is platform independent.

Images, video and audio can be added to a web page.

Hypertext can be added to text.

It is a markup language.

PLS MARK BRAINLIEST AND STAY SAFE

Answered by srajfaroquee
0

Answer:

I am writing only the answers!

  1. HTML is a high level programming language use to create web pages.
  2. HTML - Hyper Text Markup Language
  3. Basic requirements are a) text editor b) Web Browser
  4. HTML editors - Text Editor and WYSIWYG(What You see is what you get)
  5. <html>

<head>    </head>

<body>   </body>

</html>

6. step1: Open any text editor on your system

   step2: Write your html code .

   step3: Save your document with a name and with .html extension

7. step1: Click on "File" on your text editor

   step2: Click on "Save" and save the file with a random name and with .html extension.

8.Features of HTML:

  • It is easy to learn and easy to use.
  • It is platform independent.
  • Images, video and audio can be added to a web page.
  • Hypertext can be added to text.
  • It is a markup language.

** Please mark this ans as Brainliest answer. Thank you!

Similar questions