HTML Reading Assignment

What is HTML?

HTML ( H yper t ext M arkup L anguage) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.

What is HTML used for?

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

Why are we learning HTML?

You can build your own landing pages

You could work more effectively with digital designers and developers

You’ll have more confidence, and might end up in an entirely new career

What is an HTML tag?

The tag defines a hyperlink, which is used to link from one page to another

What is the structure of an HTML tag?

The opening tag: This consists of the name of the element (in this case, p), wrapped in opening and closing angle brackets . This states where the element begins or starts to take effect — in this case where the paragraph begins.

The closing tag: This is the same as the opening tag, except that it includes a forward slash before the element name. This states where the element ends — in this case where the paragraph ends. Failing to add a closing tag is one of the standard beginner errors and can lead to strange results. The content: This is the content of the element, which in this case, is just text.

What is an attribute?

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

What is the anatomy of an HTML document?

That wraps up the basics of individual HTML elements, but they aren’t handy on their own. Now we’ll look at how individual elements are combined to form an entire HTML page. Let’s revisit the code we put into our index.html example (which we first met in the Dealing with files article)

1 Like

1.)What is HTML?
-HTML is a markup language
2.)What is HTML used for?
-HTML is used to structure the content of a webpage.
3.)Why are we learning HTML?
The back end of Blockchain is often connected to the internet and other web apps (front end) so its useful to know both.
4.)What is an HTML tag?
-A tag is used to create an element.
5.)What is the structure of an HTML tag?
< opening tag > content </closing tag>
6.)What is an attribute?
-An attribute contains extra information about the element that you don’t want to appear in the content.
7.)What is the anatomy of an HTML document?
-Doctype
-html
-head (things that arent a content of web page and include search keywords, title, format etc._
-meta chaset utf-8
-title
-body – Webpage content

1 Like
  1. What is HTML?

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.

  1. What is HTML used for?

it is the code used to structure web content

  1. Why are we learning HTML?

We are learning HTML because we need a so called “front-end” page for when we start to program smart-contracts. In my opinion it is also very important to learn HTML in any case if you are going to be a developer, a developer should be knowledgeable of many things.

  1. What is an HTML tag?

tags can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.

  1. What is the structure of an HTML tag?

This is what an HTML tag looks like:

My cat is very grumpy

tags contain an opening tag "<*>" and a closing tag "<`/*`>" (ignore the `)
  1. What is an attribute?

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

  1. What is the anatomy of an HTML document?

The anatomy of an HTML document is the group of elements that were put in in a certain order so that the web browser can display it properly. f.x an HTML document you will need to have <!DOCTYPE html> to make sure that your code behaves properly.

1 Like

Sheesh trying to find the time to do this while raising a family of 5 and I have one on the way

  1. What is HTML?
    Hypertext Markup Language
  2. What is HTML used for?
    to structure a web page and its content
  3. Why are we learning HTML?
    It’s the basics of coding. We need to develop HTML skills so we can create a front end web page that interacts with blockchain to create a functional and reliable dApp.
  4. What is an HTML tag?
    basically the part of the element that defines what that element is like a paragraph or a image
  5. What is the structure of an HTML tag?
    opening tag closing tag content and element
  6. What is an attribute?
    attribute contain extra information about an element that don’t want to appear in the actual content
  7. What is the anatomy of an HTML document?
    basically
... ...
1 Like
  1. What is HTML?
    HTML is a markup language.

  2. What is HTML used for?
    It is used to make a structure for your web site.

  3. Why are we learning HTML?
    HTML is an entry point for creating a website that makes interaction with blockchain easier for it’s users.

  4. What is an HTML tag?
    A tag defines the beginning and end to an element you want to include on your web page.

  5. What is the structure of an HTML tag?
    HTML tag consists of an opening tag, closing tag and it’s content.

  6. What is an attribute?
    An attribute contains additional information about the element, but you don’t want the content to be visible on the web page.

  7. What is the anatomy of an HTML document?
    The whole document is wrapped inside the element. Inside you have a and elements, which contain, text, images, links…

1 Like
  1. What is HTML? Markup language.
  2. What is HTML used for? Gives structure to the protocols that all webpages read in order to display information on a monitor/screen.
  3. Why are we learning HTML? So as to create a point of interaction between users and Dapps.
  4. What is an HTML tag? A tag that wraps the content of the entire page.
  5. What is the structure of an HTML tag?
  6. What is an attribute? Extra information regarding the element that is not intended for the user to see.
  7. What is the anatomy of an HTML document? The items combined into an element to form an HTML page:
<!DOCTYPE html>
<html>
<head>...</head>
<body>...</body>
</html>
1 Like
  1. HTML is the code and language that is used to structures the contents on a web page in a certain order.

  2. HTML is used to construct websites for a entitles are individuals, and groups.

  3. Learning HTML is important because we need to know how to code so websites can interact with the blockchain

  4. A HTML tag is the entity used to create a element.

    beings the element and

    ends the element. Its what makes a browser recognize its a HTML

  5. A HTML has a slash character then some symbol to represent a command and then another slash character.

  6. A attribute is a piece of information that identifies something but does not end up in the actual content. It is unique to a particular element.

  7. All HTML documents have a docutype, head, title, body, meta charset=“utf-8”, html tags.

1 Like
  1. Hypertext Markup Language is the code that is used to structure a web page and its content
  2. To defines the structure of web content.
  3. To build the website as the front-end that interacts with the users
  4. Part of web element to identify the start and the end of the element.
  5. Opening tag consists of the name of the element, wrapped in opening and closing angle brackets of and closing tag. The closing tag is the same as the opening tag, except that it includes a forward slash before the element name.
  6. Attributes are extra information about the element that you don’t want to appear in the actual content.
  7. !DOCTYPE, html, head, title, body.
1 Like
  1. HTML is a markup language that defines the structure of your content.
  2. A code that is used to structure a web page and its content.
  3. To be able to have a user interface that interacts with backend processes.
  4. Is an element that defines how web browsers will format and display content.
  5. An opening tag, content, and a closing tag.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. You have a doctype, HTML element, Head element, Meta Characteristic, Title element, and Body element
1 Like
  1. It is a markup language that defines the structure of your content.

  2. It is a code that is used to structure web pages and their content

  3. We are learning it to build websites and Dapps for our decentralized application

  4. A tag is the begging and end of an element, it encloses the content of an element from both sides

  5. < name of the element >

  6. It contains extra information about the element that does not appear in the actual content

  7. The head contains everything you want to include in the HTML page, excluding the actual content
    The body is the content of the webpage

1 Like
  • It is a language used to program websites
  • HTML is used for programing content on websites
  • Websites are a part of dapps and theta re easy to learn
  • HTML tags are used to specify content
  • <tag></tag>
  • Attributes are structural or functions information the user does not need to see when viewing the webpage
  • DOCTYPE! Html <head></head> <body></body>
1 Like
  1. HTML is a markup language that is used to create the structural and functional properties of websites.

  2. It is used to make the content on a webpage look and/or act in a particular way.

  3. Because it is an easy language for beginners to learn and it will help us create the websites that are the visual representations of dApps on the blockchain.

  4. There are two kinds of tags, an opening tag and a closing tag, and they act as the bookends of an element.

  5. An opening tag looks like this, , and a closing tag looks like this, </element name>.

  6. Attributes contain an element’s non-visible information.

  7. Every HTML document opens with , which is a required opening line at the head of all HTML documents. Next is the element, which encloses the entire page. Next comes the element, and nested within this element are both the and elements. Then finally there is the element, which contains all of the content that is actually visible on the page to the viewers.

1 Like
  1. Hypertext Markup Language
  2. Web designing
  3. It is a good foundation for programming
  4. define the type of content
  5. <p> ... </p>
  6. Attribute contains info on content but it doesn’t appear in the actual content
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>
<body>
1 Like

HI @ivan Thanks again for the energetic input…

  1. What is HTML?
    -HTML is Hypertext Markup Language.

  2. What is HTML used for?
    -HTML is used to define the structure of your content on web page , basically the attributes of a web page.

  3. Why are we learning HTML?
    -It is important to understand web development to be able to create an interface for users to interact with our products for example our smart contracts.

  4. What is an HTML tag?

  • An HTML tag marks the beginning and the end of our element that contains the content , the tag contains the name of the content.
  1. What is the structure of an HTML tag?
    -An HTML tag Consists of :
    (1) Angled brackets (> <) ,
    (2) A letter which represents name of the content , for example for paragraph it would be represented with the letter p
    (3) A Forward slash ( / )is includes in closing tags to mark the end of the element the tag is.
    Result : Opening Tag

    , Closing Tag

  2. What is an attribute?
    -An Attributes contain extra information which you do not want to appear in the actual content .

  3. What is the anatomy of an HTML document?
    -The anatomy of an HTML document defines the way individual elements are combined to form an entire HTML page , this consists of 6 main parts :
    a. The document type definition < DOCTYPE html >
    b. The Root element < html > < / html >
    c. The container for all your content < head > < / head >
    d. The textual character for your documents set through < meta charset =“utf-8”>
    e. The title of your page , set through < title > < / title >
    f. All the content you want to show your web page visitors , set through < body > < / body >

1 Like
  1. HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.
  2. HTML is used to create web pages.
  3. We are learning HTML so that we can interact with blockchains.
  4. An HTML tag identifies how to interpret the characters following (or preceding) it.
  5. A tag has brackets <> or </> around the name of the element.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. The anatomy of an HTML document includes:
    a. doctype.
    b. the html element. This element wraps all the content on the entire page.
    c. the head element. This element acts as a container for all the stuff you want to include on the HTML page that isn’t the content you are showing to your page’s viewers.
    d. meta charset=“utf-8” This element sets the character set your document should use.
    e. the title element. This sets the title of your page.
    f. the body element. This contains all the content that you want to show to web users.
1 Like
  1. What is HTML?
    (HyperText Markup Language) It is the code used to structure a web page and its contents
  2. What is HTML used for?
    To define the structure of web page and its content
  3. Why are we learning HTML?
    HTML is the current language of the web. Without it, any blockchain program you come up with will be practically/functionally limited
  4. What is an HTML tag?
    Tags are the functions within HTML, used to manipulate text, content, data, etc
  5. What is the structure of an HTML tag?
    <“OpenTag”>Content<“ClosingTag”> , all together = an Element
  6. What is an attribute?
    Extra information about an Element not intended to appear in the actual content
  7. What is the anatomy of an HTML document?
    <html<head<title</head<body</body</html
1 Like
  1. Hypertext Markup Language. Allows us to structure the static content of a web page. Sort of like the bones of a human. As opposed to CSS which is like the skin, muscles etc. in this analogy.

  2. It let’s us mark up the content of a web page. Indicate titles (h1, h2, h3 etc) vs paragraphs. Establish a header, body and footer, etc.

  3. Basic building block of a web page.

4.The signals we use to communicate the structure we want.

Title

vs

paragraph text.

  1. Generally, there is an opening and closing tag, except for some empty elements like the image tag which has no closing tag.

  2. Allow us to add additional information. We can add class and id to elements so that we can style them or manipulate specific elements with css or javascript later

  3. Doctype, html element, header, character set, title, body and footer.

1 Like
  1. Hypertext Markup Language
  2. HTML is used to structure a web page and its content.
  3. It is a good intro into the basics of programming, and makes it easier to learn other coding languages.
  4. An HTML tag is used for creating an element. an element is a part of a webpage that may contain data, text or an image.
  5. Tags consist of an opening and closing pair, they are written in lower case using angle brackets - i.e.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. doctype - basically just needed to make sure your document behaves correctly.
element - wraps all the content on the entire page - also known as the root element. element - acts as a container for all the stuff you want to include on the HTML page that isn't the content you are showing to your page's viewers. - this element sets the character set you document should use to UTF-8 which includes most characters from the vast majority of written languages. element - sets the title of your page. element - this contains all the content you want to show to the web users.
1 Like

What is HTML?

It defines the structure of our content

What is HTML used for?

It is use to structure a website and its content

Why are we learning HTML?

To be able to build understand how a website is built

What is an HTML tag?

HTML tags are used to construct the text that is displayed on the website. If a tag is places wrongly it could display wrong information on the website.

What is the structure of an HTML tag?

I don’t understand this one

What is an attribute?

Attribute contains extra information

What is the anatomy of an HTML document?

The opening tag

The closing tag

The content

The Element

1 Like
  1. What is HTML?
    HTML stands for hypertext Markup Language and is the code used to structure the web page and content

  2. What is HTML used for?
    It is a code of a series of elements used to structure the web pages and its content.

  3. Why are we learning HTML?
    So that we get an understanding on how websites are created from the backend(coding) and what we see in the frontend

  4. What is an HTML tag?
    Defines the content type

  5. What is the structure of an HTML tag?
    Opening tag:
    Closing tag:

  6. What is an attribute?
    An attribute is extra content about the element that is not to be seen in the actual content

  7. What is the anatomy of an HTML document?
    Opening tag,content,closing tag and element

1 Like