HTML Reading Assignment

  1. HTML is the language that lets you structure the content of your web page, and configure how that content behaves.

  2. HTML is used for anything related to structuring text and inserting images, like changing the font, spacing, paragraphs, bold text, links etc.

  3. We are learning HTML so that we can create a platform that will utilize all the other things we will be learning later on.

  4. An HTML tag is a “command”. Anything between the opening and closing tag will be affected by the tag.

  5. An opening tag, followed by the content and then the closing tag. eg.

    random text

  6. An attribute contains content inside of a tag, not visible on the actual page. Could be used to take notes or clarify why a tag is used.

< DOCTYPE !HTML> <- Prerequisite
< HTML> <- The root element
< HEAD> <- Content not visible on the actual page, keywords, seo etc
< /HEAD>
< TITLE> <-Title of the page
< /TITLE>
< BODY> <- The meat of the web page
< /BODY>
< /HTML>

  1. Hypertext Markup Language
  2. To structure a webpage and it’s content
  3. To build the front end for a webpage
  4. enclosing tag can make a word or image hyper link to somewhere else, italicize, make font bigger and so on and so on.
  5. an opening tag, a closing tag.
  6. Attributes contain additional information about the element that you don’t want to appear in the actual content. usually come in name/value pairs
  7. Every HTML document consists of head and body sections
  1. What is HTML?

Mark up language
2. What is HTML used for?
creating websites in a agreed upon language
creating websites for viewers to see
3. Why are we learning HTML?
to share data, learn how to communicat5, read, harvest data
to understand ways of code, how to write, modify, or extract data
4. What is an HTML tag?

it labels the purpose and type of information within the start and end tag
5. What is the structure of an HTML tag?
like a sandwich, an element has an opening tag at beginning or end, with the tag is an attribute with a described value
6. What is an attribute?
a label to find and sort code language, it also dictates purpose of following text
7. What is the anatomy of an HTML document?

1 Like
  1. HTML stands for Hypertext Markup Language and is the basic building block when it comes to Frontend development.

  2. HTML is used on every website on the internet. HTML is like the bone of a website because it ensures the the right text format, image format by coding how the website is structured.

  3. If you for example know Java Script and CSS but not HTML, you literally cant start building the basic structure of your website. That´s why HTML is so important.

  4. A tag does that the browser knows what specific content that should be displayed on the website.

  5. Opening attribute = (closing tag)

  6. An attribute is information that does not appear in the actual content, for example “console.log”

  7. An HTML page starts with and then with non visible content, and then body which is the all the showing content will be.

(Note all this can be done automatically by typing html and pressing “TAB”)

1 Like
  1. HTML is short for Hypertext Markup Language and is the code used to structure a web page and its content.
  2. Used to define the structure of your content - HTML consists of a series of elements, which you can use to enclose different parts of the content to make it appear a certain way, or act a certain way.
  3. So we can build simple websites which can later be used to interact with smart contracts.
  4. HTML tags are used to wrap specific parts of content to appear on the webpage a certain way.
  5. The opening tag: the name of the element (part of a webpage, i.e. data item, text or image, or nothing at all) enclosed in opening and closing angle brackets. This states where the element starts to take effect.
    The closing tag: same as opening tag, except that it includes a forward slash before the element name - this states where the element ends.
  6. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  7. Individual elements are combined to form an entire HTML page.
1 Like

[quote=“ivan, post:1, topic:3055”]

  • HTML is the structure of content.
  • To display content on the web browser of your choosing.
  • It will help us in the long term that is why we are learning HTML.
  • A Tag is used to create a element. Tag is used for to create a

    .

  • begins with opening tag than ends with a closing tg. You can also put a attribute between the tags such as a class etc.
  • contain extra information about the element that you don’t want to appear in the actual content.
  • It is a basic form of HTML that contains what you would like to show on the browsr. It consists of your header, your body, and any information you would like to display on your website.
1 Like
  1. What is HTML?
    It’s a hyper text makeup language for webpages.

  2. What is HTML used for?
    To make the structure of your content on the webpage.

  3. Why are we learning HTML
    To learn how a webpage works.

  4. 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.

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

  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?
    Opening root element
    Head
    Title
    Body
    Closing root element

1 Like

What is HTML?
Hypertext Markup Language

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

Why are we learning HTML?
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 an HTML tag?
hyperlink word or image to somewhere else

What is the structure of an HTML tag?
Opening tag, Content, Closing tag

What is an attribute?
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?
doctypr, html element, head element, character set, title element, body element

1 Like
  1. Hyper text marku language
  2. used to creating websites
  3. to get a first look at coding and understand the structure
  4. with the tag you create your content how ever desired
  5. start with opening (

    “text” c/p>

  6. with an attribute you modify information in or to an element
  7. inludes all elements of the website - header & body
1 Like
  1. Hybertext Markup Language used to structure a web page and its content
  2. Used for formatting/presenting different parts of the content in a certain way
  3. To make simple webpages that later on can be used in conjunction with blockchain smart contracts.

4 used to wrap elements
5. opening tag, content, closing tag

  1. there is no output but a reference or non-unique identifier so that it can be targeted from CSS og JavaScript and other.

  2. , , , <meta charset="utf-8> <title></title>, <body></body></li> </ol>
1 Like
  1. What is HTML?
    Hypertext Markup Language. Code that defines the structure of a web page and its content.

  2. What is HTML used for?
    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. Why are we learning HTML?
    To create webpages that will be used as our frontend to interact with the blockchain.

  4. What is an HTML tag?
    They constitute part of an HTML element wrapping the content to structure it in a certain way.

  5. What is the structure of an HTML tag?
    Opening tag and closing tag that wrap the content in the middle.

  6. What is an attribute?
    An extra piece of information about the element that won’t appear in the actual content.

  7. What is the anatomy of an HTML document?
    !DOCTYPE html
    html element
    head element
    meta charset=“utf-8” (character element)
    title element
    body element

1 Like
  1. What is HTML?
    Hyper Text Markup Language
  2. What is HTML used for?
    To build the basics of a webpage
  3. Why are we learning HTML?
    because it’s the basics of developing
  4. What is an HTML tag?
    At tag idendifies the start/ end of a section of HTML
  5. What is the structure of an HTML tag?
  6. What is an attribute?
  7. What is the anatomy of an HTML document?
1 Like
  1. What is HTML?
    *Hypertext Markup Language

  2. What is HTML used for?
    *It is used for structuring a web page

  3. Why are we learning HTML?
    *to familiarize with the user interface before diving into the backend programming.

  4. What is an HTML tag?
    *it determines the category of the targeted object

  5. What is the structure of an HTML tag?
    *less than symbol followed by the element and greater than symbol

  6. What is an attribute?
    *It wraps an element with extra information

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

1 Like
  1. Hypertext markup language
  2. To define the structure of content.
  3. To build the foundation of understanding programming language
  4. The tag states where the element begins or ends.
  5. An opening tag has an element wrapped with angle brackets, the closing tag is an element wrapped with angle brackets, but has a forward slash before the element.
  6. Attributes contain extra information about the elect that isn’t going to appear in the text.
  7. Doc Type, html, head, body
1 Like

1 - What is HTML?

HTML (Hypertext Markup Language) is not a programming language but rather a markup language indicating to the browser how to structure the web pages visited. HTML is made up of a number of elements that can frame, mark up, wrap content in different parts of the site according to the desired visual rendering. Certain words can even be tagged internally to allow a hyperlink to be set up allowing the user to move to another page of the site or to another website.

2 - What is HTML used for?

HTLM allows you to coat the content that you want to display on a hosted site in order to make it visually represented in a certain way in relation to what you personally want to do and send back for the Internet user viewing the finalized site . Word markup not only helps structure the content of a site but also allows you to move from one page of the site to another, or to another site directly via a hypertext link.

3 - Why are we learning HTML?

Learning the ballistic language HTML allows you to structure your own blog or website on a subject access to your own arbitrary thought that you want to share with others via this medium that is the internet. We do not suffer what we read since we make it, so we provide a direction of thought to future readers normally interested in the subject described and contained in the website chosen by it because having the will to inform themselves about a subject that challenges their mind, or stimulates it enough for it to choose to click on the site link and therefore interact with content encoded in HTML.

4 - What is an HTML tag?

An HTML tag is what allows a browser via

to direct the content and the proper destination to which the semantic content indicated in the browser’s search bar in the form of Title refers,

5 - What is the structure of an HTML tag?

Basically an HTML tag or element anatomy is composed of an opening element

and a closing element

between which the semantic content is inserted: Open element + Content + Closed element = Element. The content is the written message or the signifier.

6 - What is an attribute?

An attribute is what makes it possible to attribute additional information to what makes up the Element = Open element + Content + Closed element. This additional information is not visible directly to the reader or the spectator but it allows to target the element concerned by attributing to it a particular characteristic via a proper name which can allow the implementation of a particular behavior such as a hyperlink, a character color or other. More simply it is a question of giving an “interactive” functionality if one clicks on a link or visual to the content.

7 - What is the anatomy of an HTML document?

The anatomy of an HTML document always specifies the HTML format (http: // or https: //) in the query displayed on the browser.

Regarding a website, this one originally specified that the format used was HTML validate in its version: <! DOCTYPE html>, although no longer necessarily present today.

In a text editor, the HTML ballistic language represents a web page as follows:

<! DOCTYPE html> = valid, accepted, used HTML format

= root element of the page
<head> = all that is part of the page not displayed content
     <meta charset = "utf-8"> = allows to agree with the
                                                  languages ​​used and different
                                                  particular characters that can be
                                                  used
                                             
     <title> My test page </title> = set the title of the site page

 </head>

  <body> = specifies everything related to the content of the site:
                    Tetxt, Image, Video
      <img src = "images / firefox-icon.png" alt = "My test image">

 </body>

 </html> 

En savoir plus sur ce texte sourceVous devez indiquer le texte source pour obtenir des informations supplémentaires
Envoyer des commentaires
Panneaux latéraux

1 Like

1.) Hypertext Markup Language
2.) To structure a webpage and its content, with text and pictures as more obvious elements. There can also run all kind of codes in the background.
3.) Because it belongs to the basics of web development. We need web development, because a blockchain based dapp will most likely be built in a way, which makes it possible for users to interact with it via a website.
4.) A tag tells the program (website) what to do with certain content, e.g. make the text fat or insert an image.
5.) A HTML tag mostly consists of an opening tag and a closing tag. E.g. Hello! would tell the interpreter of the website (browser) to start witing the text after “” in italics, and stop writing the text in italics after “”. There can also be tags as empty elements (basically just an opening tag), e.g. for an image, where you don’t need a closing tag, because the image tag just needs to be positioned correctly within the code for the browser to know, where to put the image.
6.) Attributes give the browser additional information about an element, which does not appear on the website, but it can be used to target the element with other operations/code.
7.) The order in which distinct operators appear in the HTML code, e.g. , , , for a very simplified version of an anatomy.

1 Like
  1. What is HTML?
  • Hyper text Markup Language
  • Code used to structure a web page and its content
  1. What is HTML used for?
  • Program websites with fixed content
  1. Why are we learning HTML?
  • Foundation of web development to connect dapps to
  1. What is an HTML tag?
  • Used to Identify an element
  1. What is the structure of an HTML tag?
  • <?> <?/>
  1. What is an attribute?
  • Characteristic of any element
  1. What is the anatomy of an HTML document?
  • Head elements
  • Body elements
1 Like
  1. What is HTML?
    Hyper Text Markup Language
  2. What is HTML used for?
    To structure and format simple web page (web 1.0)
  3. Why are we learning HTML?
    because this is the starting point of web design still remaining a vital part of it
  4. What is an HTML tag?
    A tag is used to create an element in HTML code
  5. What is the structure of an HTML tag?
    - an openin tag <…>
    - tag name, sitting in between the brackets < X>
    - a closing tag </ X>
  6. What is an attribute?
    - attributes contain information required on desired purpose and design of an element to be integrated within the web page being built
  7. What is the anatomy of an HTML document?
  • the opening tag
  • the closing tag
  • the content
  • the element
1 Like
  1. HTML is a markup language that defines the structure of your content.
    2.It is used to add text elements and create the structure of content.
  2. Because it is the basic knowledge of programming and we learn it that we can learn easier another programming language and understand it much better and quicker like for example solidity.
  3. opening tag = It’s a name of an element in opening and closing brackets. Closing tag is the same just with a slash added after the opening bracket.
  4. Element = opening tag plus content plus closing tag.
  5. Attributes contain extra information about the element that you don’t want to appear in the actual content.
  6. the way to wrap website code, like
1 Like
  1. What is HTML?
  • Markup language, defines content structure.
  1. What is HTML used for?
  • Defining document structure
  1. Why are we learning HTML?
    To Be able to have a basic understanding of how to build a static web page, then build on it using more advanced languages
  2. What is an HTML tag?
  • A set of characters constituting a formatted command for a web page
  • AKA, HTML element
  1. What is the structure of an HTML tag?
  • The opening tag:
    • Has the name of the element
    • Wrapped in opening and closing brackets
  • The closing tag:
    • Same as the opening tag, however, includes a forward slash /
  • Content
    • Usually in between the closing bracket of an opening tag and opening bracket of the closing element
  1. What is an attribute?
  • Contains extra information about an element that one doesn’t want to appear in the actual content
  1. What is the anatomy of an HTML document?
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Test page</title>
  </head>
  <body>
    <img src="images/icon.png" alt="Test image">
  </body>
</html>
1 Like