HTML Reading Assignment

  1. HTML stands for Hyper Text Markup Language.
  2. Its used to structure a web page and its content.
  3. Its used as a language for documents designed to be displayed in a web browser.
  4. Tags are what a markup language uses to identify content.
  5. Opening tag

    text

    closing tag. Used to insert variables, fragments of
    program code into an HTML.
  6. Contains specific details about the element. It modifies the functionality or provides
    functionality to an element.
  7. Consists of elements outlined together to form a template to structure a web page.
1 Like
  1. What is HTML?
    Hypertext Markup Language - a code to structure a webpage
  2. What is HTML used for?
    Markup Language that defines structure of your content
  3. Why are we learning HTML?
    To understand the basics of programming
  4. What is an HTML tag?
    It is marking the beginning and end of a sentence
  5. What is the structure of an HTML tag?
    Opening tag content and closing tag content
  6. What is an attribute?
    exttra information, which containing informations about Elements
  7. What is the anatomy of an HTML document?
    HTML, head, meta, title, body
1 Like

Answers:

  1. HTML (HyperTextMarkupLanguage) is the code that is used to structure a web page and its content.
  2. To structure a web page and its content.
  3. To have a base to connect our dapps with the website.
  4. An HTML tag consists of the tag name in angular brackets and may come in pair, which makes up the beginning and ending tag.
  5. A tag starts with an opening , has usually an attribute inside and finishes with a closing
  6. An attribute is a a way to modify an element with more information, features or a inner tag
    7.< !DOCTYPE html>
    < html>
    < head>
    < meta charset=“utf-8”>
    < title>My test page
    < /head>
    < body>
    < /body >
    < /html>

Español

  1. Qué es HTML?
  2. Para qué se usa HTML?
  3. Porqué estamos aprendiendo HTML?
  4. Qué es una etiqueta HTML?
  5. CuĂĄl es la estructura de una etiqueta HTML?
  6. Qué es un atributo?
  7. CuĂĄl es la anatomĂ­a de un documento HTML?

Respuestas:

  1. HTML (Lenguaje de Marcado de Hipertexto) es el cĂłdigo que se utiliza para estructurar y desplegar una pĂĄgina web y sus contenidos.
  2. Se utiliza para estructurar la informaciĂłn en una pĂĄgina web.
  3. Para aprender a conectar nuestras aplicaciones descentralizadas al sitio web.
  4. Una etiqueta HTML consta del nombre de la etiqueta entre paréntesis angulares y puede venir en pares, cuales son la etiqueta para abrir y la etiqueta para cerrar.
  5. Una etiqueta comienza con una apertura (<>), generalmente tiene un atributo adentro y termina con un cierre(</>).
  6. Es una forma de modificar al elemento, añadiendo mås información, funciones o hasta una etiqueta interna.
    7.< !DOCTYPE html>
    < html>
    < head>
    < meta charset=“utf-8”>
    < title>My test page
    < /head>
    < body>
    < /body >
    < /html>
1 Like
  1. HTML stand for Hypertext markup language
  2. it is used to build simple websites
  3. to get a better understanding and the basics of coding language, to be able to build our first simple website
    4 HTML tags are like keywords which defines that how the web browser will show the content
  4. the opening tag <?> and the closer<?/ >
    6.additional information about an element
    7 head elements and body elements
1 Like
  1. What is HTML?
    hypertext markup language
  2. What is HTML used for?
    is the code that is used to structure a web page and its content.
  3. Why are we learning HTML?
    To learn the foreground to build upon.
  4. What is an HTML tag?
    This states where the element begins or starts to take effect and where the element ends
  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.
  7. What is the anatomy of an HTML document?
`required preamble ` wraps the entire content of the page 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 his element sets the character set your document should use to UTF-8 which includes most characters from the vast majority of written languages ``This sets the title of your page, which is the title that appears in the browser tab the page is loaded in. this contains *all* the content that you want to show to web users when they visit your page
1 Like
  1. Hyertext Markup Language is a mark-up language that defines the structure of your content on a webpage.
  2. HTML can be used to make different parts of content apear or act in a certain way.
  3. We are learning HTML to understand the language which we will use to manipulate our web / crypto sites.
  4. an HTML tag is the name of the element wrapped in angle brackets (or angle brackets with a forward slash) . It states where the content begins and ends.
  5. The opening tag has the name of the element in open and closed angle brackets . The closing tag includes a forward slash before the element name .
  6. Attributes contain extra information about the element you don’t want to appear in the actual content. Attributes must have a space between it and the element name, the attribute name followed by an equal sign, the attribute value wrapped in open and close quotation marks.
  7. Anatomy of an HTML document: doctype, the HTML element that wraps all content ont he entire page, the head element as a container for all the stuff included on the page, the meta element, the title element for the title of the page, the body element for all of the content. Also, images, heading markups, paragraphs, lists, and links can be included.
1 Like
  1. What is HTML? Hypertext markup language - language that your browser reads to turn data into the visible webpage.
  2. What is HTML used for? coding/building webpages.
  3. Why are we learning HTML? to get an understanding about how website are built.
  4. What is an HTML tag? the content inside the angled brackets, the content between these tags will demonstrate certain properties identified by the tags (bold text) for example.
  5. What is the structure of an HTML tag? opening tag, content, closing tag
  6. What is an attribute? contain extra information about the element but is not displayed on the page.
  7. What is the anatomy of an HTML document? consists of the doctype, html open, header, meta-charset, title, and body, html close
1 Like

1./2. HTML is a language used to direct the appearance and actions of a piece of content.

  1. HTML is necessary for embedding programs written in JavaScript.

4.An HTML tag is used to enclose a program. The opening tag at the beginning and the closing tag at the end.

  1. Both tags consist of the name of the element and are both encased in opening and closing ankle brackets. The closing tag is different in that it contains a forward slash before element name.

  2. An attribute is a piece of information added to a program intended only to be visible to the programmer and not to the program’s user.

  3. An HTML document consists of the following:

    A preamble Wraps all the page's content Determines the set of characters used on the page Contains the title of the page Contains all content intended to be seen by viewers
1 Like

1. What is HTML?
Hypertext Markup Language

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

3. Why are we learning HTML?
It is one of the core programming languages that will assist in understanding others

4. What is an HTML tag?
The bit that defines the element type/name, plus where it begins and ends.

5. What is the structure of an HTML tag?
Opening Tag is the element name enclosed in angle brackets, where the Closing Tag is the same, but with a forward slash before the element name.

6. What is an attribute?
Additional information within the element that can be used to define style and other things at a generic level.

7. What is the anatomy of an HTML document?

  • Doctype
  • html element
  • head element
  • character set element
  • title element
  • body element
1 Like
  1. What is HTML? - HyperText Markup Language, is the code used to structure a webpage and it’s content.
  2. What is HTML used for? - it is used to display information on webpages.
  3. Why are we learning HTML? - to learn the basics of webpage development and then build upon for Javascript.
  4. What is an HTML tag? - it names an element, opening names where it starts and closing where it ends.
  5. What is the structure of an HTML tag? - opening tag <?> and closing tag
  6. What is an attribute? - it is within the opening tag and contains extra information about the element.
  7. What is the anatomy of an HTML document? - HTML tag, head elements then body elements.
1 Like

1.What is HTML?
(Hipertext Markup Language) is the code that is used to structure a web page and its content.
2.What is HTML used for?
Is is used to define the structure of the conten-to display content in simple way.
3.Why are we learning HTML?
HTML is basic language for develop website. We continue to build from this one.
4.What is an HTML tag?
Tag is used to create or define an element.
5.What is the structure of an HTML tag?
Opening tag (element name enclosed with angle brackets), content, closing tag (elment name enclosed with angle brackets with forward slash before).
6.What is an attribute?
Attributes contain extra information about the element that you don’t want to appear in the actual content and are not visible to program’s user.
7.What is the anatomy of an HTML document?
Doctype
html element
head element
character set element
title element
body element

2 Likes

1.HTML (hypertext makeup language ) it is a code for programming the web pages
2. It is used for creation and modification of the websites respecting a certain programming code.
3. HTML tag it is like a command where you can add some words to appear somewhere , you can change the font size etc.
4.The opening tag , the closing tag , the element and the contect.
5. Attribute means that you can add more informations for the element that you don`t want to appear in the contect.
6.the whole back end structure in a specific and correct way.

1 Like
  1. Hypertext Markup Language

  2. It defines the structure of your content.

  3. Because it is a basic and widely used language for web development.

  4. It states the start and end of an element.

  5. It consists of the opening tag and the closing tag which house the content.

  6. Attributes contain extra information about the element that you do not want to show to
    users.

1 Like
  1. What is HTML?

HTML stand for Hypertext Markup Language. Basicly it is the language you use to structure and write the skeleton of your website.

  1. What is HTML used for?

As said above you use it to write the structure and content of your website. Images, lists, titles, paragraphs, etc. It allows for a uniform language.

  1. Why are we learning HTML?

So we can have a GUI for the dApps we are going to later write.

  1. What is an HTML tag?

A tag is what you use to wrap your content and attributes in.

  1. What is the structure of an HTML tag?

Opening and closing tag, except for certain elements that have only a open tag because they don’t wrap content.

For example:

<p>this is a paragraph</p>

<img src="images/image.png" alt="this is an a image">

  1. What is an attribute?

An attribute contains extra information about the element that you don’t want to appear in the content. For example, unique identifiers for CSS targetting.

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

DOCtype is a necessary element for you document.

HTML is the root element that wraps your entire page

Head is for metadata about the HTML page

Title names your page, and is what shows in the tab and bookmarks

Body is where you put the actual visible content

1 Like
  1. What is HTML? It is a language that structure our content. A series of instructions that help us organize and display our content
  2. What is HTML used for? HTML is used for front end
  3. Why are we learning HTML? Because we need to learn build the front end that will interact with the back end (Blockchain)
  4. What is an HTML tag? the tag states where the text begins
  5. What is the structure of an HTML tag?

    
our text

  6. What is an attribute? Extra information about the element that you don’t want to appear
  7. What is the anatomy of an HTML document?
My test page My test image
1 Like
  1. htyper text markup language

  2. instructions on how to display text, etc on the screen of a webpage.
  3. it is necessary to connect the backend to the frontend to see
  4. basically it is an instruction for an attribute
  5. to open and to close
    6.basically a way to see text or images displayed within the element
  6. doctype, html wrap, header, characters used, title, body
1 Like
  1. What is HTML?
    HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content.

  2. What is HTML used for?
    It is used to create a web site.

  3. Why are we learning HTML?
    It’s basic knowledge to create a website and it helps to understand the front end development of a smart contract.

  4. What is an HTML tag?
    A tag is a specific sequence of symbols and letters that are part of an element and ensures its proper functioning. There is a opening tag that states where the element begins and a closing tag that states where the element ends . The content of the element is located between the opening and closing tag.

  5. What is the structure of an HTML tag?
    It is the following:
    opening tag: <✱>
    closing tag: </✱>
    Also the structure of the element: <✱> content </✱>

  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?
    The anatomy of an HTML document is the succession of individual elements that make the web page.

1 Like
  1. What is HTML?
    HTML ( Hyper text Markup Language)

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

  3. Why are we learning HTML?
    We need to be able to build a small website that interacts with the blockchain.

  4. What is an HTML tag?
    Tags are used to create an element.

  5. What is the structure of an HTML tag?
    The structure is based on angle braket follow by the name of element then a closing bracket

    . Then an end tag is needed proceeded by a slash caracter.

  6. What is an attribute?
    An attribute extends an element, changing its behavior or providing metadata.

  7. What is the anatomy of an HTML document?

  • <!DOCTYPE html> — doctype. It is a required preamble. In the mists of time, when HTML was young (around 1991/92), doctypes were meant to act as links to a set of rules that the HTML page had to follow to be considered good HTML, which could mean automatic error checking and other useful things. However these days, they don’t do much and are basically just needed to make sure your document behaves correctly. That’s all you need to know for now.
  • <html></html> — the <html> element. This element wraps all the content on the entire page and is sometimes known as the root element.
  • <head></head> — 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. This includes things like keywords and a page description that you want to appear in search results, CSS to style our content, character set declarations, and more.
  • <meta charset="utf-8"> — This element sets the character set your document should use to UTF-8 which includes most characters from the vast majority of written languages. Essentially, it can now handle any textual content you might put on it. There is no reason not to set this and it can help avoid some problems later on.
  • <title></title> — the <title> element. This sets the title of your page, which is the title that appears in the browser tab the page is loaded in. It is also used to describe the page when you bookmark/favorite it.
  • <body></body> — the <body> element. This contains all the content that you want to show to web users when they visit your page, whether that’s text, images, videos, games, playable audio tracks, or whatever else.

Then we can add:

  • List item
    Images
    Marking up text (Heading, Paragraphs, List)
    Links
1 Like

HTML is hypertext markup language.
It is used to format and structure your content(create headings, listings, bullet points, illustrate page with images or data).
We are learning HTML because it is the base for programming.
A HTML tag is something that is used for structuring a certain part of the content and they mark the beginning and the end of certain format.
The structure of HTML tags include opening and a closing tags (between them is the content). Tags themselves are wrapped into angle brackets. Closing tag has additionally a forward slash.
Attributes is way of adding information that is not desired to be seen by web page users.
Alors, the anatomy of HTML document consists of:

<!DOCTYPE html>     *(*doesnt do much, but doesnt hurt to have it there*)*
<html>                         *(the root element. wraps up ALL the content on the page)*
  <head>                      *(includes everything not seen by the page users)*
    <meta charset="utf-8">    *(just in case)*
    <title>Name of the page</title>    *(self explanatory)*
  </head>                                           *(closing tag for head element)*
  <body>                                             *(all the content desired to see by page users)*
    <img src="images/nameoftheimage.png" alt="Description of Image">  (*image)*
  </body>                                *(closing tag for head element)*
</html>                                    *(closing tag for root element)*
1 Like

HTML or Hypertext markup language is the code used to structure a webpage and its contents.

HTML is used to create paragraphs and lists, display images, and create links to other web pages.

We are learning HTML so that we can create a UI for future programs.

HTML tags define how content will be formatted or displayed on the page.

HTLM tags must have an opening and closing structure in order to properly define and format the content. The opening tag is in opening and closing angle brackets and the closing tag is the same as the opening tag with a forward slash before the element name.

An attribute contains information about the element that you don’t want the audience to be able to view.

The doctype to ensure the document behave correctly, the element or root element that wraps all the content on the entire page, the element that contains all the instructions you don’t want your viewers to be able to see. such as keyword searches and character set declarations, a default character set declaration such as UTF-8, the element that sets the title of the page in the browser bar, and the element that contains all the content that you want to show to your audience when they visit the page.

1 Like