HTML Reading Assignment

1.HTML stands for Hyper Text Markup language it is code used to structure a web page and its content.
2. HTML is used to create links, text in paragraph form, bullet points, and post images.
3. We are learning HTML to give us a good starting point to learn how to code and so we can learn how to make websites in order to be able to put our crypto stuff on the web.
4. An HTML tag is what makes the text you write do what you want it to do. You could bold your text, make it a hyper link, or make it a paragraph, things like that.
5. The structure of an HTML tag is opening bracket text, then closing bracket
6. An attribute is something you want done to the text but you don’t want it seen by the user.
7.

<!DoctypeHTML>
<HTML>
2 Likes

HTML & WEB

  1. What is HTML?
    A: Standing for HyperText Markup Language it’s the standard code used in website design and allows developers to create the content and format of webpages.

  2. What is HTML used for?
    A: Working in conjunction with the HTTP & HTTPS protocols, HTML enables the delivery of webpages to a browser.

  3. Why are we learning HTML?
    A: As decentralized app technology is so dependent on the internet and browser functionality, any D-App development is ultimately going to require an associated website, therefore HTML coding will be invaluable.

  4. What is an HTML tag?
    A: It delineates specific operations (referred to as elements) within the HTML code.

  5. What is the structure of an HTML tag?
    A: There are specific tags for opening and closing an element and HTML will perform an action on the content within the element.

  6. What is an attribute?
    A: Commands used within the element to modify the default output behaviour.

  7. What is the anatomy of an HTML document?
    A: In addition to the required preamble, we have the main HTML element which consists of the HEAD and BODY elements. The HEAD is the admin and formatting element, while the BODY element contains all the visible and interactive content we will see or use on a webpage, such as text, pictures, videos and hyperlinks.

1 Like
  1. HTML is the coding language to structure a website and its contents
  2. Hypertext Markup Language
  3. To build websites and to program the structure to its back end functionality.
  4. An HTML tags are used to create elements.
  5. The structure of a HTML tag is an opening tag followed by contents and then a closing tag.
  6. An attribute extends an element changing its beavior or providing metadata.
  7. The anatomy of an HTML document is doctype, html element, head element, character set, title and body.
1 Like
  1. What is HTML?

Hypertext Markup Language - HTML is a markup language that defines the structure of your content

  1. What is HTML used for? To build the structure of text, images and links on websites.

  2. Why are we learning HTML?

We are learning HTML to be able to create dcentralized dapps and websites on the blockchain.

  1. What is an HTML tag? HTML tags are the hidden keywords within a web page that define how your web browser must format and display the content. Most tags must have two parts, an opening and a closing part.

  2. **What is the structure of an HTML tag? HTML tags consists of the name of the element wrapped in opening and closing angle brackets

  3. What is an attribute? Attributes contain extra information about the element that you don’t want to appear in the actual content.

  4. What is the anatomy of an HTML document?

doctype, html element, head element, character set, title and body.

1 Like

1.Hypertext Markup Language
2.It’s the code that is used to structure a website page and it’s content
3.Learn to build an application(front end) that can interact with smart contracts(back end)
4.HTML tags are the basic buiding blocks for building any webpage.
5They are markup tags which are keywords/letters surrounded by angle brackets.
6Attributes has extra information about the element that you don’t want to appear in the actual content.
7 Every HTML document consists of two elements:

  • Head elements – provides page title and general page formatting commands
  • Body elements – put the main HTML text in this part.
1 Like
  1. What is HTML?
    HTML stands for Hypertext Markup Language and is a markup language that defines the structure of content. In other words, HTML is the code that is used to structure a web page.

  2. What is HTML used for?
    See answer to question one.

  3. Why are we learning HTML?
    In addition to being a good place to start when learning to code, all dApps need a front end.

  4. What is an HTML tag?
    Tabs are placed at the beginning and end of a piece of content, thereby defining the latter as an element. The form of tag determines the nature of said element.

  5. What is the structure of an HTML tag?
    One at the beginning of the element, one at the end - thereby wrapping it. The structure of the tag itself varies depending on the element.

  6. What is an attribute?
    Attributes are placed within an element and contain additional information about the former.

  7. What is the anatomy of an HTML document?
    Key anatomical characteristics of an HTML document include the following: a required preamble, a title, definition of the character set, and of course the content.

1 Like
  1. What is HTML?
    HTML is the makeup language that defines the structure of your content. Its a Hyper text coding that shows you the content on a web page.

  2. What is HTML used for?
    HTML is used to structure a website page and all of its content. It will program evrything in the page.

  3. Why are we learning HTML?
    It’s a great start to building a foundation to creating your own website.

  4. What is an HTML tag?
    A tag is used for creating an element. The name of an HTML element is the name used in angle bracket such as

    for pargraph.

  5. What is the structure of an HTML tag?
    Its the opening and closing of a program line.

  6. What is an attribute?
    An attribute extends an element changing its behaviour or providing- metadata

  7. What is the anatomy of an HTML document?
    It wraps up the basics of the individual HTML elements but isn’t handy on its own.

1 Like

1: HTML - Hypertext Markup Language. Is a code that is used to display content as a web page in the form of written content, images & webpage links.

2: HTML is used to structure webpages & it’s content within.

3: So we can get a better understanding of basic code & webpage design.

4: A HTML tag is code which is used to make content appear in a certain way, this could be text variations or an image hyperlink.

5: The structure contains an ‘Opening tag’ (consisting of the name of the element & signifying where the element begins) - ‘Content’ (Content of the element, could be simply text for example) - ‘Closing tag’ (To close off the element).

6: An attribute contains extra information about an element that you do not wish to appear in the actual content (e.g. Text description for the visually impaired).

7: <DOCTYPE! html> -Essential preliminary statement.

-Element that wraps the entire content together -Element that holds information relative to the content which you do not wish to be displayed (Search keywords, page description, etc) -Element that assigns the character set your webpage will use. -Element that sets the title of your webpage. -Element which contains all the content you wish to display (text, images, etc).
1 Like
  1. A markup language used for outlining and organizing a Website. HTML stands for, hyper text markup language.
  2. HTML is a protocol that all websites use to display text and images on screen from the Internet.
  3. So we ourselves can create our own websites on a beginners level, that will help greatly with Blockchain development.
  4. HTML tag is used to create an element of a webpage.
  5. ( < p > content < /p > ) Opening tag, content, and closing tag.
  6. This is extra information about the content, that will not be displayed on screen.
    7.The anatomy of a HTML doc consists of, , , , ,
, .
1 Like
  1. HTML - Hypertext Markup Language, is a markup language that defines the structure of your content.
  2. HTML is used to structure a web page and its content.
  3. We are learning HTML to create our own websites and to understand how basic programming works.
  4. HTML tag tells the browser that it is the HTML document.
  5. It is denoted in < and >, the end tag additionally starts with a /
  6. Attributes contain extra information about the element that you do not want to appear in the actual context.
  7. It contains four main parts; the opening tag - consists of the name of the element, the closing tag - the same as the opening tag, except it has the forward slash before the element name, the content - it is the content of the element and the element - the opening tag, the closing tag, the content together comprise the element.
1 Like
  1. What is HTML?
    Hypertext Markup Language
  2. What is HTML used for?
    Used to structure a webpage and its content
  3. Why are we learning HTML?
    In order to have our end goal products interact with the web and the general population
  4. What is an HTML tag?
    Used to create an element on a webpage, such as a paragraph or header
  5. What is the structure of an HTML tag?
    You have an opening tag and a closing tag which overall enclose the element being manipulated
  6. What is an attribute?
    Contains extra information about an element that should not appear in the actual content
  7. What is the anatomy of an HTML document?
    Opening HTML-tag, header element, body element, closing HTML-tag
1 Like

Leave your answers to the questions below in this thread. If you have any questions or you want to discuss something connected to the assignment feel free to do it in this thread as well, but please everything to the topic of HTML!

  1. What is HTML?

Stands for Hypertext markup Language that defines the structure of your content.

  1. What is HTML used for?
    you use it to enclose or wrap deferent parts to make it appear in a certain way.

  2. Why are we learning HTML?
    Now that html is similar to java Scripting it will make it easier to understand and i need it to able to create my own web sites

  3. What is an HTML tag?
    Is a element that is used to wrap a certain text og file.

  4. What is the structure of an HTML tag?
    Opening tag


    closing tag


    Example

    I like programin

  5. What is an attribute?
    A Attribute contains ekstra information that you dont want to be shown in the actuel content

  6. What is the anatomy of an HTML document?

My test page My test image
1 Like
  1. Hypertext markup language

  2. It is used to structure a web page and it’s content

  3. To be able to build a web interface that communicates with a blockchain in the future

  4. A tag wraps content and describes how to use that content

  5. In most cases there is an opening and closing tag that wraps content e.g.

    This is a paragraph

  6. An attribute contains additional information about an element - such as giving it a unique or common identifier that we can use later on to target the content.

- There because of legacy - Contains information such as scripts, css, keywords, character set HTML Anatomy Title shown in the browser tab Content of the page goes in here
1 Like

What is HTML?
Hypertext Markup Language.

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

Why are we learning HTML?
To be able to present our projects and because it is a beginner friendly progamming language

What is an HTML tag?
Tags are the beggining and the end of every HTML element that we write.

What is the structure of an HTML tag?
Opening Tag: consist of the name of the element and one opening angle bracket and a closing angle bracket.
Closing Tag: This is the same as the opening tag, except that it includes a forward slash before the element name.

What is an attribute?
Attribute are the extra information about the element that we dont want to appear in the actual content.

What is the anatomy of an HTML document?
DOCTYPE,html element, head element, character element, tittle element and body element

1 Like
  1. Hyper Text Markup Language
  2. HTML is basically the text pick of the internet. the front facing aspect of a website.
  3. HTML is the starting part of coding . This is the bottom step.
  4. Tags are formatting “commands?” (not sure if thats the right word ,will edit in the future)
  5. angular brackets , second is followed by a "/" <p> ,</p> syntax.
  6. Attributes are extra information that doesnt appear on the pages content . "Editors note " was used on the document.
1 Like
  1. HTML stands for hypertext markup language. It’s basically a code that allows us as programmers to create organize web pages and content for those pages. Such content may consist of text in the form of paragraphs or listed bullet points, data shown in graphs perhaps, and the inclusion of images as well.

  2. You can use HTML to create websites with basic boring content on a topic of your interest for example.

  3. It is needed so that we can understand as programmers how coding a basic website with boring content works in the practical world. Also, it is important to see how much coding is actual required to create such web pages. Thus, we need to realize that not being able even this level of coding would make it difficult for someone to become a successful blockchain developer.

  4. It basically tells us what type of content is being shown.

  5. starts with opening tag i.e. , then right after finished with ending tag that includes a forward slash i.e. . So basically, it has begins with a paragraph and then ends paragraph.

  6. It’s additional data that you don’t want it shown in the html element’s actual content (i.e. information). Usually it’s shown like this;

    content


    the attribute is placed within the opening tag and attribute value must always be wrapped by opening and closing quotation marks.

  7. It’s the way a HTML website page is written or coded. It’s organized in the following order;

    1. DOCKTYPE html = this basically makes sure that the html document is functioning well.
    2. = the tag the page begins which tells us what type of content is being displayed
    3. = contains content that isn't included in the html page which you want to include. It's still not been seen by your page viewers.
    4. = this would be the title of your web page shown in the browser tab
    5. = it's all the content that you want your web users to see when they visit your page.
1 Like
  1. HTML or hyper text markup language is a markup language that defines the structure of your content.

  2. It is used to structure a web page and it’s content.

  3. So that we understand basic programming.

  4. A tag wraps around different parts of content to make it appear a certain way,

  5. An opening tag, the content and the closing tag.

  6. An attribute contains extra information about an element that you don’t want to appear in the actual content.

  7. Doctype, html element, head element, character set, title and body.

1 Like
  1. What is HTML?
    HTML stands for “hypertext markup language”. It is a coding language that structures the content seen on the web browser.

  2. What is HTML used for?
    To program websites with a fixed structure of content.

  3. Why are we learning HTML?
    Because we have to know HTML to create the website for our dapp.

  4. What is an HTML tag?
    Tags state the opening and closing of an element which defines the type of content and how it will be displayed.

  5. What is the structure of an HTML tag?
    A tag starts with an opening , has content and attributes inside, and finishes with a closing .

  6. What is an attribute?
    An attribute is additional information such as an identifier and value that isn’t in the content.

  7. What is the anatomy of an HTML document?
    First the preamble to make sure the document behaves correctly. A root element to wrap all the content on the entire page. A container element to show content in the search results that you don’t want to appear on the page. Element the character sets the written language. Element that sets the title of your page that shows on the browser tab. A body element that contains all content shown to web users including, text, images, videos, games, playable audio tracks, or whatever else.

1 Like
  • HTML (Hypertext Markup Language) is the coding language used to structure a web page and its content.
  • We are learning HTML because it is a basic building block of web pages which we need for end-users to interact with and experience our smart contracts, Dapps, etc.
  • An HTML tag identifies the element name which determines how the content enclosed within the tags looks or behaves. The structure of an opening tag is < element name > with content between the opening tag and < / this the closing tag >
  • An attribute is an identifier that provides additional information about an element and allows it be isolated and manipulated in CSS, for example.
  • The anatomy of an HTML file:
      < doctype >
      < html >
      < head >
      < meta >
      < title >
      < / head >
      < body >
      < content goes here in the body >
      < / body >
      < / html >
1 Like
  1. What is HTML?- HTML stands for Hypertext Markup Language
    2.What is HTML used for?- it used to write the content of a website and structure it
    3.Why are we learning HTML?- to create the front end of a DAPP or any cryptocurrency related project
  2. What is an HTML tag? it is where you define the element and where it will begin and end.
  3. What is the structure of an HTML tag? the beginning of the tag states the element inside of brackets , and the end includes a forward slash like this
  4. What is an attribute? An attribute is used to give extra detail to elements
    7.What is the anatomy of an HTML document?
2 Likes