HTML Reading Assignment

What is HTML?

HTML is a markup language we use to create and structure of our content on a website.

What is HTML used for?

It is used to structure the webpage and its content

Why are we learning HTML?

We are learning HTML because, at the ned of the day we will develop smart contracts on the Ethereum
blockchain. To show the results we need to build dapps and HTML is a must to develop a Dapps that runs on Ethereum

What is an HTML tag?
In HTML, a tag is used to create an element.

What is the structure of an HTML tag?

The opening and closing angle brackets makes the opening tag. The opening and closing angle brackets with a forward slash before the element name. Opening and closing tags make the HTML tag.

What is an attribute?

Attributes contain extra information about the element, that we don’t want to appear in the actual content.

What is the anatomy of an HTML document?

  1. doctype
  2. html element
  3. head element
  4. meta charset=“utf-8”
  5. Title element
  6. body element
1 Like
  1. What is HTML?
    Hypertext Markup Language.
  2. What is HTML used for?
    HTML is used to build and structure web pages content to make it appear/act a certain way.
  3. Why are we learning HTML?
    Basic tool for creating simple websites. Will lead to better understanding of how to get smart contracts to interact with web sites.
  4. What is an HTML tag?
    Tags allow you to customize text to perform acts and/or re-direct to somewhere else with a hyperlink.
  5. What is the structure of an HTML tag?
    Opening Tag < > + Closing Tag </ >
  6. What is an attribute?
    Contains info about the element that you don’t want visible to users of the website.
1 Like
  1. What is HTML?
    Short form for Hypertext Markup Language. It is the code that is used to structure a webpage and its content.

  2. What is HTML used for?
    To structure a webpage and its content.

  3. Why are we learning HTML?
    To get smart contracts to interact with websites.

  4. What is an HTML tag?
    HTML tags are part of an element.

  5. What is the structure of an HTML tag?
    -The opening tag which consists of the name of the element, wrapped in opening and closing angle brackets.
    -The closing tag which includes a forward slash before the element name. This states where the element ends.

  6. What is an attribute?
    An attribute 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?
    Individual elements that are combined to form an entire HTML page

1 Like
  1. Hyper Text Markup Language is a set of elements to structure your page.
  2. HTML is used to build a structured web pages that can be viewed by others.
  3. We are learning HTML so we can build simple web based interfaces for other to interact with our contracts.
  4. HTML tag is a enclosing symbols/code that invokes an expected behavior of a content.
  5. HTML tag consists of opening angled bracket, a required name of the element, attributes and/or additional variables, closing angled bracket.
  6. Attribute is a variable that can be used to assign an element a specific class to affect it’s look or behavior.
  7. <!doctype>
1 Like
  1. HTML is short for Hyper Text Markup Language and is the code used to make pages on the web.
  2. To make webpages that can be viewed using a browser.
  3. To be able to show different things, like cryptoprojects, in the future. It is also a good starting point for learning programming.
  4. The tag is what tells the browser that this is html. It also provides the structure of the web page.
  5. It starts with the opening tag (

    ) and ends with the closing tag (

    ) . The thing written between the tags is the content.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. The head and the body. The head contains information that is not the content that will be seen on the page. The body is the content that you want to be seen.
1 Like

What is HTML?
It is Hypertext Markup Language

What is HTML used for?
It is used to structure a webpage and its content

Why are we learning HTML?
To get the basics of progaramming

What is an HTML tag?
It is used to create an element in HTML.

What is the structure of an HTML tag?
HTML tag consists of opening and closing tag.

What is an attribute?
Attribute is extra info about the element that you do not want to appear in the actual content

What is the anatomy of an HTML document?
It consists of combining the individual elements to form a webpage.

1 Like
  1. HTML stands for Hypertext Markup Language, and is the code that is used as structure in a web page. It is a the language that consists of elements combined to structure the content of a web page.
  2. It is used as the structure of a page, using these different elements you create a complete web page. This code is what makes the internet, as it is necessary for every website.
  3. We are learning it because it is the most simple level of coding and it provides a foundation for learning about and coding on the blockchain. It is also a useful skill to know how to code in many different fields.
  4. An HTML tag is necessary for the isolation of content, so that it is recognizable and readable for the browser.
  5. The structure of HTML tags are < > with commands in between.
  6. Attributes are content that are in the background in a way that they contain extra information that does not appear to the reader/viewer of the web page.
  7. The anatomy of an HTML document consists of a doctype which is a necessary preamble, next is the html element which wraps all the following code, then the head and finally the body which contains the content/information shown on the page
1 Like
  1. What is HTML?
  • The code used to structure a web page and its content
  1. What is HTML used for?
  • To wrap web page content to appear or act a certain way.
  1. Why are we learning HTML?
  • HTML is the building block to create a web page serving as the frontend of an application.
  1. What is an HTML tag?
  • Defines the name of an element and where the start or end it takes effect.
  1. What is the structure of an HTML tag?
  • Consists of the name of an element wrapped in between opening and closing angle brackets. If it is a closing tag, there should be a forward slash prior to the name of the element.
  1. What is an attribute?
  • An attribute contain additional information about the element that you don’t want to appear in the actual content.
  1. What is the anatomy of an HTML document?
  • Consists of the following:
    • - a required preamble to make sure the document behaves properly.
    • tags - root element of the HTML document
    • tags - container for all relevant information not to be seen as content in the eyes of the users.
    • - defines the supported character set used in the HTML document
    • tags - sets the title of the web page
    • tags - contains all the shown content relevant to the users.
1 Like

HTML is a coding language for webpage content.

It is used to specify attributes and designate the structure of content being used.

Tags are what is used to label different content as a specific element.

Opening tag, with any given attributes, followed by content, then closing tag.

Additional information allocated to an element, seperate from content, that can be used to identify and target.

The anatomy is the different individual elements grouped to construct a complete page. such as

1 Like

1-HTML stands for hyper text markup language it is an markup language.
2-HTML creates a structure for web pages where we can can show different different types of content.
3- Learning HTML is the basic building block of web development.
4- HTML tag defines the start and end of any content.
5-
6- Attribute tells us the characteristic of any element.
7- All HTML documents starts with !DOCTYPE html tag

1 Like

1.HTML is a markup language that defines the structure of content displayed on a web page.
2.HTML is used to create content and format the layout of web pages.
3.in order to under stand programming at a beginner level to create web pages for smart contracts.
4.a HTML tag is a element that states where content begins and ends
5.tag structure eg

paragraph start paragraph end


6…a attribute gives extra characteristics/features to a element tag eg. Name=“value”
6.
1 Like

1.0HTML is a language/code which is used to structure a web page and its content.
2. It is used to create web pages, format a blog or email.
3. It is primary web language, it is easier to understand other languages if you learn HTML, it is a foundation is web development. You can learn to create web pages and understand how they are built.
4. A tag is an instruction to the web site, what content will be displayed.
5. opening tag

closing tag


6. Attribute contains extra information/info about content that will not be displayed on the page
7. Anatomy wraps up the basics of individual HTML elements, doctype, opening tag, head, body elements, closing tags
All will make more sense once we try to create one and see what exactly is displayed I presume.
1 Like
  1. HTML is a programming language HyperText Markup Language
  2. It is use to create the content of a webpage.
  3. Because it is very similar to Solidity & learning this helps to build the foundation.
  4. One of the element in HTML
  5. Newbie Here

  6. Attribute is some extra information for the element
  7. It starts with the preamble the DOCTYPE, root element, The key words (Description), Type of language, title & content.
1 Like
  1. HTML is a markup language that defines the structure of your content.
  2. HTML is the code that is used to structure a web page and its content.
  3. To create web pages. It is a foundational building block.
  4. Tags are what enclose the elements and allow you to manipulate different aspects of the code.
  5. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  6. It is how an all encompassing HTML page is made up of and includes things such as , , ect.
1 Like

1.HTML is a markup language and not a programming language

  1. HTML is used to structure a webpage.

3.we are learning HTML to understand fundamentally what goes into the front-end operations of a webpage and later understand how it interacts with the back-end smart contracts etc.

  1. Tags denote a beginning and end of an HTML element. such as
    opening tag

    & closing tag

    of a paragraph.
  2. The structure of an Opening Tag is: open-angle bracket ‘<’, followed by the name of the element for example ‘p’ for a paragraph, closing angle bracket ‘>’.

6.Attributes contain some extra information within an element, attributes dont appear in the content

  1. doctype> rules for HTML page
    html> wraps the contents on the page
    head> not normally displayed when content is loading on the webpage
    body> content, this may include text, image, links.
    meta charset = “utf-8”> character set of the document, to handle textual content
    title> page title
1 Like

What is HTML?
HTML (Hyper Text Markup Language) is the structure, or skeleton if you will, of a website

What is HTML used for?
HTML is used to structure and create a website

Why are we learning HTML?
Because it is an essential part of being a programmer and to put anyhting out on the internett

What is an HTML tag?
HTML tags are meant to format a website

What is the structure of an HTML tag?
At the beginning, there is the tag name in angular brackets, and it ends with the tag namewith a forward slash in front of it, once agian in angualr brackets

What is an attribute?
An attribute contains ectra information that doesn’t show in the finished product and that can be given styling later

What is the anatomy of an HTML document?

is tag that starts every HTML document, and unlike other tags, this does not have a closing tag.

Then, comes in, and it nests pretty much everything that comes after.
Inside the html tag, you have the tag, which the tag goes inside.
When the head tag closes, the tag begins. Here goes all of the texts, pictures and videos.

1 Like

HTML stands for Hypertext makeup language which is code used to structure web pages

We are learning HTML so we can build our own web page to host our own cryptocracy or block chain once it’s developed.

Tags are used to create an element

opening tags consist of two angle brackets with the name of the element between them ()
and the closing tag is the same but with a forward slash in front of the element name. (<?NAME>)

The attribute contains extra information about the content within the tag which is unseen on the actual page.

The anatomy of an HTML element consists of the opening tag, the closing tag, and the content. these three items together make up the entire element.

1./2. HTML is a tool used for structuring the web page
3. Learning HTML is useful for web developing
4. Tags in HTML are used for formatting web pages. For example, define various parts of the page (paragraph, title…). They are often used in pairs where one shows the starting point of data and the other closing point.
5. HTML tags are structured of angle brackets with a certain name
6. Attribute gives extra information on the element that developer does not to be shared but is used for targeting.

1 Like
  • What is HTML?
    hyper text markup language
  • What is HTML used for?
    the language use to organize website layouts
  • Why are we learning HTML?
    it will help me make better blockchain related websites
  • What is an HTML tag?
    are what you use to position/design the content on a website
  • What is the structure of an HTML tag?
    -there are two tags, a open tag before the content. then a closed tag at the end of content.
  • What is an attribute?
    is extra information associated with the content not visible to the website viewer
  • What is the anatomy of an HTML document?
    -html wraps all the page.
    -head is the container for all the information in the page.
    -meta charset= is the font type the page will use
    -title is the visible name on of the page
    -body is the visible paragraph information
1 Like
  1. Hypertext Markup Language
  2. HTML is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.
  3. To build the web application (front end) that interacts with the smart contracts (back end)
  4. HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content.
  5. HTML tags contain three main parts: opening tag, content and closing tag.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. How the webpage has been built up, respectively the !DOCTYPE html tag, HTML tag, HEAD, TITLE and BODY. Where BODY contains the main content that you want to present on the webpage.
1 Like