HTML Reading Assignment

  1. HTML stands for Hypertext Markup Language, which is used to build your website structure and design.
  2. Simply put - for creating websites.
  3. We require HTML to give users a gateway (website) to be able to interact with our smart contracts.
  4. Tags are usually work with text, images. Formating it, changing it.
  5. An opening tag <p> at the start and a closing tag </p> at the end with content in between.
  6. Extra information about an element. Inserted in the same place where the element is.

Doctype <!DOCTYPE html>
HTML element <html>
Head element <head>
Character set <meta = charset = "">
Title element <title>
Body element <body>

  1. HTML stands for Hyper Text Markup Language and is used to structure a web page and its content.

  2. HTML is markup language used for defining the structure of your content.

  3. We are learning HTML because it is the most basic language used for front end development, before learning more advance back end programming languages to make the web page more physically appealing with functioning tabs.

  4. An HTML tag is a series of elements of content in between opening and closing tags. This includes nesting and empty elements that include a variety of attribute classes/values.

  5. The structure of an HTML tag is as follows. Ex:

    opening paragraph, then closing paragraph

  6. An attribute is a name or value that contains extra information about the element that you do not want to appear in the actual content.

  7. The anatomy of an HTML document is a combination of elements to form an entire HTML page. This consists of nesting/empty elements, images, markup texts such as headings, paragraphs and lists, and hyperlinks.

I hope my answers are correct. lol

  1. HTML stands for HyperText Markup Language. It is by no means a programming language but it is the language that enables content to be marked-up on a webpage

  2. HTML is specifically used to mark-up content to a web page. It is part of the protocol that allows us to see webpages in the way they look

  3. We are learning HTML because we need to know how to handle the front-end of the web pages we will create and how it will interact with the rest the elements we want to create specifically the Smart Contracts

  4. A tag just as the name denotes is used for creating an element. in this case an element being like a paragraph

  5. The structure of a HTML tag consists of the opening tag, , the content, “My girlfriend is fat” (which may be a sentence or an entire paragraph) and the closing tag, .

  6. An attribute basically adds value and quality to a tag. For example My girlfriend is fat

  7. A HTML document just like a face with different anatomical features like eyes etc also has it anatomical features which include doc type, root element, head element, meta charset, title element and body element.

1 Like
  1. Hypertext Markup Language it’s the code used to put content on websites.

  2. I’s used to create websites.

  3. We’re larning it because we want to build front end applications.

  4. Tags marks the begining and the and of the element.

5.Opening tag looks like this: and closing tag like this:

  1. It’s an extra information that we don’t want to be visible on the website.

7.It’s composed of head in which we put all the content that will not be visible on a page like: keywords, character sets etc. and body where all the rest is: like text images etc.

What is HTML?
HTML is a language which is used for the surface of a site.

What is HTML used for?
HTML is used for the surface of a site to give it structure.

Why are we learning HTML?
We are learning HTML so can use the logic that is programmed beneath the surface.

What is an HTML tag?
An HTML tag is a tag which defines the element.

What is the structure of an HTML tag?
content</name of element>

What is an attribute?
An attribute is a note that says something about the following element.

What is the anatomy of an HTML document?
First the head, followed by the body.

  1. HTML is an abbreviation for Hyper-Text Markup Language.
  2. It’s used to create web-APP and pages.
  3. We Learn HTML so we can build our own websites.
  4. A HTML tag is a function identifier.
  5. A tag is structured by/with a start and an / in the end.

  6. An attribute is a function used to control the behavior of a tag.
  7. The anatomy of a html document is like a person being the consisting of a head that defines the criteria’s and a body/torso that does the work.
  1. HTML stands for Hyper Text Markup Language

  2. It’s is used for structuring the content of a page.

  3. To create or structure interface for our backend (Blockchain).

  4. An HTML tag is an element

  5. An HTML Tag as an opening tag, the element and a clossing tag.

  6. An attribute shows extra information about an element that you don’t want to show in the main content.

  7. This wraps up the basic of individual element.

Lets do this!

What is HTML?
Hypertext Markup Language

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

Why are we learning HTML?
We learning HTML to create the front end for our Smart Contract which is operating in the back end

What is an HTML tag?
The tag consists the content that we want to display on our website

What is the structure of an HTML tag?
Its structured in an open tag and a closing tag. In between we have the content that needs to be displayed. Open tag+content+closing tag is called Element

What is an attribute?
An attribute contains extra information about an element that you dont want to appear in the actual content.

What is the anatomy of an HTML document?
The anatomy of an html document is the logical structure of the code.

  1. it is a markup language that defines the structure of your content. It is not a programming language. HTML consists of a series of elements.
  2. it is used to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.
  3. to be able to have a front-end for our smart contracts on a simple website.
  4. a tag in HTML is like an “open” and “close” command that tells the browser where a certain element starts and ends.
  5. < tag > content < /tag >
    the tags must always be inside <>, the initial tag comes first opening the element and it is closed by the same tag with a forward slash.
  6. an attribute is an extra information about the element that you don’t want to appear in the actual content.
  7. the anatomy of a HTML document consists of a series of elements, nested or not, which include: the opening tag, the content and the closing tag. These items together form an element, that can be used in a standalone way or in a nested way, which is to have elements inside other elements like:
    < tag1 > content < tag2 > content < /tag2 > content. < /tag1 >
    the document should include:
    < !DOCTYPE html >
    < html>< /html>
    < head>< /head>
    < meta charset=“utf-8”>
    < title>< /title>
    < body>< /body>
1 Like
  1. HTML is a markup language
  2. It is used to define the structure of web pages and their content.
  3. so we can learn to write web interfaces for our Daps eventually.
    4.A piece of code that denotes the beginning and end of every element and sub-element on an HTML page.
  4. Opening tags are contained within <> while closing tags have a </>, for instance

    and

    to denote the beginning and ending of a paragraph.
  5. Attributes are a sort of “subelement” which contain extra information about the given element.
  6. The anatomy of an HTML document describes all the individual elements that are required for it to function. They are:
    1. an artifact of programming that is required for function.
    2. element The Root element
    3. element all the stuff on an HTML page that ISN’T content
    4. defining the character set to be used, apparently this is a good default.
    5. element, which contains the title of the page and what appears in the browser tab
    6. element, which contains all the content of the page

1.HTML stands for hyper text mark up language .
2. HTML is used to create websites
3.we use html as the frontend as a simple way to interact with our backend which is the smart contract that we will be creating.
4.A HTML tag is the instruction that structure the content.
5. The structure of a HTML tag is the opening tag filled by a closing tag . it can be as follows
< a> < a/>
6. An attribute will contain extra content that the person writing the code doesn’t want to appear in the actual content.
7. The HTML page anatomy might look something like this

- contains all information which is dispalyed on the wab page - main information about contant Name of the wab page - sets all the contant you want to show - header

- paragraph
What is HTML? 

Stands for Hypertext markup language. It is not a programming language in itself, but rather what we call a markup language (whatever that might be).
What is HTML used for?
HTML is used for coding on websites. For example making your own webpage. It can only produce static content.
Why are we learning HTML?
HTML gives us a good understanding of how programming works. Easy way to start.
What is an HTML tag?
An HTML tag is a way to mark where the code is starting, and ending.
What is the structure of an HTML tag?
The structure is pretty simple. In the start you use “< >” these symbols. In the end you use "< / > these symbols (and the associated thing you are coding, for example paragraph looks like this “

” and "


What is an attribute?
An attribute is something extra you would like to add. It can for example be an attribute to add a link or a class in the code. An example, you can use it for highlighting a word in a paragraph by adding attributes.
What is the anatomy of an HTML document?
Anatomy is the pairing of elements in HTML documents. On its own they are pretty worthless, but if you pair the elements, you get some value out of it.

What is HTML?
HTML, which stands for Hypertext Markup Language, is code used to structure a
webpage and its content.

What is HTML used for?
HTML is a markup language used for defining the structure of your content.

Why are we learning HTML?
HTML is required for building a frontend for DAPPs.

What is an HTML tag?
An HTML tag can be used to hyperlink text or images to somewhere else, change
the size of fonts, and/or italicize words.

What is the structure of an HTML tag?
The structure of an HTML tag includes the opening and closing tag with the
content in between. All pieces comprised together is called an element.

What is an attribute?
An attribute is used to add information to an element which you do not want to
appear in the content.

What is the anatomy of an HTML document?

- acts as link to set of rules for good html, deprecated - root element that encloses all content on an entire page - container for all content not shown to user - sets character set - title of page displayed in browser tab - all content that is shown to user when browsing page
  1. A markup language for web pages
  2. Structuring web pages
  3. It ties in with blockchain dapps etc.
  4. Tags are used to wrap elements
  5. Opening and closing tags, with possible nested tags within the element.
  6. Attributes contain information that doesn’t appear in the content.
  7. Html, head, meta, title, body.

What is HTML?

Hypertext Markup Language

What is HTML used for?

It is used for marking up content on the web

Why are we learning HTML?

We are learning HTML in order to gain a better understanding of upcoming languages used to program software designed for blockchain, but these are the basics.

What is an HTML tag?

An HTML tag is the title of the element and it also opens and closes the element

What is the structure of an HTML tag?

The HTML tag structure contains the title of the element wrapped in opening and closing brackets, while the closing tag contains a forward slash to indicate it is the closing tag, or the end of the element.

What is an attribute?

Attributes contain extra information about the element that you don’t want to appear in the text.

What is the anatomy of an HTML document?

The anatomy of an HTML document is that it begins with the <!DOCTYPE html> , and then the <html> element that grounds the “roots” for the html document, aka the root element. This element wraps up all of the all of the content on the entire document . Afterwards comes the <head> element which would include the content not available for the viewers to see, like the web page description found in search results of google, CSS to style the content etc. Next comes the <meta charset= “UTF-8> which allows the html document to be able to understand almost all human written languages, and any textual content inside the document. Afterwards is the <title> element which would be the title of the document which is also shown in the browser tab of the page. Last is the <body> element of the document, which would include all of the content available to page viewers like mp3 files, audiobooks, images and games.

What is HTML?
Hyper text Markup Language.

What is HTML used for?
It is a markup language that defines the structure of a web page and its content.

Why are we learning HTML?
We are learning HTML because this is how we will display our Front End to our customers.

What is an HTML tag?
An HTML tag defines how the browser should display the content the tag contains.

What is the structure of an HTML tag?
HTML tags normally come in pairs like < p > and < /p >.
The first tag in a pair is the start tag, the second tag is the end tag.
The end tag is written like the start tag, but with a forward slash inserted before the tag name.

What is an attribute?
The attributes are special words used inside the opening tag to control the tag’s behavior.

What is the anatomy of an HTML document?

< !DOCTYPE html >
< html >
< head >
< meta charset=“utf-8” >
< title >< /title >
< /head >
< body >
< /body >
< /html >

  1. Hyper text Markup Language
  2. structure a web page and its content
  3. Cause we will deploy smart contract within websites, and html is needed for structuring a website
  4. it a way of wrapping certain content in order to make it look a certain way or behave in a certain way
  5. content

    where p can we a variety of different things that then imply different behavior on the wrapped content
  6. attributes give further features/information to an element, for example an ID class style etc
  7. structure of a html page
  1. Hypertext Markup Language

  2. HTML is used to give structure to web content.

  3. To allow us to have a basic understanding for how the front end of the internet works in order to properly connect this to the more advanced technologies we will learn later.

  4. A marker usually used in pairs to surround content and give it certain qualities in order to better organize and style the information.

  5. The name of the element, surrounded by angle brackets.

  6. Added details placed within a tag in order to give additional properties to the content.

  7. An html tag followed by the head and body tags with content placed within them.

  1. Markup Language
  2. Building websites and structure
  3. So we can build a front-end for our dapps
  4. Indicators where an element begins/end
  5. <tag attribute1="" attribute2="" … />
    or
    <tag attribute1="" attribute2="" … />
  6. Defines properties for the element
  1. What is HTML?
  • Hyypertext Markup Language.
  1. What is HTML used for?
  • Code used to structure a webpage and its content.
  1. Why are we learning HTML?
  • Often the frontend to dapps and smart contract interaction.
  1. What is an HTML tag?
  • States where elements begin and end
  1. What is the structure of an HTML tag?
  • "

    "
  1. What is an attribute?
  • contains extra info about element you don’t want to appear in the actual content.
  1. What is the anatomy of an HTML document?