HTML Reading Assignment

  1. What is HTML?

  2. What is HTML used for?

  3. Why are we learning HTML?

  4. What is an HTML tag?

  5. What is the structure of an HTML tag?

  6. What is an attribute?

  7. What is the anatomy of an HTML document?

  1. What is HTML?

HTML is a type of code, which is a mark-up language that is used to structure the content of websites.

  1. What is HTML used for?

HTML uses elements to control the look and behavior of content on a website.

  1. Why are we learning HTML?

We are learning HTML to be able to build the front end (user experience) of an application on top of smart contract, which are the back end of the application.

  1. What is an HTML tag?

An HTML tag is part of an element. It indicates an appearance or behavior that will be viewable on a website.

  1. What is the structure of an HTML tag?

HTML has both an opening and a closing tag. The opening tag indicates the name of the element within opening and closing brackets. The closing tag ends the operation of the element by including a forward slash and the name of the element within opening and closing brackets.

  1. What is an attribute?

An attribute provides extra information and details about the element, which enables the programmer to add additional styling information to the element later.

  1. What is the anatomy of an HTML document?

As indicated in the HTML Basics document, the anatomy of a HTML document includes the following:

  1. My test page
  2. My test image
1 Like

@SDoyle check this one too!

<html>
  <head>
    <title>This is my title!</title>
  </head>
  <body>...</body>
</html>

Use the “Preformatted Text” Button to encapsulate any kind of code you want to show.

I am a happy Preformatted Text box, please use me wisely!

Carlos Z.

14 Likes

Hello sir, you forgot to type your answers, any issue you have please let us know!

Carlos Z.

2 Likes

Awesome! Thank you! Simple, but complete :slight_smile:

2 Likes
  1. What is HTML?
    1.1 Hyper Text Mark Language to display content like websites
  2. What is HTML used for?
    2.1 HTML is used for creating websites
  3. Why are we learning HTML?
    3.1 It is the basic struture and you must be able to read and write it to ad JavaScript Code to it.
  4. What is an HTML tag?
    4.1 <> </> Words, that say the machine how to deal with the content in between
  5. What is the structure of an HTML tag?
    5.1 <> </>
  6. What is an attribute?
    6.1 extra information wich doesn’t get shown on the Website
  7. What is the anatomy of an HTML document?
    7.1
My test page My test image
1 Like
  1. What is HTML?

it is a markup language that makes the structure of a website possible.
The HTML consist of an opening tag, a closing tag, the context and the element.

  1. What is HTML used for?
  • It is used for making the cmputer being able to comprehend the text and leads to a lot of different functions.

  • Enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.

  1. Why are we learning HTML?
  • Without learning HTML you you wont be able to program effectivley. Without understanding the basic structure of making a computer comprehend your tect hte programming is pretty much useless.
  1. What is an HTML tag?
  • it is a symbol that tells the computer where to start or end its “mission”.
  1. What is the structure of an HTML tag?
  • opening

  • Closing :

  1. What is an attribute?
  • It´s code that you dont want to appear in the actual content.
  1. What is the anatomy of an HTML document?
  • Its anatomy is being able to take idnivudal elements and combine them to make a whole HTML page.
1 Like
  1. What is HTML?
    H yper t ext M arkup L anguage
  2. What is HTML used for?
    HTML is not a programming language; it is a markup language that defines the structure of your content
  3. Why are we learning HTML?
    Without a knowledge of HTML you cnan’t put your information on the web
  4. What is an HTML tag?
    A tag is what makes the browser recognise what type of content it has to show and in what way.
  5. What is the structure of an HTML tag?
  6. What is an attribute?
    Attribute provides extra information for the element.
  7. What is the anatomy of an HTML document?
    ?
1 Like
  • What is HTML?
  1. It is a markup language that defines the structure of your content.
    (Hyper text markup language)
  • What is HTML used for?
  1. HTML is a series of elements used for enclosing or wrapping, different parts of content for it to appear in certain ways. Can make a word or image hyperlink to something else, italicize, larger fonts, smaller fonts…etc.
  • Why are we learning HTML?
  1. So we can learn how to code the backend structure of a website to get the front end features and functions desired. Basically the layout.
  • What is an HTML tag?
    4.The name of the element. The tag has an opening and an ending tag wrapped in angle brackets. A forward slash goes in the ending tag.

  • What is the structure of an HTML tag?

  1. Bill is learning html

  • What is an attribute?
    6.Contains extra Information about the element that does not want to be seen in the actual content.

Bill is learning html

  • What is the anatomy of an HTML document?
My test page “My
1 Like

@Benny , @minimull check this one too for the 7 question! :slightly_smiling_face:

<html>
  <head>
    <title>This is my title!</title>
  </head>
  <body>...</body>
</html>

Use the “Preformatted Text” Button to encapsulate any kind of code you want to show.

I am a happy Preformatted Text box, please use me wisely!

Carlos Z.

2 Likes

indeed, in HTML will be showed has:

@Benny , @minimull check this one too for the 5 question! :slightly_smiling_face:

opening with: <tag>
closing with: </tag>

Carlos Z.

2 Likes
  1. What is HTML?
    it is a markup language that defines the structure of your content.

  2. What is HTML used for?
    To structure content

  3. Why are we learning HTML?
    To have a basic understanding of code that is used to build websites, and smart contracts

  4. What is an HTML tag?
    Marks or defines the start of content

  5. What is the structure of an HTML tag?
    opening tag, closing tag, content that makes up the element

  6. What is an attribute?
    extra information about an element

  7. What is the anatomy of an HTML document?

My test page My test image
1 Like

1] HTML is a markup language that defines the structure of page contenet
2] It is used to structure a wed page
3] In order to create fron-end for web applications
4] A tag is used for creating an element
5] An openeing and closing which contains an element
6] Atrtributes contain addional information about an element
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. HTML is a markup language.
  2. It is used to define the structure of content on web pages.
  3. Because it is useful to create websites through which it is possible to widen the reach of you projects and profile. It enables to show your own project online.
  4. It is an element used to define specific features assignet to a pharagraph, which is useful to allow better management of content on the web page.
  5. HTML tags are made of an opening and a closing elements, which define the boundaries of its adoption.
  6. Attributes are used to provide additional detail to elements that are not going to appear on the web page.
  7. It is made of the doctype and a set of elements: html, head, title, body and set of characters used.
1 Like
  • Hypertext Markup Language
  • HTML is used to create formatted content on Web Pages
  • To understand and familiarize front end applications that can connect to blockchain elements such as smart contracts
  • Tags are elements that defines how a content is presented on a web page
  • A structure of a HTML is important that it requires an opening and a closing that defines the logic of the intent of how the content is presented.
  • Attributes are extra info in the element that is not to be displayed to web users
  • It essentially wraps all the elements written in the content of the web page which forms the entire web page
1 Like

Isn’t < strong> an element rather than an attribute?

  1. HTML, or Hyper Link Markup Language is a markup language for displaying web pages to a browser. It is not a programming language, rather is only used for structuring inputted data.

  2. HTML is used to display web pages and dictates how the data will be organized.

  3. HTML is needed to understand how to build any web based application, or simply to understand how it works.

  4. An HTML tag is used to structure the data, as in separating paragraphs, italicizing text, or adding headers.

  5. An HTML tag consists of the tag consists of the opening tag, which identifies the beginning of the element, and a closing tag, which dictates the ending of the element. Both opening and closing tag identify which tag is used, with the closing tag differing with a “/”

  6. An attribute is data that is not displayed on the webpage, yet describes the element. It is used for style information and calling an element later in the code.

  7. An HTML document begins with an HTML tag, and is followed by header and body elements. It can include images, titles, etc.
    EDIT: The doctype tag is the first tag listed in any webpage

1 Like
  1. HTML is not a programming language. It is a markup language which means it allows you to define the meaning and structure of your website/ web content. It is the “language” for developing/ create web pages. It is a set of codes which is insert into a plain text file to format the content.

  2. It is used for structuring a website and its content. The creator of a website uses HTML to format text as title and headings, to place images on the webpage , to link different pages within a website or to link to different websites.

  3. To learn programming, especially Javascript, you should begin with basics. In the beginning of the internet (also known as web 1.0) websites were static and only displays images, text and so on and so forth. They were static. The web 2.0 enables dynamic behavior via Javascript that means the website could adapt to its users and displays different things. In my opinion it is good to learn not only Javascript but also the “language” Javascript is interacting with. With learning this basics (only HTML in the beginning) we see what possibilities Javascript offers.

  4. A tag (<>) is a statement where some elements (text, image…) begins and ends. There are two types: opening and closing tags. The only different is that the closing tag contains a /. Through the tags websites knows how to handle and visualize the data/ elements.

  5. A tag begins with a < followed by the element (paragraph, image…) maybe contains additional attributes and ends with a >. A complete tag is looking like:
    EXAMPLE

  6. Attributes represents additional information about the element which should not appear on the website but could use in later stages. For example an attribute can be an identifier which can be used for designing the element in a special way.

  7. The anatomy of a HTML document consists of the following elements: required preemble, (doctype…), html, header and body. This is the basic anatomy of a HTML document without having any information in the website.
    < !DOCTYPE html>
    < html>
    < head>
    < /head>
    < body>
    < /body>
    < /html>

1 Like
  1. What is HTML?

HTML is a markup language which defines the structure of the content and with the help of a series of elements and tags it can modify its appearence, position and the way it acts.

  1. What is HTML used for?

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

  1. Why are we learning HTML?

In order to learn how to build websites that interact with the blockchain first we need to learn how to build websites from scratch.

  1. What is an HTML tag?

A tag is the part of the HTML anatomy that allows us to create an element. It consists of an opening tag and a closing tag comprising the content in between.

  1. What is the structure of an HTML tag?

< Opening tag> Content </Closing tag > all of this is an element

  1. What is an attribute?

An attribute contains extra information about the element that you don’t want to appear in the actual content. It’s structure is as follows:

< tag attribute name=“attribute value” > < /tag>

  1. What is the anatomy of an HTML document?

< !DOCTYPE html> the doctype

< html> < /html> which wraps the content of the whole website.

< head> < /head> container of everything that you want to include in the web that is not the main content that you want to show.

< meta charset=“utf-8”> It sets the character set your document should use. ( UTF-8 )

< title> < /title> This sets the title of your page, which is the title that appears in the browser tab in which the page has been loaded.

< body> < /body> It contains most of the content that you want to show to web users when they visit your page.

2 Likes

Hello sir, check this website to understand more about the < strong> tag, w3schools

Any doubt you have let us know! :slight_smile:

Carlos Z.

1 Like