HTML Reading Assignment

Q1. HyperText Markup Language
Q2.Used to structure of a webpage
Q3.HTML is a good starting base for web development and blockchain development
Q4.The core to a webpage. The tag can display a image, text etc
Q5. A tag starts with a opening tag, and the opening tag doesn’t have a slash like the closing tag
Q6. Specifies additional properties about the content in the tag
Q7.Every HTML document consists of two elements which are Head elements and Body elements. Head elements provides page title. Body elements puts the HTML text in the webpage.

  1. Hypetextmarkuplanguage, is code that is used to structor a web page and it’s content.
  2. It’s used to enclose, or wrap differt parts of content
  3. it will help us code
  4. It’s where it begins and starts to take effect
  5. The opening tag, closing tag, content, element
  6. It contains extra information
    7.<!DOCTYPE, HTML, HEAD, meta charset=utf-8", title, body

Greetings from the Netherlands.

What is HTML?*

HTML is a way to structure and organize content on a page, to make it appear and behave in a certain way. This is done by creating different elements and wrapping them around content. This can be done with text, image files, other media sources among other things.

What is HTML used for?

HTML is used to create a logical and readable structure for content and to make it behave and appear correctly when being interpreted by browsing applications and web crawlers.

Why are we learning HTML?

To structure content in code that allows it to be visualized properly on the internet by browsing applications such as Chrome (i.e. display websites) and in order to apply (interactive) behavior and styling with other programming languages?

What is an HTML tag?

A tag is what creates a HTML element, a subset of certain parts of your content and it is what provides the basic HTML structure.

What is the structure of an HTML tag?

Opening brackets, the actual element, closing brackets.

What is an attribute?

An attribute is a parameter that is applied to a certain tag to create an element, a piece of content and allows - for instance - to be able to group them and target all tags with the attribute (to appear or behave in a certain way with CSS for instance)

What is the anatomy of an HTML document?

HTML documents consist out of a head section with meta description and other relevant information such as a page title, a body and perhaps a footer section.

1 Like

What is strong textHTML?
HTML stands for HyperText Markup Language.

What is HTML used for?
code that is used to structure a web page and its content.

Why are we learning HTML?
to help us structure web pages once we start creating them

What is an HTML tag?
a tag is used for creating an element.

What is the structure of an HTML tag?
a tag consist of an opening and a closing tag.
for excample

= opening tag and <p> = closing tag

What is an attribute?
An attribute contains extra information about an element.
This information does not appear in the actual content

What is the anatomy of an HTML document?
The anatomy of the HTML document is the way the document is build-up, consisting of all the elements combined.

  • The title element = sets the title of the page
  • The body element = contains all the content that needs to be shown to the user on the web page
  • = sets the character set your elements should use to utf-8
  • The head element = acts as a container for everything you want to include on HTML that is not content you want to show to the user
  • The HTML elelment = known as the root element. this element wraps all the content on the entire page
1 Like

1 it is a code language used to create, structure and right the content of internet pages

2create web pages

3 because the blockchain uses the internet in its development

4 a piece of code defining the characteristics of the text enclosed in it

5 blablabla x being the characteristic defining how we want blablabla to show up on the page

6 an attribute defines extra information or qualities for the content

7 it is the list of elements necessary to make a piece of HTML code readable by a browser

1 Like

These are my answers for lesson 1.

  1. What is HTML?
    Answer: HTML is the code that is used to structure a website and its content.
  2. What is HTML used for?
    Answer: HTML is used to define the structure of a coders content.
  3. Why are we learning HTML?
    Answer: Blockchain technology is often access over the web (HTML). Coders have to be able to write code in HTML so that user can access a tokens or coins on a specific blockchain.
  4. What is an HTML tag?
    Answer: An HTML tag is used to categorize or label a certain type of data (element)
  5. What is the structure of an HTML tag?
    Answer:

    : Beginning of an element
    Answer:

    : end of an element
  6. What is an attribute?
    Answer: An attribute contains extra information about an element that you don’t want to appear in the content.
  7. What is the anatomy of an HTML document?
    Answer:
1 Like
  1. Hypertext Markup language
  2. For organizing content and create websites
  3. Its necessary to make a website which will then interact with a blockchain
  4. Instructions to structure the content
  5. Opening tag then content then a closing tag
  6. It will give your content extra features
  7. HTML, head, and body
1 Like

1.a code used to structure webpage and its content.
2.use to enclose or wrap your content to appear or act a certain way.
3.to understand how websites appear and work
4.an element begins or ends
5.opening tag

content

closing tag
6.extra info about the element you don’t want to appear in the content
7.doc type, html element, head, meta, title, body
1 Like
  1. What is HTML?

Hyper Text Markup Language, is the code that is used to build and structure web pages

  1. What is HTML used for?

It is used to create and structure web pages

  1. Why are we learning HTML?

We are learning HTML so we can build web applications for web3 (Decentralized apps), also to be able to build web2 applications as well.

  1. What is an HTML tag?

A tag is used to enclose content and give this “wrapped” content certain properties, we use an opening and closing tag.

  1. What is the structure of an HTML tag?

<p> My cat is very grumpy</p>

<p> : opening tag
</p> : closing tag
My cat is very grumpy : content
  1. What is an attribute?

Attributes contain extra information that you do not want to appear in the actual content

What is the anatomy of an HTML document?

Is formed by some individual elements combined to form an entire HTML page

1. What is HTML?
HTML (HyperText Markup Language)

2. What is HTML used for?
Is used to code and to struture web pages and it’s content, defining the struture of the content. It consists of a series os elements, which can be used to enclose/wrap the content of the website.

3. Why are we learning HTML?
HTML is the code used to code in the web, so without it, we can’t put the information on the it. For a technology that relies so much on the Web (blockchain), it is important for us to know about HTML.

4. What is an HTML tag?
A HTML TAG “tells” the browser it’s dealing with a HTML document. Other different TAGS, can mean that som part of the text is bold<strong>text</strong>”, a paragraph > “<p></p>”, etc.

5. What is the structure of an HTML tag?
Open tag with and close TAG (except for the break tag that only requires de opening TAG) -
.

6. What is an attribute?
An atribute provides adicional information about an element, such as caracteristics.

7. What is the anatomy of an HTML document?
`<!DOCTYPEHTML>

<title>
    ...
</title>

<head>
    ..
</head>

<body>
     ...
</body>
` -> The Html TAGS are not apearing, but they are there :'D
  1. Hypertext markup language
  2. Language for websites
  3. Learning the basics of coding to understand the “language” for web develpment
  4. The brackets which signify where an item begins and ends
  5. Starts with the pair of brackets to signify where the item starts, and the is complete with the same two brackets along with a forward slash to mark the ending.
  6. Contains an extra element you don’t want to appear in the text
  7. How the elements are put together to form an outline for the document
1 Like
  1. What is HTML?

HTML-HyperText Markup Language is the code that we use to structure a webpage and its content.

  1. What is HTML used for?

HTML is used for writing content in web pages.

  1. Why are we learning HTML?

We are learning HTML to build websites and as a foundation for learning other programming languages like JavaScript.

  1. What is an HTML tag?

An HTML tag determines how words look on a webpage and it can cause a word or image to hyperlink elsewhere.

  1. What is the structure of an HTML tag?

The structure of an HTML tag includes an opening tag and a closing tag.

  1. What is an attribute?

An Attribute is that part of HTML code that contains additional information that is hidden from view.

  1. What is the anatomy of an HTML document?

The anatomy of an HTML document shows the elements of an HTML document. An HTML document may contain the following elements:

Doctype element
Language element
Head element
Character set element
Title element
Body element
Header element
Paragraph element

1 Like
  1. What is HTML?
    HTML ( Hyper Text Markup Language) is the code that is used to structure a web page and its content.

  2. What is HTML used for?
    HTML is used as a markup language to define the structure of your content.

  3. Why are we learning HTML?
    So we can understand the structure of any formatted text on a website and how it operates.

  4. What is an HTML tag?
    A tiny piece of code which tells the web browser a certain text is HTML formatted.

  5. What is the structure of an HTML tag?
    An opening tag consists of an element in question wrapped in opening and closing angle brackets whereas an closing tag consists of the same element preceded by a forward slash (/) wrapped in the same.

  6. What is an attribute?
    Another tiny piece of code which contains extra information about the element that you don’t want to appear in the actual content

  7. What is the anatomy of an HTML document?

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

1.) HTML means “HyperText Markup Language”. This language helps to structure content.
2.) HTML is used to structure a web page and its content.
3.) We learn it, because we want to structure our programming work in a way, that is readable, and reproducable, so we need to use a language like HTML.
4.) A HTML tag is used for creating an element.
5.) An HTML tag consists of an opening tag and a closing tag.
6.) Attibutes contain extra information about an element, which are not supposed to appear on the website.
7.) The anatomy of an HTML document consists of the elements doctype, html, head, meta, title, and body. All with proper nesting, and this is just a basic idea of an anatomy, not cut in stone. Many more elements will be included in a proper programming work.

  1. What is HTML?
    HTML is Hypertext Markup Language.
  2. What is HTML used for?
    It’s code used for structuring web pages and it’s content.
  3. Why are we learning HTML?
    We need to be able to build basic web pages, before learning and building more complicated things like Dapps.
  4. What is an HTML tag?
    A HTML tag is used to enclose content.
  5. What is the structure of an HTML tag?
    An opening tag, the content inside, and a closing tag. These three parts together form an element.
  6. What is an attribute?
    An attribute is extra information that you don’t want visible
  7. What is the anatomy of an HTML document?
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <img src="images/firefox-icon.png" alt="My test image">
  </body>
</html>

1.What is HTML?

HTML(Hyper Text Markup Language).

2.What is HTML used for?

HTML is code that is used to structure contents in a webpage such as paragraphs, data tables, images or listed bulleted points.

3.Why are we learning HTML?

We are learning HTML because its the cornerstone of web development especially if you want to build a DEX and have zero experience. Without the proper understanding of HTML you would be limited to your understanding on how to build a DEX and would have to hire someone else, so its a must that we understand HTML so it’s easier work for us in the future.

4.What is an HTML tag?

An HTML tag is a word or letter surrounded by left/right angles brackets that is used to indicate the beginning and end of an HTML element in an HTML document. Tags also help web browsers convert HTML documents into webpages.

5.What is the structure of an HTML tag?

An HTML tag consists of a left angle bracket (<), the tag name and a right angle bracket(>) to indicate the beginning and end of a HTML element. Example “< h1 >This is header < /h1 >”

6.What is an attribute?

A attribute is additional information included only within the start tag. Attributes modify default functions of an element type or provides function to certain element types unable to function correctly without them.

7.What is the anatomy of an HTML document?

The anatomy of an HTML document is first a line containing HTML information. Then the head and the body. The head section has information that is useful to the web browser and search engine. The body sections has information that you want people visiting your site to see.

  1. Hypertext Markup Language
  2. To create the front end to any website on the web, And if you do not know this language you will need to hire someone who does, assuming you want to work in the Blockchain space.
  3. Because without it there is no presence to your crypto or business.
  4. HTML tags are at the center of how Web pages are formatted. An HTML tag consists of the tag name in angular brackets and come in pairs, which makes up the beginning and ending tag.
  5. Beginning tag consists of the name whereas the ending tag consists of the same name preceded by a forward slash ("/").
  6. Attributes contain extra information about the element the element that you don’t want to appear in the actual content.
<!DOCTYPE html>
<html>
       <head>...</head>
       <body>...</body>
</html>
```
  1. A markup language that shows your content.
  2. To display content on a page
  3. To learn how to code
  4. An example of an HTML tag is “title”
  5. < tag >
  6. An extra piece of code that’s not shown in the actual page.
    1. the doctype (HTML). 2 The language. 3 heading. 4 meta. 5 title. 6 header again. 7 body. 8 image. 9 body. 10 closing HTML
1 Like
  1. What is HTML?
    Hyper Text Markup Language
    Used to denote the language for said content and contains all of the content for the page
  2. What is HTML used for?
    defining the structure of the html page by containing all of the content for the entire page
  3. Why are we learning HTML?
    To structure our content correctly
  4. What is an HTML tag?
    An html tag contains the elements of the hypertext ex:

  5. What is the structure of an HTML tag?

Our God is an awesome God He/She reigns...

(this is the element in its entirety)

(opening Tag) Our God is an awesome God He/She reigns (content)

(closing tag) 6. **What is an attribute?** An attribute is a descriptive text denoting what the element, content is used for not for the user to see but for the editor to see and understand the use of the line of code that's there doesn't appear in the actual content of the coding. 7. **What is the anatomy of an HTML document?** The Anatomy consists of the tags and their content
1 Like
  1. HTML is a markup language that defines the structure of your content.
  2. To create the skeleton of a webpage.
  3. Generally, HTML is the first step for complete programming beginners.
  4. HTML tag is our border for our elements.
  5. Opening tag, closing tag, content, and all together create an element.
1 Like