HTML Reading Assignment

To post a code pleas take a look at the picture below.

1 Like
  1. What is HTML?
    R: It is a markup language that defines structure of the content for web sites.

  2. What is HTML used for?
    R: It is used to create a structure design for web pages.

  3. Why are we learning HTML?
    R: To be able to build a simple website to interact with the blockchian.

  4. What is an HTML tag?
    R: Tags are used to create elements in HTML

  5. What is the structure of an HTML tag?
    R: An opening tag and a closing tag and between the content.

  6. What is an attribute?
    R: It is an extra information about the element (opening tag, closing tag and content).

  7. What is the anatomy of an HTML document?
    R:

<!DOCTYPE html>
<html>
  <head>
    <title>My test page</title>
  </head>
  <body>
    <img src="images" alt="image">
  </body>
</html>
1 Like
  1. What is HTML?
    HTML is Hypertext Markup Language.
  2. What is HTML used for?
    HTML is used for showing different types of media, videos, pictures, text, etc that are on a website on the internet.
  3. Why are we learning HTML?
    HTML is how you show what you built on a website. You don’t need a website but it makes it a lot easier for people to interact with your smart contract if you have one.
  4. What is an HTML tag?
    An HTML tag is used to islolate things in a created element.
  5. What is the structure of an HTML tag?
    The structure of an HTML tag is <> then write something then has a closing tag as well <>
  6. What is an attribute?
    An attribute changes things in an element.
  7. What is the anatomy of an HTML document?
    All HTML has then then
  1. What is HTML? Hypertext Markup Language , code that defines the structure of content in a webpage.
  2. What is HTML used for? Creating ,displaying webpages & documents.
  3. Why are we learning HTML? A Base starting point to build and develop skills from.
  4. What is an HTML Tag? It’s the basic building block of any web page.
  5. What is the structure of an HTML tag? They usually come in pairs, with a start and end tag.
    and content between them.
  6. What is an attribute? An attribute specifies certain changeable properties of the content within a tag.
  7. What is the anatomy of an HTML document? The buildup of individual HTML elements in a webpage. head, body etc.
1 Like
  1. not a programming language, but elements used to publish a content in a certain way on the web
  2. dito, publish content on the web
  3. needed basics for building anything which goes online
  4. a tag is an element, consisting of an opening and closing-tag, and content places inbetween
  5. opening and /closing:

    …

  6. element, with name, value, written like ="…"
identify .... root element, wrapping it up ..... styles, CSS - not to be shown to the viewers, "ufg-8", title.... ........ with the content incuding pics, images, list, links, paragraphs, headings and so forth nesting in, and whole page closed by ending-tag
1 Like

Sorry, was typing in tags - which do now show… correctly here in the text smile…

  1. Hypertext Markup Language

2.HTML is not a programming language is as a Code that is used to structure a web page and its content. Everything you see on a web browser is structure with HTML.

  1. We are learning HTML to help us understand how Web Browsers are built therefor it teaches us how to build GUIs that interact with our smart contracts.

  2. Tags are the start and end of any element that you intend putting in you’re web page they are key to the structure of the web build.

  3. A Tag can be an Opening Tag or a Closing Tag, Opening Tag consists of the name of the element wrapped in opening and closing Angle Brackets.

  4. Attributes are extra information about the element that you dont want to appear in the actual content. CLASS is the attribute name and EDITOR-NOTE is the attribute value.

  5. HTML tag at the top so it knows and makes sure the document behaves properly.

1 Like
  1. What is HTML?

It is a markup language to define the structure of your content

Parts of your content are enclosed by elements to make it appear or act in a dedicated way.

  1. What is HTML used for?

It is a textfile to structure your text, graphics and other parts of the website you create that way.

  1. Why are we learning HTML?

We get used to read and write structured textfiles as we will when coding in other more sophisticated languages.

  1. What is an HTML tag?

It is a control word in angle brackets

  1. What is the structure of an HTML tag?

Opening tag, closing tag, content enclosed by those tags. Tags and the content are building one element.

  1. What is an attribute?

Attributes contain extra info about the element. The attribute does not appear, means is not displayed on the web page.

  1. What is the anatomy of an HTML document?

DOCType,

opening tag

the head,

the body and

the closing tag

1 Like

@gee3 Welcome to forum :grinning:

1 Like
  1. Hypertext Markup Language.
  2. For creating a static website.
  3. It’s necessary for basic web development.
  4. Tags define format and display of content in the browser.
  5. You have an open tag e.g. and a close tag then you define your content.
  6. A characteristic of a page element.
  7. HTML, Head (Tab Title), Body (Text, Images, Links).
1 Like
  1. HTML-Hypertext Markup Language
  2. It is used to define the structure of a content
  3. It is the foundation for web development and blockchain development
    1. A tag is what makes the browser recognise what type of content it has to show and in what way.
  4. The beginning tag consists of the name whereas the ending tag consists of the same name preceded by a forward slash ("/").
  5. Attribute contain extra information about the element which do appear in the actual content
  6. Begins with doctype tag, then head, title and body
1 Like
  1. Hypertext Markup Language.
  2. Is used to create web pages and web applications.
  3. To be able to apply html fomatting and elements to web development.
  4. HTML tag is a set of characters constituting a formatted command for a Web page. Tags provides direction for the visual content we see on the Web.
  5. Basically the HTML version, html root element, header and body.
  6. Attributes are special words used inside the opening tag to control the element’s behavior. They contain extra information that you don’t want to appear in the actual content.
  7. Root element, header element and body element
2 Likes
  1. HTML ( H yper t ext M arkup L anguage)
  2. is the code that is used to structure a web page and its content
  3. to build a basic website.
  4. a set of characters constituting a formatted command for a Web page. At the core of HTML, tags provide the directions or recipes for the visual content that one sees on the Web
  5. Tag

    marks the beginning and tag

    marks the end of an element.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. HTML Documents have head and body and other stuff as well I guess… :stuck_out_tongue:
2 Likes
  1. What is HTML? HTML ( Hyper text Markup Language) is the code that is used to structure a web page and its content. HTML is not a programming language; it 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. The enclosing can make a word or image hyperlink to somewhere else, can italicize words, can make the font bigger or smaller, and so on.

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

  3. Why are we learning HTML? HTML will be used on the front-end when when interacting with smart contracts and Dapps.

  4. What is an HTML tag? Tag defines the start and ending of an element. Tags are used to tell browser how to display content.

  5. What is the structure of an HTML tag? Tag starts with opening tag typed like , content is usually between the angle brackets. Tag usually ends with closing tag like .

  6. What is an attribute? Attributes contain 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 element, Head Element, Title element, body element.

2 Likes
  • What is HTML?
    HyperText Markup Language. It gives structure to the web page.

  • What is HTML used for?
    To organize and give structure to the web page.

Why are we learning HTML?
So that we can attach a webpage to the Dapp that runs on the Ethereum BC, when developing/presenting our pitch/work to future clients.

What is an HTML tag?
Provide the direction for the visual content displayed.

  • What is the structure of an HTML tag?
    Has an opening Tag and a closing Tag, with some content in between.

  • What is an attribute?
    An attribute defines a property of an object.

  • What is the anatomy of an HTML document?

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My test page</title>
  </head>
  <body>
    <img src="images/firefox-icon.png" alt="My test image">
  </body>
</html>
2 Likes
  1. HTML is a markup language used to create a structure of the webpage.
  2. used to structure the webpage
  3. HTML is basically the front end of the smart contract, so we can easily interact with DAPPS, also its beginner-friendly
  4. Tags have different functions that help to mark up the element, either make text bold or change size or smth else…
    5.opening tag content Closing tag
  5. another element of thta helps to structure the webpage
My test page My test image ```
1 Like

1.)What is HTML?
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.
It is not a programming language; it is a markup language that defines the structure of your content.

2.) What is HTML used for?
Simple ugly websites (WEB 1.0)

3.) Why are we learning HTML?
HTML + JAVA is required to build (front-end) web applications, which can communicate (back-end) with the blockchains.

4.) What is an HTML tag?
The tags define the beginning and the end of a content.

5.) What is the structure of an HTML tag?

6.) What is an attribute?
Attributes contain extra information about the element that you don’t want to appear in the actual content.
The class attribute allows you to give the element an identifier that can be used later to target the element with style information and other things.

7.)What is the anatomy of an HTML document?
bild2

1 Like
  1. HTML is hypertext markup language, a language set to produce a computer code that a brouser will understand when displaying a web page on the computer screen

  2. HTML is used to code web page or web site in such way that it will be correctly read and displayed on the comp screen by the web browser

  3. It is critically important to be able to build a website if you wanna be a successful programmer and have skills in crypto world that will allow to apply your knowledge and be competitive on the job market

  4. A tag is a structure in HTML that defines element usually defines beginning , end of different elements, also will define the element

  5. An opening tag, ending tag, content between them will represent an element, a structure that a web page is build by combing them

  6. An attribute is part of the element that adds different functionality to the element, adding picture or a link

  7. HTML documetnt anatomy

  • doctype
    -root element
    -head element
    -character set element
    -title element
    -body element , which contains a set of all the elements that will define the web page, including images, links etc
1 Like

so…in my own non-programing xp words :slight_smile:

  1. What is HTML? - its not a programing language, but a markup language where you basically mark the appearance of "stuff you want to show…or better to say, you structure the things on your web page
  2. What is HTML used for? - it is used to structure elements to create a web page
  3. Why are we learning HTML? - we are learning HTML to be able to create web page…but in our specific case is to create a simple UI or a frontend that can communicate to a smart contract.
  4. What is an HTML tag? html tag is a marking of what the content will be in between the tags. it tells the web page what should it do with the content.
  5. What is the structure of an HTML tag? - openning tag has a angle brackets and closing tag has the same but with a backslash at the beginning.
  6. What is an attribute? - an attribute is something that is placed inside the opening tag and you don’t want it to be visible on the web page. It can be just a comment for your reference, or a link to a website, …
  7. What is the anatomy of an HTML document? - these are some tags that are not crucial to the content and working of the web page, but are common for the structure…how to open and close the web page properly.
1 Like
  1. HTML is not a language but is s the code that is used to structure a web page.

  2. HTML is a markup language is used to define the structure of your website content. Developers use to develop static websites.

  3. To get a better understanding of coding as we enter blockchain development codes like solidity.

  4. Hyper Text Markup Language.

  5. Opening tag < >, closing tag < / > "content " & the element.

  6. Attributes contain extra information about the elements… eg "content would display as a large header content

  7. The anatomy of an HTML document, wraps up the basics of individual HTML elements.

1 Like