Computer Science, asked by ruhisarngal0, 7 months ago

1. What is the concept behind hypertext software?
2. What should be included in a minimal HTML document?
3. What are the precautions, one should take while writing HTML tags?
4. Write the steps to create HTML document in Notepad.
5. Write the tags used to make (a) Title (b) Heading (c) Paragraph (d) Body.
6. What is the purpose of HTML?​

Answers

Answered by kanishkaBora
1

Answer:

Answer 1=Hypertext is text which contains links to other texts. The term was coined by Ted Nelson around 1965 (see History ).

HyperMedia is a term used for hypertext which is not constrained to be text: it can include graphics, video and sound

Answer 2=It consists of tags, which has an opening as well as closing tags. However, some tags do not come in pairs i.e. they do not have a closing tag. The basic minimal structure also has some tags, which you need to add. This is a doctype declaration, which begins the HTML program and gets added as <!

Answer 3=I don't know so sorry

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

Step 1: Open Notepad (PC) Windows 8 or later: ...Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...

Step 1: Open Notepad (PC) Windows 8 or later: ...Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...Step 2: Write Some HTML. Write or copy the following HTML code into Notepad: ...

Step 1: Open Notepad (PC) Windows 8 or later: ...Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...Step 2: Write Some HTML. Write or copy the following HTML code into Notepad: ...Step 3: Save the HTML Page. Save the file on your computer. ...

Step 1: Open Notepad (PC) Windows 8 or later: ...Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...Step 2: Write Some HTML. Write or copy the following HTML code into Notepad: ...Step 3: Save the HTML Page. Save the file on your computer. ...Step 4: View the HTML Page in Your Browser.

Answer 5= A-The <title> tag defines the title of the document.

b-HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading.

c-The HTML <p> element represents a paragraph.

d-The <body> tag defines the document's body.

Answer 6=hypertext markup language is used for writing programs. We can create documents, tables, list and also pictures using HTML. There are also many fonts and backgrounds that we can create

Similar questions